PDA

View Full Version : Get editing widget for a QtProperty



qt_developer
6th May 2013, 14:44
Hi all,

I have read the documentation for QtTreePropertyBrowser http://doc.qt.digia.com/solutions/4/qtpropertybrowser/qttreepropertybrowser.html#details

There are a definition for property:



Each property is represented by a label specifying the property's name, and an editing widget (e.g. a line edit or a combobox) holding its value.


I want to retrieve the editing widget for a property, how can I perform this?

Kind regards.