Oscar jinxed
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user