Where is the QML Treeview effect sample download address in the follow picture?
Solved
QML and Qt Quick
-
Can you rephrase the question? I don't know what you are asking about.
If you are looking for a tree view, then check out QTreeView or QTreeWidget. In QML, there is TreeView, but it's deprecated (will be removed in Qt 6). So you'd have to bake a custom solution (a standard one is to create a list of list views).