1/****************************************************************************
2**
3** Copyright (C) 2016 The Qt Company Ltd.
4** Contact: https://www.qt.io/licensing/
5**
6** This file is part of the documentation of the Qt Toolkit.
7**
8** $QT_BEGIN_LICENSE:FDL$
9** Commercial License Usage
10** Licensees holding valid commercial Qt licenses may use this file in
11** accordance with the commercial license agreement provided with the
12** Software or, alternatively, in accordance with the terms contained in
13** a written agreement between you and The Qt Company. For licensing terms
14** and conditions see https://www.qt.io/terms-conditions. For further
15** information use the contact form at https://www.qt.io/contact-us.
16**
17** GNU Free Documentation License Usage
18** Alternatively, this file may be used under the terms of the GNU Free
19** Documentation License version 1.3 as published by the Free Software
20** Foundation and appearing in the file included in the packaging of
21** this file. Please review the following information to ensure
22** the GNU Free Documentation License version 1.3 requirements
23** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
24** $QT_END_LICENSE$
25**
26****************************************************************************/
27
28/*!
29    \page qtquickcontrols1-index.html
30    \title Qt Quick Controls 1
31
32    \brief The Qt Quick Controls module provides a set of UI controls for Qt Quick.
33
34    \deprecationwarning
35
36    The Qt Quick Controls module provides a set of controls that can be used to
37    build complete interfaces in Qt Quick.
38
39    The module was introduced in Qt 5.1.
40
41    Visit the \l{Qt Quick Controls 1 Overview} page to get started.
42
43    \section1 Application Window
44    Components used to describe the basic window properties of an application.
45    \annotatedlist applicationwindow
46
47    \section1 Navigation and Views
48    Views typically let the user manage or present other components in a layout.
49    \annotatedlist views
50
51    \section1 Controls
52    Controls are typically items that are used to present or receive input from the user.
53    \annotatedlist controls
54
55    \section1 Menus
56    Types that can be used to build menus.
57    \annotatedlist menus
58
59    \section1 Licenses and Attributions
60
61    The Qt Quick Controls module is available under commercial licenses from \l{The Qt Company}.
62    In addition, it is available under free software licenses. Since Qt 5.4,
63    these free software licenses are
64    \l{GNU Lesser General Public License, version 3}, or
65    the \l{GNU General Public License, version 2}.
66    See \l{Qt Licensing} for further details.
67
68    \section1 Related information
69
70     \list
71      \li \l{Qt Quick}
72      \li \l{Qt Quick Controls 1 Overview}
73      \li \l{Qt Quick Controls 1 QML Types}
74      \li \l{Qt Quick Controls 1 Platform Notes}
75      \li \l{Qt Quick Controls 1 Examples}
76      \li \l{Qt Quick Controls 1 Styles}
77      \li \l{Qt Quick Layouts}
78      \li \l{Qt Quick Dialogs}
79     \endlist
80*/
81