aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/keyinteraction/doc/src/keyinteraction.qdoc
blob: 1b1cc471385d39a6450d227c959070f43fee348e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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

    \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.

*/