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 qtwayland-changes-qt6.html
6 \title Porting to Qt 6 - Qt Wayland Compositor
7
8 Qt 6 is a result of the conscious effort to make the framework more
9 efficient and easy to use.
10
11 We try to maintain binary and source compatibility for all the public
12 APIs in each release. But some changes were inevitable in an effort to
13 make Qt a better framework.
14
15 In this topic we summarize those changes in Qt Wayland Compositor, and
16 provide guidance to handle them.
17
18 \section1 Import of Shell Classes
19
20 In Qt 5, a few auxiliary classes were available through the Qt Wayland
21 Compositor namespace. In order to improve the logical separation of
22 these from the primary functionality of the compositor, they have been
23 moved into separate imports in Qt 6.
24
25 \list
26 \li \l WlShell types are now available in \c QtWayland.Compositor.WlShell
27 \li \l XdgShell types are now available in \c QtWayland.Compositor.XdgShell
28 \li \l IviApplication types are now available in \c QtWayland.Compositor.IviApplication
29 \endlist
30*/