NOCH NICHT FERTIG OSCHKARINO

This commit is contained in:
2025-01-24 14:30:57 +01:00
parent 104aba8347
commit ba08715c9a

View File

@@ -72,20 +72,6 @@ GridLayout
visible: nation.currentText === "Deutschland"? false:true visible: nation.currentText === "Deutschland"? false:true
} }
Label 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") text: qsTr("Pass gültig bis")
visible: nation.currentText === "Deutschland"? false:true visible: nation.currentText === "Deutschland"? false:true