mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Enable libdivecomputer log or dump from the UI
Pick filenames for these functions as they are selected. Use the windows-safe fopen function. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4de739b935
commit
d42cc5a40c
6 changed files with 113 additions and 31 deletions
|
@ -44,6 +44,10 @@ public slots:
|
|||
void onDownloadThreadFinished();
|
||||
void updateProgressBar();
|
||||
void runDialog();
|
||||
void checkLogFile(int state);
|
||||
void checkDumpFile(int state);
|
||||
void pickDumpFile();
|
||||
void pickLogFile();
|
||||
|
||||
private:
|
||||
void markChildrenAsDisabled();
|
||||
|
@ -63,7 +67,8 @@ private:
|
|||
QStringListModel *productModel;
|
||||
void fill_computer_list();
|
||||
void fill_device_list();
|
||||
|
||||
QString logFile;
|
||||
QString dumpFile;
|
||||
QTimer *timer;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue