Add Applicant form changed

This commit is contained in:
2025-02-03 08:41:07 +01:00
parent 74b00c0b94
commit 0923365cbd
6 changed files with 55 additions and 39 deletions

View File

@@ -16,8 +16,8 @@ GridLayout
TextField
{
property string name: "behinderung"
id: behinderung
property string name: "disability"
id: disability
placeholderText: "0,0"
}
@@ -42,8 +42,8 @@ GridLayout
TextField
{
property string name: "kostenstelle"
id: kostenstelle
property string name: "office"
id: office
Layout.fillWidth: true
}
@@ -55,8 +55,8 @@ GridLayout
TextField
{
property string name: "fremdlohn"
id: fremdLohnNummer
property string name: "empreference"
id: empreference
Layout.fillWidth: true
}
}