mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add descriptions for different formats in the export dialog
When choosing a format from the export dialog a two line description of the format appears. This is helpful and prevents confusion. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5ba573240f
commit
2b2e2f52c0
3 changed files with 65 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define DIVELOGEXPORTDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QAbstractButton>
|
||||
|
||||
namespace Ui {
|
||||
class DiveLogExportDialog;
|
||||
|
|
@ -17,6 +18,7 @@ public:
|
|||
private
|
||||
slots:
|
||||
void on_buttonBox_accepted();
|
||||
void on_exportGroup_buttonClicked(QAbstractButton *);
|
||||
|
||||
private:
|
||||
Ui::DiveLogExportDialog *ui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue