Loading editor/qml/DocumentTree.qml +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ ColumnLayout { spacing: 0 property string selectedUuid: "" Layout.preferredHeight: Math.max(200, docTreeView.rows * 30 + 30) function reload() { /* No-op: model is updated automatically via beginResetModel/endResetModel */ Loading Loading
editor/qml/DocumentTree.qml +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ ColumnLayout { spacing: 0 property string selectedUuid: "" Layout.preferredHeight: Math.max(200, docTreeView.rows * 30 + 30) function reload() { /* No-op: model is updated automatically via beginResetModel/endResetModel */ Loading