Make spinboxes editable and correct contact person's position
This commit is contained in:
@@ -9,7 +9,7 @@ GridLayout
|
||||
Layout.fillWidth: true
|
||||
Label
|
||||
{
|
||||
text: qsTr("Kontaktdaten")
|
||||
text: qsTr("Position")
|
||||
Layout.alignment: Qt.AlignRight | Qt.AlignTop
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ GridLayout
|
||||
id: contacttype
|
||||
Layout.fillWidth: true
|
||||
editable: false
|
||||
model: [qsTr("Beirat"), qsTr("Hausmeister")]
|
||||
model: [qsTr("Beirat"), qsTr("Hausmeister"), qsTr("Hausbewohner"), qsTr("Sonstiges")]
|
||||
}
|
||||
|
||||
Label
|
||||
@@ -88,18 +88,18 @@ GridLayout
|
||||
|
||||
|
||||
}
|
||||
Label
|
||||
{
|
||||
text: qsTr("Position")
|
||||
Layout.alignment: Qt.AlignRight
|
||||
}
|
||||
TextField
|
||||
{
|
||||
id: posizion
|
||||
Layout.fillWidth: true
|
||||
placeholderText: "Pflichtfeld"
|
||||
placeholderTextColor: "red"
|
||||
}
|
||||
// Label
|
||||
// {
|
||||
// text: qsTr("Position")
|
||||
// Layout.alignment: Qt.AlignRight
|
||||
// }
|
||||
// TextField
|
||||
// {
|
||||
// id: posizion
|
||||
// Layout.fillWidth: true
|
||||
// placeholderText: "Pflichtfeld"
|
||||
// placeholderTextColor: "red"
|
||||
// }
|
||||
|
||||
RowLayout
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user