mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Wire gui for diagnostic logs from dc configuration
This copies peaces from the downloadfromdivecomputer dialog into the configuredivecomputerdialog and connects them to be able to create a logfile form the configuration of the divecomputer. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4321ef1d88
commit
b76a0f0b97
3 changed files with 43 additions and 0 deletions
|
@ -58,6 +58,8 @@ public:
|
|||
|
||||
private
|
||||
slots:
|
||||
void checkLogFile(int state);
|
||||
void pickLogFile();
|
||||
void readSettings();
|
||||
void resetSettings();
|
||||
void configMessage(QString msg);
|
||||
|
@ -78,6 +80,8 @@ slots:
|
|||
private:
|
||||
Ui::ConfigureDiveComputerDialog ui;
|
||||
|
||||
QString logFile;
|
||||
|
||||
QStringList vendorList;
|
||||
QHash<QString, QStringList> productList;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue