IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Qt SVG

Qt SVG provides functionality for handling SVG images.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

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:

 
Sélectionnez
#include <QtSvg>

To link against the module, add this line to your qmake .pro file:

 
Sélectionnez
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:

Articles

References

Qt SVG comes with the following examples:

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+