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
qtsvg-index.qdoc
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \title Qt SVG
6 \page qtsvg-index.html
7 \brief Qt SVG provides functionality for handling SVG images.
8
9 Scalable Vector Graphics (SVG) is an XML-based language for
10 describing two-dimensional vector graphics. Qt provides classes
11 for rendering and displaying SVG drawings in widgets and on other
12 paint devices.
13
14 \section1 Using the Module
15
16 \include {module-use.qdocinc} {using the c++ api}
17
18 \section2 Building with CMake
19
20 \include {module-use.qdocinc} {building with cmake} {Svg}
21
22 \section2 Building with qmake
23
24 \include {module-use.qdocinc} {building_with_qmake} {svg}
25
26 \section1 Articles and Guides
27
28 \list
29 \li \l {Rendering SVG Files} contains information about how to
30 render SVG files
31 \endlist
32
33 \section1 References
34
35 \list
36 \li \l {Qt SVG C++ Classes}
37 \li \l {Qt SVG Widgets C++ Classes}
38 \endlist
39
40 \section1 Module Evolution
41 \l{Changes to Qt SVG} lists important changes in the module API
42 and functionality that were done for the Qt 6 series of Qt.
43
44 \section1 Licenses and Attributions
45
46 Qt SVG is available under commercial licenses from \l{The Qt Company}.
47 In addition, it is available under the
48 \l{GNU Lesser General Public License, version 3}, or
49 the \l{GNU General Public License, version 2}.
50 See \l{Qt Licensing} for further details.
51
52 Furthermore, Qt SVG contains third party
53 code under following permissive licenses:
54
55 \generatelist{groupsbymodule attributions-qtsvg}
56*/