Hi,
I want make a widget that has tree hierarchy,but the item ,which has no subitem ,has a auto layout as QListView. Could this kind of widget be implement with treeview? Or Any other methed about it?
thanks!
Attachment 5207
Printable View
Hi,
I want make a widget that has tree hierarchy,but the item ,which has no subitem ,has a auto layout as QListView. Could this kind of widget be implement with treeview? Or Any other methed about it?
thanks!
Attachment 5207
I think you'd have to implement your own view for that.
Which QT class should I base? Treeview or just base the QWidget?