[Qt-interest] properties order in Qt designer plugins

Giacomo giacomo.strangolino at elettra.trieste.it
Tue Aug 11 13:35:20 CEST 2009


Hi to all.

In my designer widget plugin I have some Q_PROPERTies to personalize.

I would like to know if there is a way to define an order in which those 
properties have to be executed.

For esample, supposing that the widget plugin has two Q_PROPERTies:

Q_PROPERTY(a, READ a WRITE setA,,)

Q_PROPERTY(b, READ b WRITE setB,,)


I need that setA() is called _before_ setB() in the (uic) generated code.

Thanks in advance for any suggestion.

Giacomo



More information about the Qt-interest-old mailing list