Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtquickcontrols-focus.qdoc
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page qtquickcontrols-focus.html
6 \keyword Focus Management in Qt Quick Controls 2
7 \title Focus Management in Qt Quick Controls
8 \brief Overview of focus handling with Qt Quick Controls
9
10 Qt Quick Controls follows the standard
11 \l {Keyboard Focus in Qt Quick}{Qt Quick focus system}, while also
12 providing some added convenience. For example, the
13 \l [QML] {Item::}{focusPolicy} property can be used to control the ways in
14 which a control receives focus.
15
16 \section1 Focus Scope Controls
17
18 Qt Quick Controls offers a selection of controls that act as
19 \l {Acquiring Focus and Focus Scopes}{focus scopes}:
20
21 \annotatedlist qtquickcontrols-focusscopes
22
23 \sa {Keyboard Focus in Qt Quick}
24*/