Qt Reference Documentation

Contents

QML FocusScope Element

The FocusScope object explicitly creates a focus scope. More...

Inherits Item

  • List of all members, including inherited members
  • Detailed Description

    Focus scopes assist in keyboard focus handling when building reusable QML components. All the details are covered in the keyboard focus documentation.

    See also Keyboard focus example.