GUI ausbau
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user