GUI Object

This commit is contained in:
2025-01-13 15:28:22 +01:00
parent 7f26e4d898
commit edaad51ea7
11 changed files with 1109 additions and 0 deletions

View File

@@ -48,6 +48,10 @@ RowLayout
flat: true
text: qsTr("Objekt")
implicitWidth: objekt.implicitContentWidth + 10
onClicked:
{
appLoader.source = "ObjectTable.qml"
}
}