aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/doc/src/qtquickcontrols-focus.qdoc
blob: f3c1d208bb9a4f878fae07ab30a83142dd3b4d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page qtquickcontrols-focus.html
    \keyword Focus Management in Qt Quick Controls 2
    \title Focus Management in Qt Quick Controls
    \brief Overview of focus handling with Qt Quick Controls

    Qt Quick Controls follows the standard
    \l {Keyboard Focus in Qt Quick}{Qt Quick focus system}, while also
    providing some added convenience. For example, the
    \l [QML] {Item::}{focusPolicy} property can be used to control the ways in
    which a control receives focus.

    \section1 Focus Scope Controls

    Qt Quick Controls offers a selection of controls that act as
    \l {Acquiring Focus and Focus Scopes}{focus scopes}:

    \annotatedlist qtquickcontrols-focusscopes

    \sa {Keyboard Focus in Qt Quick}
*/