diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-05-24 06:42:10 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-24 06:42:10 -0700 |
commit | 18fa359b481893bf2ef71cfbb676efbd9601204b (patch) | |
tree | 6fdfd1384e0b53f6a11dfa8d8a55e74cae53284b /qt-ui/divelogexportdialog.h | |
parent | 2b2e2f52c037e6660808f2e47983a2103fee32a6 (diff) | |
download | subsurface-18fa359b481893bf2ef71cfbb676efbd9601204b.tar.gz |
Rework the Export dialog
The UI design looked too tight in my screen.
The explanation texts were a bit inconsistent (and in one case simply
wrong).
The explanation for the initial selection wasn't shown.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogexportdialog.h')
-rw-r--r-- | qt-ui/divelogexportdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelogexportdialog.h b/qt-ui/divelogexportdialog.h index 8020b481c..92510a7aa 100644 --- a/qt-ui/divelogexportdialog.h +++ b/qt-ui/divelogexportdialog.h @@ -22,6 +22,7 @@ slots: private: Ui::DiveLogExportDialog *ui; + void showExplanation(); }; #endif // DIVELOGEXPORTDIALOG_H |