Qml Image key events
Unsolved
QML and Qt Quick
-
Hi, I have a Image object where I show images.
I need to detect PageDown and PageUp key press to change image. How can I detect the key press event inside an Image object?
It seems that key events can detect only in a text object. -
It works in a TextEdit object but not in the Image object.
This is not a problem.
Do you know how to resolveconsole.log(event.key, Qt.Key_KeyUp)
qml: 32 undefined