Knappschaft weg
This commit is contained in:
@@ -79,6 +79,14 @@ import QtQuick.Layouts
|
|||||||
// visible: checkcontactdata.checked
|
// visible: checkcontactdata.checked
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
CheckBox
|
||||||
|
{
|
||||||
|
id: miniJobber
|
||||||
|
Layout.fillWidth: true
|
||||||
|
text: qsTr("Minijob")
|
||||||
|
checked: false
|
||||||
|
}
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
{
|
{
|
||||||
id: checkbankdata
|
id: checkbankdata
|
||||||
@@ -98,20 +106,6 @@ import QtQuick.Layouts
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
CheckBox
|
|
||||||
{
|
|
||||||
id: miniJobber
|
|
||||||
Layout.fillWidth: true
|
|
||||||
text: qsTr("Minijob")
|
|
||||||
checked: false
|
|
||||||
}
|
|
||||||
|
|
||||||
ApplicantMiniJob
|
|
||||||
{
|
|
||||||
id: miniJob
|
|
||||||
visible: miniJobber.checked
|
|
||||||
}
|
|
||||||
|
|
||||||
ApplicantVarious
|
ApplicantVarious
|
||||||
{
|
{
|
||||||
// Layout.margins:
|
// Layout.margins:
|
||||||
|
|||||||
Reference in New Issue
Block a user