Hi,

thanks for your reply. I tried to use the domXML-function to create new properties and it works for strings. When using 'cstring' as datatyp-element I even get rid of the sub-properties translation, etc.
But I cannot create a 'set'-property. As described in http://www.kde.gr.jp/~ichi/qt/designer-manual-15.html it should be possible to create a set-property with

<set>AlignLeft|AlignTop</set>

But if I specify this in my domXML() method this property is silently ignored by QTDesigner

Can anybody tell me where the problem is?