mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Toolbar: Added button control for toolbar labels
This commit is contained in:
@@ -222,6 +222,7 @@ private slots:
|
||||
|
||||
void slotDrawStyleChanged(QAction* activatedAction);
|
||||
void slotToggleFaultsAction(bool);
|
||||
void slotToggleFaultLabelsAction(bool);
|
||||
|
||||
void slotAddWellCellsToRangeFilterAction(bool doAdd);
|
||||
|
||||
@@ -273,6 +274,7 @@ private:
|
||||
|
||||
QActionGroup* m_dsActionGroup;
|
||||
QAction* m_drawStyleToggleFaultsAction;
|
||||
QAction* m_toggleFaultsLabelAction;
|
||||
QAction* m_drawStyleLinesAction;
|
||||
QAction* m_drawStyleLinesSolidAction;
|
||||
QAction* m_drawStyleFaultLinesSolidAction;
|
||||
|
||||
Reference in New Issue
Block a user