aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/keyinteraction/doc/src/keyinteraction.qdoc
blob: 378169452c4aff4a7b85209d15931ae3a26f4c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
    \title Qt Quick Examples - Key Interaction
    \example keyinteraction
    \brief This is a collection of QML keyboard interaction examples.
    \image qml-keyinteraction-example.png
    \ingroup qtquickexamples
    \examplecategory {Graphics}

    \e{Keyboard Focus in Qt Quick} combines various methods of
    handling keyboard focus. For more information, visit
    \l{Keyboard Focus in Qt Quick}.

    \include examples-run.qdocinc

    Using the keyboard arrow keys, the focus shifts to the menus and
    the \l GridView.

*/