Hi All,

I want to create a Property Explorer for desktop application same as that appear in QT Designer mode (at Right side).

My property explorer contains Some properties editable, some uneditable, ComboBoxes, CheckBoxes, and some custom widgets.

My problem is adding widgets (Combobox, LineEdits) in QTreeWidget are ruining the appearance of Property Explorer as Stylesheet applied to QTreeWidget is not working for them.

On top that there is lot of overhead of handling widget's events.

Is there any simple way to implement it?
or can I get any example of such implementation?