From ba08715c9a744a3aeefb2f71451990aed219925e250df218945aebfe68f16039 Mon Sep 17 00:00:00 2001 From: Daniel Stoppek Date: Fri, 24 Jan 2025 14:30:57 +0100 Subject: [PATCH] NOCH NICHT FERTIG OSCHKARINO --- Gui/ApplicantNationalInsurance.qml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Gui/ApplicantNationalInsurance.qml b/Gui/ApplicantNationalInsurance.qml index c90dd47..c29f329 100644 --- a/Gui/ApplicantNationalInsurance.qml +++ b/Gui/ApplicantNationalInsurance.qml @@ -72,20 +72,6 @@ GridLayout visible: nation.currentText === "Deutschland"? false:true } Label - { - text: qsTr("Staatsangehörigkeit") - visible: nation.currentText === "Deutschland"? false:true - } - TextField - { - property string name: "nationality" - id: nationality - visible: nation.currentText === "Deutschland"? false:true - Layout.fillWidth: true - placeholderText: "Pflichtfeld" - placeholderTextColor: "red" - } - Label { text: qsTr("Pass gültig bis") visible: nation.currentText === "Deutschland"? false:true