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:
Anton Lundin 2014-10-12 16:51:30 +02:00 committed by Dirk Hohndel
parent 3836e64092
commit 9c0e2fc823
2 changed files with 70 additions and 0 deletions

View file

@ -52,6 +52,10 @@ private:
DeviceDetails *deviceDetails;
void populateDeviceDetails();
void populateDeviceDetailsOSTC3();
void populateDeviceDetailsSuuntoVyper();
void reloadValuesOSTC3();
void reloadValuesSuuntoVyper();
QString selected_vendor;
QString selected_product;