mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
QML UI: cylinders aren't editable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9755650b3c
commit
9145ea209f
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ Item {
|
||||||
}
|
}
|
||||||
Controls.ComboBox {
|
Controls.ComboBox {
|
||||||
id: cylinderBox
|
id: cylinderBox
|
||||||
editable: true
|
flat: true
|
||||||
model: diveDetailsListView.currentItem && diveDetailsListView.currentItem.modelData !== null ?
|
model: diveDetailsListView.currentItem && diveDetailsListView.currentItem.modelData !== null ?
|
||||||
diveDetailsListView.currentItem.modelData.dive.cylinderList : null
|
diveDetailsListView.currentItem.modelData.dive.cylinderList : null
|
||||||
inputMethodHints: Qt.ImhNoPredictiveText
|
inputMethodHints: Qt.ImhNoPredictiveText
|
||||||
|
|
Loading…
Add table
Reference in a new issue