Qt SVG C++ Classes▲
The Qt SVG module provides functionality for handling SVG images.
Classes▲
-
QGraphicsSvgItem: The QGraphicsSvgItem class is a QGraphicsItem that can be used to render the contents of SVG files.
-
QSvgGenerator: The QSvgGenerator class provides a paint device that is used to create SVG drawings.
-
QSvgRenderer: The QSvgRenderer class is used to draw the contents of SVG files onto paint devices.
-
QSvgWidget: The QSvgWidget class provides a widget that is used to display the contents of Scalable Vector Graphics (SVG) files.
Detailed Description▲
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. See the class descriptions for further details.