Qt SVG
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.
Getting Started
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
Licenses and Attributions
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:
MIT "Old Style" License |
Articles
- Rendering SVG Files contains information about how to render SVG files
References
Qt SVG comes with the following examples:
© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.