mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merging Import dialog
This patch merges import dialog with CSV import dialog. The aim is to have only one import menu entry for log files. This menu entry pops up an import dialog that has tabs for different types of imports (supported dive logs and CSV configuration currently). Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
65eb86f854
commit
646c6ba58b
3 changed files with 354 additions and 222 deletions
|
@ -26,6 +26,9 @@ private slots:
|
|||
void unknownImports(int);
|
||||
void unknownImports(bool);
|
||||
|
||||
void on_DiveLogFileSelector_clicked();
|
||||
void on_DiveLogFile_editingFinished();
|
||||
|
||||
private:
|
||||
void unknownImports();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue