Fix Objects Table

This commit is contained in:
Yuri Becker
2025-03-24 11:29:11 +01:00
parent 480dd673c4
commit 41ecdb658c
2 changed files with 93 additions and 111 deletions

View File

@@ -5,13 +5,13 @@ import Qt.labs.qmlmodels
Item {
property var availableFilters: [""]
anchors.fill: parent
StackView
{
id: objectsStack
anchors.fill: parent
initialItem: "ObjectsTable.qml"
anchors.margins: 9
}
}