residence informationen added
This commit is contained in:
@@ -153,14 +153,53 @@ GridLayout
|
|||||||
}
|
}
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
text: qsTr("Aufenthaltstitel gültig bis")
|
text: qsTr("Aufenthaltstitel Nr.")
|
||||||
visible: nation.currentText === "Deutschland"? false:true
|
visible: nation.currentText === "Deutschland"? false:true
|
||||||
Layout.alignment: Qt.AlignRight
|
Layout.alignment: Qt.AlignRight
|
||||||
}
|
}
|
||||||
TextField
|
TextField
|
||||||
{
|
{
|
||||||
property string name: "aufenthalt"
|
property string name: "residenceno"
|
||||||
id: aufenthalt
|
id: residenceno
|
||||||
|
visible: nation.currentText === "Deutschland"? false:true
|
||||||
|
Layout.fillWidth: true
|
||||||
|
}
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: qsTr("Ausgestellt von")
|
||||||
|
visible: nation.currentText === "Deutschland"? false:true
|
||||||
|
Layout.alignment: Qt.AlignRight
|
||||||
|
}
|
||||||
|
TextField
|
||||||
|
{
|
||||||
|
property string name: "residenceissuedloc"
|
||||||
|
id: residenceissuedloc
|
||||||
|
visible: nation.currentText === "Deutschland"? false:true
|
||||||
|
Layout.fillWidth: true
|
||||||
|
}
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: qsTr("Ausgestellt am")
|
||||||
|
visible: nation.currentText === "Deutschland"? false:true
|
||||||
|
Layout.alignment: Qt.AlignRight
|
||||||
|
}
|
||||||
|
TextField
|
||||||
|
{
|
||||||
|
property string name: "residenceissued"
|
||||||
|
id: residenceissued
|
||||||
|
visible: nation.currentText === "Deutschland"? false:true
|
||||||
|
Layout.fillWidth: true
|
||||||
|
}
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: qsTr("Gültig bis")
|
||||||
|
visible: nation.currentText === "Deutschland"? false:true
|
||||||
|
Layout.alignment: Qt.AlignRight
|
||||||
|
}
|
||||||
|
TextField
|
||||||
|
{
|
||||||
|
property string name: "residenceexpire"
|
||||||
|
id: residenceexpire
|
||||||
visible: nation.currentText === "Deutschland"? false:true
|
visible: nation.currentText === "Deutschland"? false:true
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user