Basic QML Interaction Elements
The Flickable item provides a surface that can be "flicked". | |
The Flipable item provides a surface that can be flipped. | |
The FocusPanel item explicitly creates a focus panel. | |
The FocusScope object explicitly creates a focus scope. | |
The KeyNavigation attached property supports key navigation by arrow keys. | |
The Keys attached property provides key handling to Items. | |
The MouseArea item enables simple mouse handling. | |
If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here. | |
The GestureArea item enables simple gesture handling. |
The Flickable item provides a surface that can be "flicked". | |
The Flipable item provides a surface that can be flipped. | |
The FocusPanel item explicitly creates a focus panel. | |
The FocusScope object explicitly creates a focus scope. | |
The KeyNavigation attached property supports key navigation by arrow keys. | |
The Keys attached property provides key handling to Items. | |
The MouseArea item enables simple mouse handling. | |
If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here. | |
The GestureArea item enables simple gesture handling. |