OSTC Companion
3.0
Companion sofftware for H&W dive computers
|
GUI for OSTC Companion. More...
#include <MainWindow.h>
Public Slots | |
void | changeTypeSlot () |
User changed computer model. More... | |
void | settingsSlot () |
Pop SettingsDialog preferences interface. More... | |
void | connectSlot () |
Try to connect to the device. More... | |
void | dateSlot () |
Try to set Date & Time on the connected device. More... | |
void | nameSlot () |
Try to change custom text on the connected device. More... | |
void | iconSlot () |
Try to set custom image on the connected device. More... | |
void | upgradeSlot () |
Try to upgrade firmware of the connected device. More... | |
void | closeSlot () |
Close current connection to the device. More... | |
Public Member Functions | |
MainWindow () | |
Constructor. More... | |
~MainWindow () | |
Destructor. Release interface and driver. More... | |
void | retranslate () |
Handle Language changes. Re-apply translations to all interface elements. More... | |
GUI for OSTC Companion.
Implement the Companion user interface.
MainWindow::MainWindow | ( | ) |
Constructor.
Starts everything, and instanciate the driver found in settings.
MainWindow::~MainWindow | ( | ) |
Destructor. Release interface and driver.
|
slot |
User changed computer model.
|
slot |
Close current connection to the device.
|
slot |
Try to connect to the device.
|
slot |
Try to set Date & Time on the connected device.
|
slot |
Try to set custom image on the connected device.
|
slot |
Try to change custom text on the connected device.
void MainWindow::retranslate | ( | ) |
Handle Language changes. Re-apply translations to all interface elements.
|
slot |
Pop SettingsDialog preferences interface.
|
slot |
Try to upgrade firmware of the connected device.