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.qdoc
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \module QtSvg
6 \title Qt SVG C++ Classes
7 \ingroup modules
8 \qtcmakepackage Svg
9 \qtvariable svg
10
11 \brief The Qt SVG module provides functionality for handling SVG images.
12
13 Scalable Vector Graphics (SVG) is an XML-based language for
14 describing two-dimensional vector graphics. Qt provides classes
15 for rendering and displaying SVG drawings in widgets and on other
16 paint devices. See the class descriptions for further details.
17
18 The \l{Qt SVG Widgets C++ Classes}{Qt SVG Widgets} library provides C++
19 classes for rendering SVG drawings into widget UIs.
20
21 \generatelist classesbymodule QtSvgWidgets
22*/
23
24/*
25 This "module" only exists so that classes in the separate library have
26 the correct build system documentation.
27*/
28/*!
29 \module QtSvgWidgets
30 \title Qt SVG Widgets C++ Classes
31 \qtcmakepackage SvgWidgets
32 \qtvariable svgwidgets
33*/