export dialog

This commit is contained in:
2019-03-22 13:29:59 +01:00
parent f8fa1a4c9e
commit a9e10719e1
6 changed files with 512 additions and 24 deletions
+7
View File
@@ -93,6 +93,7 @@ private:
QAction* m_lpFileOpenAction; /*!< TODO: describe */
QAction* m_lpFileSaveAsAction; /*!< TODO: describe */
QAction* m_lpFileImportAction; /*!< TODO: describe */
QAction* m_lpFileExportAction; /*!< TODO: describe */
QAction* m_lpFileQuitAction; /*!< TODO: describe */
QAction* m_lpSeparatorRecent; /*!< TODO: describe */
@@ -231,6 +232,12 @@ private slots:
\fn onFileImport
*/
void onFileImport();
/*!
\brief
\fn onFileExport
*/
void onFileExport();
/*!
\brief