changed jobstatus, country in AddApplicant

This commit is contained in:
2025-01-24 14:24:32 +01:00
parent 338733a0fb
commit 104aba8347
7 changed files with 90 additions and 143 deletions

View File

@@ -4,6 +4,7 @@ import QtQuick.Layouts
GridLayout
{
id: applicantVarious
columns: 2
Label
{
@@ -12,6 +13,7 @@ GridLayout
TextField
{
property string name: "behinderung"
id: behinderung
placeholderText: "0,0"
Layout.fillWidth: true
@@ -24,6 +26,7 @@ GridLayout
TextField
{
property string name: "disponent"
id: disponent
Layout.fillWidth: true
}
@@ -35,6 +38,7 @@ GridLayout
TextField
{
property string name: "kostenstelle"
id: kostenstelle
Layout.fillWidth: true
}
@@ -46,6 +50,7 @@ GridLayout
TextField
{
property string name: "fremdlohn"
id: fremdLohnNummer
Layout.fillWidth: true
}