NOCH NICHT FERTIG OSCHKARINO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user