diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-12-11 12:59:54 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-12-11 13:19:46 (GMT) |
commit | 69e8626652aa85d64d4a3fd9e88cfc71b4e5baed (patch) | |
tree | 452739afe2fbbed5d15e94daafaca35b83489adf /src/gui/kernel/qnsthemeframe_mac_p.h | |
parent | 57a4d8279a64a7844c2a2bf2b45846563c4c3eb5 (diff) | |
download | Qt-69e8626652aa85d64d4a3fd9e88cfc71b4e5baed.zip Qt-69e8626652aa85d64d4a3fd9e88cfc71b4e5baed.tar.gz Qt-69e8626652aa85d64d4a3fd9e88cfc71b4e5baed.tar.bz2 |
Slow spinbox on N95 when using keys Up/Down
In the style demo, spinbox widget, we noticed that to go from 0 to 99
, with key Up, takes 35 seconds. This was too slow.
It turned out that no acceleration has been implementd when using
keyboard, although acceleration works when mouse used.
We fixed this by using timer events, as it is the case for mouse events.
We also needed to get what is the keyboard repat rate interval from system.
This value is used to set timer intervals in more natural way.
Task-number: QT-927
Reviewed-by: janarve
Diffstat (limited to 'src/gui/kernel/qnsthemeframe_mac_p.h')
0 files changed, 0 insertions, 0 deletions