summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qole_win.cpp
diff options
context:
space:
mode:
authorAleksandar Sasha Babic <aleksandar.babic@nokia.com>2009-12-11 12:59:54 (GMT)
committerAleksandar Sasha Babic <aleksandar.babic@nokia.com>2009-12-11 13:19:46 (GMT)
commit69e8626652aa85d64d4a3fd9e88cfc71b4e5baed (patch)
tree452739afe2fbbed5d15e94daafaca35b83489adf /src/gui/kernel/qole_win.cpp
parent57a4d8279a64a7844c2a2bf2b45846563c4c3eb5 (diff)
downloadQt-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/qole_win.cpp')
0 files changed, 0 insertions, 0 deletions