diff 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
line wrap: on
line diff
--- a/src/metadataview.h	Fri Jun 19 14:26:16 2015 +0200
+++ b/src/metadataview.h	Fri Jun 19 14:27:15 2015 +0200
@@ -60,6 +60,9 @@
     /** @brief load the configured header tooltips */
     void setupHeaderTooltips();
 
+    /** @brief hides the columns that are set in the config hide section */
+    void hideCols();
+
 public slots:
     /** @brief selects the next row and emits a selection changed signal */
     void selectNextRow();
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)