mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: show the VendorList on the Download from DC
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9951592216
commit
f78fdf3d0f
2 changed files with 8 additions and 1 deletions
|
@ -35,7 +35,11 @@ Kirigami.Page {
|
|||
Layout.fillWidth: true
|
||||
GridLayout {
|
||||
columns: 2
|
||||
Kirigami.Label { text: qsTr(" Vendor name: ") } ComboBox { Layout.fillWidth: true }
|
||||
Kirigami.Label { text: qsTr(" Vendor name: ") }
|
||||
ComboBox {
|
||||
Layout.fillWidth: true
|
||||
model: vendorList
|
||||
}
|
||||
Kirigami.Label { text: qsTr(" Dive Computer:") } ComboBox { Layout.fillWidth: true }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue