QtQuick TreeView
Solved
Qt 6
-
wrote on 16 Apr 2021, 13:24 last edited by
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
-
wrote on 24 Apr 2021, 10:50 last edited by
LGPL-compatible alternatives developed by the comunity are listed here: https://bugreports.qt.io/browse/QTBUG-61630
-
wrote on 25 Apr 2021, 09:16 last edited by
Many thanks to everybody. I decided to make a backport to qt5.15
-
wrote on 4 Jul 2023, 07:44 last edited by
@0-5 Could you please share your backport (on github or similar?) Did it work well?