comparison src/metadataview.h @ 81:5923d569167b

Make Header tooltips configurable
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 18 Jun 2015 17:48:28 +0200
parents 098a10fc2e83
children 3916cb3c9105
comparison
equal deleted inserted replaced
80:d6f3a31e505e 81:5923d569167b
53 void viewSelectionChanged(const QItemSelection& selected, const QItemSelection& deselected); 53 void viewSelectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
54 54
55 /** @brief the data has been changed. Could be filter. */ 55 /** @brief the data has been changed. Could be filter. */
56 void dataChanged(); 56 void dataChanged();
57 57
58 /** @brief load the configured header tooltips */
59 void setupHeaderTooltips();
60
58 public slots: 61 public slots:
59 /** @brief selects the next row and emits a selection changed signal */ 62 /** @brief selects the next row and emits a selection changed signal */
60 void selectNextRow(); 63 void selectNextRow();
61 64
62 /** @brief selects the previous row and emits a selection changed signal */ 65 /** @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)