QMLTreeView icon indicating copy to clipboard operation
QMLTreeView copied to clipboard

A TreeView component for QML/QtQuick 2 with a generic TreeModel

Results 4 QMLTreeView issues
Sort by recently updated
recently updated
newest added

All the examples have these warnings in Qt6 but not in Qt5 ``` qrc:/modules/QMLTreeView/TreeView.qml:83:5: QML TreeViewItem: Binding loop detected for property "handleColor" qrc:/modules/QMLTreeView/TreeView.qml:83:5: QML TreeViewItem: Binding loop detected for property...

bug
Qt6

TreeModel supports only the DisplayMode role. Implement the support for the other roles, standard and custom. Could be nice adding an example using different roles.

enhancement

Add unit tests for the `TreeModel`

tests

In Qt6, a render error occurs when a child element is deleted and another row is present in manipulator example. ![image](https://github.com/Daguerreo/QMLTreeView/assets/6747152/e0c706ca-91a0-4afe-814c-7f3108cced1b) Does not happens in Qt5

bug
Qt6