mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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 divesDownloaded: false
|
||||||
property bool btEnabled: manager.btEnabled
|
property bool btEnabled: manager.btEnabled
|
||||||
property string btMessage: manager.btEnabled ? "" : qsTr("Bluetooth is not enabled")
|
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 {
|
DCDownloadThread {
|
||||||
id: downloadThread
|
id: downloadThread
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue