The Qt SVG module provides functionality for handling SVG images. More...

Classes

QGraphicsSvgItem

QGraphicsItem that can be used to render the contents of SVG files

QSvgGenerator

Paint device that is used to create SVG drawings.

QSvgRenderer

Used to draw the contents of SVG files onto paint devices. 4.1

QSvgWidget

Widget that is used to display the contents of Scalable Vector Graphics (SVG) files. 4.1

Detailed Description

\titleQt SVG C++ Classes \ingroup modules \qtcmakepackage Svg \qtvariable 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. See the class descriptions for further details.

The Qt SVG Widgets library provides C++ classes for rendering SVG drawings into widget UIs.