Make spinboxes editable and correct contact person's position
This commit is contained in:
@@ -114,6 +114,7 @@ GridLayout
|
||||
from: 1
|
||||
to: 100
|
||||
value: 1
|
||||
editable: true
|
||||
}
|
||||
|
||||
Label
|
||||
@@ -130,6 +131,7 @@ GridLayout
|
||||
from: 1
|
||||
to: 100
|
||||
value: 1
|
||||
editable: true
|
||||
}
|
||||
|
||||
// New grid row
|
||||
@@ -185,13 +187,11 @@ GridLayout
|
||||
text: qsTr("Besonderheiten")
|
||||
Layout.alignment: Qt.AlignRight
|
||||
}
|
||||
ComboBox
|
||||
TextField
|
||||
{
|
||||
property string name: "remarks"
|
||||
id: remarks
|
||||
Layout.fillWidth: true
|
||||
editable: false
|
||||
textRole: "display"
|
||||
}
|
||||
|
||||
//// New grid row
|
||||
|
||||
Reference in New Issue
Block a user