summaryrefslogtreecommitdiffstats
path: root/doc/src/index.qdoc
blob: fe944cf14d7398c9fa08cb5b1a425fb826fb18ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:FDL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and Digia.  For licensing terms and
** conditions see http://qt.digia.com/licensing.  For further information
** use the contact form at http://qt.digia.com/contact-us.
**
** GNU Free Documentation License Usage
** Alternatively, this file may be used under the terms of the GNU Free
** Documentation License version 1.3 as published by the Free Software
** Foundation and appearing in the file included in the packaging of
** this file.  Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
** $QT_END_LICENSE$
**
****************************************************************************/

/*!
\page index.html
\keyword Qt Reference Documentation

\div {class="landing"}
    \div {class="col-1"}
            \div {class="heading"}
                \title Qt 5.3
            \enddiv

                Qt is a full development framework with tools designed to streamline
                the creation of applications and user interfaces for desktop,
                embedded, and mobile platforms.
                \div {class="landingicons"}
                \div {class="icons1of3"}
                    \image landing/icon_Qt_60x60px.png
                    \section1 Qt Framework
                    Intuitive APIs for C++ and JavaScript-like
                    programming with Qt Quick for rapid UI creation.
                \enddiv
                \div {class="icons1of3"}
                    \image landing/icon_QtCreator_60x60px.png
                    \section1 Qt Creator IDE
                    A powerful cross-platform integrated development
                    environment, including UI designer tools and on-device
                    debugging.
                \enddiv
                \div {class="icons1of3"}
                    \image landing/icon_Tools.png
                    \section1 Tools and Toolchains
                    Internationalization support, embedded toolchains, and more.
                \enddiv
                \enddiv
                \section1 Licenses Used in Qt

                Qt Framework and tools are available under both open-source and
                commercial licenses.
                \list
                    \li \l{Qt Homepage}{Qt Open-source}
                    \li \l{Qt Enterprise}
                    \li \l{Qt Enterprise}{Qt Mobile}
                \endlist

                The commercially licensed Qt Enterprise and Qt Mobile products
                contain additional functionality and productivity tools. For
                details, see \l{Qt Enterprise}{qt.digia.com}.
    \enddiv
    \div {class="col-2"}
        \div {class="sectionlist normallist"}
            \div {class="heading"}
                \section1 Getting Started
            \enddiv
                \list
                \li \l{Getting Started with Qt}
                \li \l{What's New in Qt 5}
                \li \l{Qt Examples and Tutorials}{Examples and Tutorials}
                \li \l{Supported Platforms}
                \li \l{Qt Licensing}
                \endlist
                \enddiv
            \div {class="sectionlist normallist"}
                \div {class="heading"}
                     \section1 Overviews
                \enddiv
                \list
                \li \l{Development Tools}
                \li \l{User Interfaces}
                \li \l{Core Internals}
                \li \l{Data Storage}
                \li \l{Multimedia}
                \li \l{Networking and Connectivity}
                \li \l{Graphics}
                \li \l{Mobile APIs}
                \li \l{QML Applications}
                \endlist
                \list
                \li \l{Qt Overviews}{All Qt Overviews}
                \endlist
            \enddiv
            \div {class="sectionlist normallist"}
                \div {class="heading"}
                     \section1 Reference
                \enddiv
                \div {class="indexboxcont indexboxbar"}
                    \list
                    \li \l{All Classes}{All Qt C++ Classes}
                    \li \l{All QML Types}
                    \li \l{All Modules}{All Qt Modules}
                    \li \l{Qt Creator Manual}
                    \endlist
                    \list
                    \li \l{Qt Reference Pages}{All Qt Reference Documentation}
                    \endlist
                \enddiv
            \enddiv
    \enddiv
\enddiv
*/