comparison src/filterwidget.h @ 66:098a10fc2e83 0.9.2

Add doxygen files and improve doxygen comments
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 21 May 2015 15:21:47 +0200
parents 4e16fbd10945
children 3916cb3c9105
comparison
equal deleted inserted replaced
65:508a71328d1f 66:098a10fc2e83
11 #include <QMap> 11 #include <QMap>
12 12
13 class QSortFilterProxyModel; 13 class QSortFilterProxyModel;
14 class QComboBox; 14 class QComboBox;
15 class QLineEdit; 15 class QLineEdit;
16 /**
17 * @class FilterWidget
18 * @brief Generic Widget to apply a filter on SortFilterProxymodel
19 */
16 class FilterWidget: public QWidget 20 class FilterWidget: public QWidget
17 { 21 {
18 Q_OBJECT 22 Q_OBJECT
19 23
20 public: 24 public:
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)