mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Connect the Suunto Vyper Configuration ui
This code connects up the configuration ui with the backing data structures thats gets read/written to/from the devices. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3836e64092
commit
9c0e2fc823
2 changed files with 70 additions and 0 deletions
|
@ -52,6 +52,10 @@ private:
|
|||
|
||||
DeviceDetails *deviceDetails;
|
||||
void populateDeviceDetails();
|
||||
void populateDeviceDetailsOSTC3();
|
||||
void populateDeviceDetailsSuuntoVyper();
|
||||
void reloadValuesOSTC3();
|
||||
void reloadValuesSuuntoVyper();
|
||||
|
||||
QString selected_vendor;
|
||||
QString selected_product;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue