[Qt-interest] SVG Problem

Gabriel M. Beddingfield gabrbedd at gmail.com
Wed Nov 24 20:52:37 CET 2010


Hi Lucas,

On Wed, 24 Nov 2010, Lucas Pereira Caixeta wrote:

> Guys,
>
> Anybody ever used SVG with C++ / qt? I opened the face ... but would like to
> know how to use the ids on the events.
>
> * Each image (vector) of SVG has an ID. Which method to use to get the id I
> want?

SVG's are XML files.  To process an XML file, you'll need an 
XML parser (like the QtXml module).

-gabriel



More information about the Qt-interest-old mailing list