[Qt-interest] Qt Designer's property editor widget?

Friedemann Kleint Friedemann.Kleint at nokia.com
Mon May 17 10:04:56 CEST 2010


Hi,

> I've found three xsl file in tools/designer/data, I guess they're
> responsible for generation of those files (ui4.h and ui4.cpp). There
> are also xsd-schemes of ui3 and ui4. Probably, if custom scheme is
> given, it will generate proper classes for operating with non-ui xml
> files.

Those schemes are used to create the ui4.h/ui4.cpp-files which contain data 
structures that represent UI-files (widgets with properties). The methods to 
read and write the UI-files are auto-generated.

However, this is not related to the Qt Property browser solution ( 
http://qt.nokia.com/products/appdev/add-on-
products/catalog/4/Widgets/qtpropertybrowser/ ) at all. It requires 
implementing editor factory and property manager classes in code, although 
creating an XML-based configuration is conceivable.

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



More information about the Qt-interest-old mailing list