summaryrefslogtreecommitdiff
path: root/doc/src/whatsnew/whatsnew56.qdoc
blob: 26e7f81189d90615be143398c6310e4cb2ed926d (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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** 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 The Qt Company. For licensing terms
** and conditions see http://www.qt.io/terms-conditions. For further
** information use the contact form at http://www.qt.io/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 whatsnew56.html
    \title What's New in Qt 5.6
    \brief Lists the new features in Qt 5.6.

    \section1 New Modules

    \list
    \li \l[Qt3DCore]{Qt3D Module}{Qt 3D}
    \li \l[QtLocation]{Qt Location}
    \li \l[QtSerialBus]{Qt Serial Bus}
    \list
        \li Included as a technology preview.
        \li Provides a framework for accessing serial bus backends in general, and a plugin for
            accessing the SocketCAN backend in particular.
    \endlist
    \li \l[QtWebEngineCore]{Qt WebEngine Core}
    \list
        \li Provides a public API shared by both \l [QtWebEngine]{Qt WebEngine}
            and \l [QtWebEngineWidgets]{Qt WebEngine Widgets}.
    \endlist
    \endlist

    \section1 New Features in Qt 5.6

    \section2 Qt Bluetooth Module
    \list
        \li
    \endlist

    \section2 Qt Core Module
    \list
        \li
    \endlist

    \section2 Qt GUI Module
    \list
        \li
    \endlist

    \section2 Qt Multimedia Module
    \list
        \li
    \endlist

    \section2 Qt NFC Module
    \list
        \li
    \endlist

    \section2 Qt Network Module
    \list
        \li
    \endlist

    \section2 Qt Platform Abstraction (QPA)
    \list
        \li
    \endlist

    \section2 Qt QML Module
    \list
        \li
    \endlist

    \section2 Qt Quick Module
    \list
        \li
    \endlist

    \section2 Qt Quick Controls Module
    \list
        \li
    \endlist

    \section2 Qt WebEngine Module
    \list
        \li
    \endlist

    \section2 Qt WebView Module
    \list
        \li
    \endlist

    \section1 Deprecated Functionality

    The following modules are deprecated in Qt 5.6:
    \list
        \li
    \endlist

    These modules are still included in Qt 5.6, but are considered for removal in future releases.

    \section1 List of API Changes

    The pages below contain a list of API changes in Qt 5.6:
    \list
    \li \l{New Classes and Functions in Qt 5.6}
    \li \l{Obsolete Classes}
    \endlist

    \section1 Additions to Other Qt 5 Releases

    \list
        \li \l{What's New in Qt 5.5}
        \li \l{What's New in Qt 5.4}
        \li \l{What's New in Qt 5.3}
        \li \l{What's New in Qt 5.2}
        \li \l{What's New in Qt 5.1}
        \li \l{What's New in Qt 5.0}
    \endlist

*/

/*!
    \page newclasses56.html
    \title New Classes and Functions in Qt 5.6
    \brief A list of new APIs in Qt 5.6.

    This page contains a comprehensive list of all new classes and functions introduced in Qt 5.6.
    Links to new APIs in previous Qt 5 releases are found at the bottom of this page.

    \sincelist 5.6

    \section1 Additions to Other Qt 5 Releases

    \list
        \li \l{What's New in Qt 5.5}
        \li \l{What's New in Qt 5.4}
        \li \l{What's New in Qt 5.3}
        \li \l{What's New in Qt 5.2}
        \li \l{What's New in Qt 5.1}
        \li \l{What's New in Qt 5.0}
    \endlist
*/