[PyQt] Add "user" property to a widget

Arve Knudsen arve.knudsen at gmail.com
Wed Sep 10 10:36:51 BST 2008


I need to have a "user" property for a widget, so it can be fetched
via its metaObject().userProperty(). This is required since the
convention in Qt is to designate a "user" property of a widget for
editing purposes (e.g., text() for QLineEdit). Now that I've explained
my use case, how can I can define such a property in PyQt :)

Thanks,
Arve


More information about the PyQt mailing list