[Qt-interest] R: QDesignerExtraInfoExtension

Friedemann Kleint Friedemann.Kleint at nokia.com
Tue May 25 16:13:23 CEST 2010


Hi, Luigi 

> Unfortunately the amount of information is quite high and sometimes I go
> over the 65000 characters allowed for a single string property when I
> compile the ui. A solution could be to split the information into several
> properties, but I feel it is not elegant enough: that's why I thought about
> QDesignerExtraInfoExtension without knowing very well what that meant
> If you think there are better ways to organize my information I am happy to
> follow your suggestions.

The QDesignerExtraInfoExtension is limited to properties, too, as far as 
adding stuff is concerned, so that does not really make a difference. Your best 
bet are then properties of type QStringList, I would guess. It is basically 
the only supported container type.

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



More information about the Qt-interest-old mailing list