mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
QML UI: expose vendor/product/connection index as properties
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1bbbc07dd5
commit
de8359e4f0
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ Kirigami.Page {
|
|||
property bool divesDownloaded: false
|
||||
property bool btEnabled: manager.btEnabled
|
||||
property string btMessage: manager.btEnabled ? "" : qsTr("Bluetooth is not enabled")
|
||||
property alias vendor: comboVendor.currentIndex
|
||||
property alias product: comboProduct.currentIndex
|
||||
property alias connection: comboConnection.currentIndex
|
||||
|
||||
DCDownloadThread {
|
||||
id: downloadThread
|
||||
|
|
Loading…
Add table
Reference in a new issue