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 qtquickextras-index.html
30    \title Qt Quick Extras
31
32    \brief The Qt Quick Extras module provides a set of UI controls for Qt
33    Quick.
34
35    The Qt Quick Extras module provides a specialized set of
36    controls that can be used to build interfaces in Qt Quick.
37
38    The module was introduced in Qt 5.5.
39
40    Visit the \l{Qt Quick Extras Overview} page to get started.
41
42    \section1 Controls
43    Controls are typically items that are used to present or receive input from
44    the user.
45    \annotatedlist extras
46
47    \section1 Licenses and Attributions
48
49    The Qt Quick Extras module is available under commercial licenses from \l{The Qt Company}.
50    In addition, it is available under free software licenses. Since Qt 5.4,
51    these free software licenses are
52    \l{GNU Lesser General Public License, version 3}, or
53    the \l{GNU General Public License, version 2}.
54    See \l{Qt Licensing} for further details.
55
56    \section1 Related information
57
58     \list
59      \li \l{Qt Quick}
60      \li \l{Qt Quick Extras Overview}
61      \li \l{Qt Quick Extras QML Types}{Qt Quick Extras QML Types}
62      \li \l{Qt Quick Extras Examples}
63      \li \l{Qt Quick Controls 1 Styles}
64     \endlist
65*/
66