Preferences Dialog

This commit is contained in:
2018-11-24 22:45:04 +01:00
parent 5d55ee6dc4
commit 6defbf5e83
20 changed files with 487 additions and 84 deletions
+8 -1
View File
@@ -44,7 +44,7 @@ public:
\fn cMainWindow
\param parent
*/
explicit cMainWindow(QWidget *parent = 0);
explicit cMainWindow(QWidget *parent = nullptr);
/*!
\brief
@@ -276,6 +276,12 @@ private slots:
\fn onActionExport
*/
void onActionExport();
/*!
\brief
\fn onActionPreferences
*/
void onActionPreferences();
/*!
\brief
@@ -472,6 +478,7 @@ private:
QMenu* m_lpFileMenu; /*!< TODO: describe */
QAction* m_lpFileExportAction; /*!< TODO: describe */
QAction* m_lpFilePreferencesAction; /*!< TODO: describe */
QAction* m_lpFileExitAction; /*!< TODO: describe */
/*!