mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3860 Z scale label. Do not show in contour map
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user