Reputation: 391
Since qt 6.0 TreeView is deprecated in QML. What can I use instead it? Or how can I use C++ QTreeView in QML. Or how realized my own TreeView?
Upvotes: 1
Views: 2235
Reputation: 1103
It seems that TreeView is back from Qt 6.3.0
See
TreeView documentation: https://doc-snapshots.qt.io/qt6-dev/qml-qtquick-treeview.html
Qt bug report: https://bugreports.qt.io/browse/QTBUG-61630
I haven´t tried it yet, though
Upvotes: 3