Hi,

I've been handed a Qt widget class (C++) that has several Q_PROPERTYs. I'm working on the sip file to wrap the class but can't find any info (in SIP docs or google) on how to wrap a Q_PROPERTY with SIP.

Is there a way to do this with SIP? Do I even need to? The Q_PROPERTYs' getters & setters are members of the class anyways, so wrapping those ought to provide the necessary functionality.

Thanks for any info.

Josh
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to