comparison src/metadataview.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 6b9b5efcd7f4
children f10d4e035eec
comparison
equal deleted inserted replaced
27:5bd14af5bce5 28:4e16fbd10945
54 void selectPrevRow(); 54 void selectPrevRow();
55 55
56 /**@brief select a specific row. */ 56 /**@brief select a specific row. */
57 void selectRow(int row); 57 void selectRow(int row);
58 58
59 /**@brief applies the default sort order from configuration */
60 void applyDefaultSort();
61
59 protected: 62 protected:
60 QxtCsvModel *mCSVModel; 63 QxtCsvModel *mCSVModel;
61 QSortFilterProxyModel *mSortModel; 64 QSortFilterProxyModel *mSortModel;
62 QTableView *mView; 65 QTableView *mView;
63 }; 66 };
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)