DAZScript wrapper for QTreeView? [Solved]
kabexef
Posts: 75
Hi there,
i'm starting scripting and found a lot of information in the scripting reference guide and the qt documentation archive for qt 4.8.6. What i'm looking for (and did not found yet) is a DazScriptWrapper for QTreeView. The DzNodeSelectionComboBox shows a tree for selection of nodes so i think it seem to possible to create a tree, but how?
Any idea, link or example is very welcome.
Post edited by kabexef on
Comments
DzListView
DzListViewItem
-Rob
Thank's Rob!
Did not see through the trick with the children of ListViewItems directly.
-Klaus