hi all,

I wrote a custom plugin which has a property for a set of colors like this:

Q_PROPERTY(QVector<QColor> color READ color WRITE setColor)

however, I can't found the color property in designer.

I checked the help file, it seems the correct method is use QVector instead of 
QVector<QColor>, but in this method I can't compile the program.

any comment?

thanks.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to