mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add a checkbox and a button for Bluetooth download mode
The checkbox will be used to enable the Bluetooth downloading mode. The button will be used to create a dialog selection where the user will be able to scan and select remote devices. Signed-off-by: Claudiu Olteanu <olteanu.claudiu@ymail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5766d1894c
commit
b4c4d95ea4
3 changed files with 38 additions and 0 deletions
|
@ -77,8 +77,10 @@ slots:
|
|||
void updateProgressBar();
|
||||
void checkLogFile(int state);
|
||||
void checkDumpFile(int state);
|
||||
void enableBluetoothMode(int state);
|
||||
void pickDumpFile();
|
||||
void pickLogFile();
|
||||
void selectRemoteBluetoothDevice();
|
||||
|
||||
private:
|
||||
void markChildrenAsDisabled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue