#3860 Z scale label. Do not show in contour map

This commit is contained in:
Bjørn Erik Jensen
2018-12-13 13:20:49 +01:00
parent 1311d4eb4d
commit 01249ace3a
5 changed files with 30 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ public:
void showInfoText(bool enable);
void setInfoText(QString text);
void hideZScaleCheckbox(bool hide);
void showZScaleLabel(bool enable);
void setZScale(int scale);
@@ -158,6 +159,7 @@ private:
QLabel* m_zScaleLabel;
bool m_showZScaleLabel;
bool m_hideZScaleCheckbox;
QProgressBar* m_animationProgress;
bool m_showAnimProgress;