4

I want to implement something like this: enter image description here

Show combobox/line edit or checkbox in second column as wish. Anyone know how to do this ??

Samuel
  • 127
  • 7
  • But what is drawn here??)), I did not understand, maybe you want to know how to create a model for qtreeviw? – Vahagn Avagyan Aug 04 '17 at 21:59
  • You can set an item delegate for a specific column. You can check this link : http://doc.qt.io/qt-4.8/qstyleditemdelegate.html . You should create your own ItemDelegate class by inheriting "qstyleditemdelegate". – fatma.ekici Aug 10 '17 at 13:23

1 Answers1

0

I have found a solution in https://doc.qt.io/archives/qq/qq18-propertybrowser.html, what I need is just a properties editor. @Programmer_ARM

Samuel
  • 127
  • 7