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 qtsvg-changes-qt6.html
6 \title Changes to Qt SVG
7 \ingroup changes-qt-5-to-6
8 \brief Migrate Qt SVG 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 binary and source compatibility for all the public
14 APIs in each release. But some changes were inevitable in an effort to
15 make Qt a better framework.
16
17 In this topic we summarize those changes in Qt SVG, and provide
18 guidance to handle them.
19
20 \section1 Library split
21
22 The QtSvg module has been split into two libraries, with those classes
23 depending on QtWidgets living in a separate library, QtSvgWidgets.
24*/