changed AddApplicant

This commit is contained in:
2025-01-28 16:38:13 +01:00
parent 538399b59a
commit 716915f333
3 changed files with 45 additions and 14 deletions

View File

@@ -7,8 +7,10 @@ GridLayout
id: bankAccount
columns: 2
property alias jobstatus: title
property alias longest: longest
Label
{
id: longest
text: qsTr("Beschäftigungsverhältnis")
Layout.alignment: Qt.AlignRight
}