Focus Management in Qt Quick Controls#
Overview of focus handling with Qt Quick Controls
Qt Quick Controls follows the standard Qt Quick focus system , while also providing some added convenience. For example, the focusPolicy property can be used to control the ways in which a control receives focus.
Focus Scope Controls#
Qt Quick Controls offers a selection of controls that act as focus scopes :
Styled top-level window with support for a header and footer.
Combined button and popup list for selecting options.
Provides a window menu bar.
Styled page control with support for a header and footer.
Provides a background matching with the application style and theme.
Base type of popup-like user interface controls.
Used to select a range of values by sliding two handles along a track.
Scrollable view.
Allows the user to select from a set of preset values.
Lays out items with a draggable splitter between each item.
Provides a stack-based navigation model.
Enables the user to navigate pages by swiping sideways.
Allows the user to switch between different views or subtasks.
See also