Focus Management in 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:
See also Keyboard Focus in Qt Quick.