GUI ausbau

This commit is contained in:
2024-11-11 08:33:50 +01:00
parent ca4d8f6b9c
commit 18c600c7c7
5 changed files with 161 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ RowLayout
flat: true
text: qsTr("Objekt")
implicitWidth: objekt.implicitContentWidth + 10
}
Button
@@ -55,6 +56,10 @@ RowLayout
flat: true
text: qsTr("Mitarbeiter")
implicitWidth: mitarbeiter.implicitContentWidth + 10
onClicked:
{
appLoader.source = "EmployeTables.qml"
}
}
Button