Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qt6-changes.qdoc
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page qtquicklabsplatform-changes-qt6.html
6 \title Changes to Qt Quick Labs Platform
7 \ingroup changes-qt-5-to-6
8 \brief Migrate Qt Quick Labs Platform to Qt 6.
9
10 Qt 6 is a result of the conscious effort to make the framework more
11 efficient and easy to use.
12
13 We try to maintain compatibility for all the public APIs in each release.
14 Some changes were inevitable in an effort to make Qt a better framework.
15
16 In this topic we summarize those changes in Qt Quick Labs Platform, and
17 provide guidance to handle them.
18
19 \section1 The Menu type
20
21 The deprecated \c iconName and \c iconSource properties were removed. Use
22 the \l {Menu::}{icon} property instead.
23
24 \section1 The MenuItem type
25
26 The deprecated \c iconName and \c iconSource properties were removed. Use
27 the \l {MenuItem::}{icon} property instead.
28
29 \section1 The SystemTrayIcon type
30
31 The deprecated \c iconName and \c iconSource properties were removed. Use
32 the \l {SystemTrayIcon::}{icon} property instead.
33*/