PDA

View Full Version : Hourspinner in Qt3 QTimeEdit



user_mail07
5th February 2009, 03:34
The hour number spinner in QTimeEdit can't be updated via the 10 key pad on the keyboard. The problem only occurs in hour section of timeedit if I tried to press any key from 10-KeyPad on the keyboard. However arrow spinner and normal keyboard numbers works fine. Is it known bug in Qt3. You can hit keys on hour spinner for once or twice changes will take affect, but if you continously hitting different keys hour spinner will not update.

Guys;- Any idea for temporary solution for this problem. I am using Qt3 Qtimeedit class. I saw it works fine in Qt4 I means once user is done with keypress cursor moves to end of hour section.
I tried to setAutoAdvance() property but that advaces to next section(minutes).