comparison src/filterwidget.h @ 28:4e16fbd10945

(issue3-5) Make the default sort order configurable
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 05 May 2015 18:46:35 +0200
parents 64a51a42c01f
children 098a10fc2e83
comparison
equal deleted inserted replaced
27:5bd14af5bce5 28:4e16fbd10945
20 public: 20 public:
21 /**@brief construct a filterwidget for the model model.*/ 21 /**@brief construct a filterwidget for the model model.*/
22 FilterWidget (QSortFilterProxyModel *model, 22 FilterWidget (QSortFilterProxyModel *model,
23 QWidget * parent = 0, Qt::WindowFlags f = 0); 23 QWidget * parent = 0, Qt::WindowFlags f = 0);
24 24
25 Q_SIGNALS:
26 void filterHasChanged();
27
25 protected: 28 protected:
26 void setupGUI(); 29 void setupGUI();
27 30
28 protected slots: 31 protected slots:
29 void headersChanged(); 32 void headersChanged();
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)