changed AddApplicant

This commit is contained in:
2025-01-28 13:45:02 +01:00
parent 8e9fe46b96
commit 538399b59a
5 changed files with 172 additions and 46 deletions

View File

@@ -6,6 +6,7 @@ GridLayout
{
id: applicantVarious
columns: 2
Label
{
text: qsTr("Grad der Behinderung")
@@ -16,7 +17,6 @@ GridLayout
property string name: "behinderung"
id: behinderung
placeholderText: "0,0"
Layout.fillWidth: true
}
Label