OnKeyDown event (key down -> scroll down)
-
wrote on 26 Feb 2012, 16:27 last edited by
Hello.
How to implement an onkeydown event.
I didnt find one, there is nothing starting with OnKey...
Thank you
-
wrote on 26 Feb 2012, 17:28 last edited by
Have you tried to use "onPressed":http://doc.qt.nokia.com/4.7-snapshot/qml-keys.html#onPressed-signal ?
-
wrote on 26 Feb 2012, 17:58 last edited by
And how to determine what key was pressed ?
if KEY == ??? {
... -
wrote on 26 Feb 2012, 18:54 last edited by
Here is an example http://doc.qt.nokia.com/4.7-snapshot/qml-keyevent.html
Also there is "onDownPressed signal":http://doc.qt.nokia.com/4.7-snapshot/qml-keys.html#onDownPressed-signal
4/4