[Qt-interest] QDesignerExtraInfoExtension

Friedemann Kleint Friedemann.Kleint at nokia.com
Tue May 25 09:20:03 CEST 2010


Hi,

> I would like to use the class QDesignerExtraInfoExtension for adding extra
> information to the Qt designer ui ouput files. Can someone give me the
> indication where I can find some documentation and examples Thanks

The QDesignerExtraInfoExtension can be used to serialize additional 
information using the internal  DomUI/DomWidget-classes which are a flat 
representation of the UI-file elements, but this is cumbersome and most likely 
not what you want. 
Have you thought about using dynamic properties on the widgets (see 
http://doc.qt.nokia.com/4.6/qobject.html#setProperty )?

Regards,
Friedemann
-- 
Friedemann Kleint
Nokia, Qt Development Frameworks



More information about the Qt-interest-old mailing list