comparison src/metadataview.h @ 89:b8c7644a9d49

Add config settings to hide specific columns
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 19 Jun 2015 14:27:15 +0200
parents 3916cb3c9105
children
comparison
equal deleted inserted replaced
88:3916cb3c9105 89:b8c7644a9d49
58 void dataChanged(); 58 void dataChanged();
59 59
60 /** @brief load the configured header tooltips */ 60 /** @brief load the configured header tooltips */
61 void setupHeaderTooltips(); 61 void setupHeaderTooltips();
62 62
63 /** @brief hides the columns that are set in the config hide section */
64 void hideCols();
65
63 public slots: 66 public slots:
64 /** @brief selects the next row and emits a selection changed signal */ 67 /** @brief selects the next row and emits a selection changed signal */
65 void selectNextRow(); 68 void selectNextRow();
66 69
67 /** @brief selects the previous row and emits a selection changed signal */ 70 /** @brief selects the previous row and emits a selection changed signal */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)