[PyQt] Adding properties to a custom widget

skawaii skawaii at gmail.com
Mon Sep 10 16:33:05 BST 2007




Phil Thompson-2 wrote:
> 
> Sorry, you're out of luck - you need PyQt4 for this.
> 
> Phil
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
> 
> 

Seriously? The functionality to add properties is in Qt 3.x, right? Does
that mean that PyQt just doesn't have bindings for creating properties for
custom widgets?

That's pretty confusing, especially since Designer let's you add properties
to custom widgets. However, it only calls QWidget.setProperty(). So,
assuming I had Qt 4.3, where would I be creating these properties anyway,
because it doesn't seem like Designer does it.
-- 
View this message in context: http://www.nabble.com/Adding-properties-to-a-custom-widget-tf4403448.html#a12595561
Sent from the PyQt mailing list archive at Nabble.com.



More information about the PyQt mailing list