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:
Anton Lundin 2015-05-27 21:19:13 +02:00 committed by Dirk Hohndel
parent 4321ef1d88
commit b76a0f0b97
3 changed files with 43 additions and 0 deletions

View file

@ -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;