Qt

Adding User Interaction Methods

You can add the following basic interaction methods to scenes:

  • Flickable items can be flicked horizontally or vertically.
  • Flipable items can be flipped between their front and back sides by using rotation, state, and transition.
  • Focus Scope assists in keyboard focus handling when building reusable QML components.
  • Mouse Area enables simple mouse handling.