Scalable Vector Graphics (SVG) is an XML-based language for describing two-dimensional vector graphics. Qt provides classes for rendering and displaying SVG drawings in widgets and on other paint devices.
Qt SVG provides classes for rendering SVG files. To include the definitions of the module's classes, use the following directive:
#include <QtSvg>
To link against the module, add this line to your qmake .pro
file:
QT += svg
Changes to Qt SVG lists important changes in the module API and functionality that were done for the Qt 6 series of Qt.
Qt SVG is available under commercial licenses from The Qt Company. In addition, it is available under the GNU Lesser General Public License, version 3, or the GNU General Public License, version 2. See Qt Licensing for further details.
Furthermore Qt SVG contains third party code under following permissive licenses:
Historical Permission Notice and Disclaimer - sell variant |
Qt SVG comes with the following examples:
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qtsvg-index.html