FocusScope QML Type

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

Import Statement: import .
Since: Qt 4.7
Inherits:

Item

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.