implemented export dialog

This commit is contained in:
Herwig Birke
2018-10-25 10:10:33 +02:00
parent 1a5d4ad0ba
commit f7d4f14b28
7 changed files with 321 additions and 69 deletions
+7 -1
View File
@@ -107,6 +107,8 @@ private slots:
void on_m_lpSeriesFilter_clicked();
void on_m_lpMoviesFilter_clicked();
void onActionExit();
private:
Ui::cMainWindow* ui;
cSerieList m_serieList;
@@ -119,7 +121,7 @@ private:
// cUpdateThread* m_lpUpdateThread;
cPicturesThread* m_lpPicturesThread;
QTime m_timer;
// QTime m_timer;
QStandardItemModel* m_lpSeriesListModel;
QStandardItemModel* m_lpMoviesListModel;
@@ -133,6 +135,10 @@ private:
QString m_szFind;
QString m_szFindMovie;
QMenu* m_lpFileMenu;
QAction* m_lpFileExportAction;
QAction* m_lpFileExitAction;
void initDB();
void loadDB();