-
QWidget in QTreeview
Guys,
I am working with QTreeView ,Derived QItemDelegate and a treeModel (using QStandardItem). Now my question is how can i draw/make a custom widget as item in my treeview using delegate.
wysota:
this is kinda continuation of my probs....that thread was getting longer
if you guys can post some snippet i would appreciate it
baray98
-
Re: QWidget in QTreeview
-
Re: QWidget in QTreeview
yes, thank you .. one more thing I want to give my user some contextMenu omn right click on that widget. How will i insert my context menu?
baray98
-
Re: QWidget in QTreeview