Hi
I need to implement seek forward and rewind functionality in my application whenever user long presses(Repeat key event) Left and right navigation keys. Please provide me some pointers to implement this functionality.
I looked into QKeyEvent, but not able to find any property or method to implement it.
Thanks in Advance
Sumit

. I tried by implementing timer also, but the problem is timer doesnt get started until I release the key, but on releasing the timer's stop method gets called and there is no timeout signal emitted by timer. 

