comparison src/folderselectdialog.h @ 90:c3000fa6ca56

Add back button to subfolder selection dialog
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 19 Jun 2015 14:27:56 +0200
parents 90c297a2a3dd
children 0ad468912ff3
comparison
equal deleted inserted replaced
89:b8c7644a9d49 90:c3000fa6ca56
65 65
66 Q_SIGNALS: 66 Q_SIGNALS:
67 /** @brief emited before the dialog is closed when a folder is selected */ 67 /** @brief emited before the dialog is closed when a folder is selected */
68 void folderSelected(const QString& folder); 68 void folderSelected(const QString& folder);
69 69
70 /** @brief Back button was clicked */
71 void backClicked();
72
70 private: 73 private:
71 QTableView *mView; 74 QTableView *mView;
72 FilterWidget *mFilterWidget; 75 FilterWidget *mFilterWidget;
73 IPAwareSortModel *mSortModel; 76 IPAwareSortModel *mSortModel;
74 QString mCurFolder, 77 QString mCurFolder,
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)