QtQuick TreeView
Solved
Qt 6
-
I can't find TreeView in qt6. How can I display tree models in qml
-
It's not ported to Qt6 yet: https://marketplace.qt.io/products/treeview
-
LGPL-compatible alternatives developed by the comunity are listed here: https://bugreports.qt.io/browse/QTBUG-61630
-
Many thanks to everybody. I decided to make a backport to qt5.15
-
@0-5 Could you please share your backport (on github or similar?) Did it work well?