User Tools

Site Tools


svgbox

SvgBox(QSvgWidget)

The Qt documentation in C++ of this class can be read here: http://doc.trolltech.com/4.4/qsvgwidget.html

A control for the form object, provides a svg image representation.

Scalable Vector Graphics (SVG) is a language for describing two-dimensional graphics and graphical applications in XML.

Most important

Methods None
Properties Value
Events None

Please read the control class overview Control as well.

PROPERTIES

Value

Property Value As String (ReadWrite)

Contains the path of the image to be displayed. It can be an absolute path to an image file like c:\myfolder\myimage.svg or can be an relative path to the current project like myimage.svg (which is present in the current project directory). Relative paths are recommended.

Might be a String containing xml data.


OldValue

Property OldValue As String (ReadOnly)


Text

Property Text As String (ReadWrite)

Same as Value. Provided for easy-use.


svgbox.txt · Last modified: 2013/04/09 22:58 (external edit)