Oscar jinxed

This commit is contained in:
2024-12-11 15:08:16 +01:00
parent 7c61b2a532
commit 9a8be0409a
6 changed files with 55 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ GridLayout
id: title
Layout.fillWidth: true
editable: false
model: ["Herr", "Frau"]
}
Label
{
@@ -82,6 +83,18 @@ GridLayout
id: telephonecontact
Layout.fillWidth: true
}
Label
{
text: qsTr("Handy")
Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
}
TextField
{
property string name: "cellphone"
id: cellphone
Layout.fillWidth: true
}
Label
{
text: qsTr("Geburtsdatum")
@@ -105,6 +118,7 @@ GridLayout
id: rank
Layout.fillWidth: true
editable: false
model: ["Nein", "Ja"]
}
Label
{