Mitarbeiter stellen

This commit is contained in:
2025-01-23 15:59:34 +01:00
parent 103b172a60
commit d512d1d8b0
5 changed files with 88 additions and 27 deletions

View File

@@ -12,7 +12,7 @@ ApplicationWindow
anchors.margins: 10
Label
{
text: qsTr("Neuer Mitarbeiter")
text: qsTr("Mitarbeiter zuweisen")
Layout.alignment: Qt.AlignHCenter
font.pixelSize: 35
}
@@ -84,6 +84,11 @@ ApplicationWindow
id: output
Layout.fillWidth: true
}
Item
{
Layout.fillHeight: true
Layout.columnSpan: 2
}
}
RowLayout
{