Add time step slider to 3d views (#9695)

Add new toolbar with slider that controls visible timestep in the view
This commit is contained in:
jonjenssen
2023-01-18 22:59:06 +01:00
committed by GitHub
parent 85f1b004cb
commit 712bad97bd
5 changed files with 61 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ class QToolButton;
class QComboBox;
class QTimer;
class QUndoView;
class QSlider;
class Rim3dView;
class RimCase;
@@ -224,6 +225,9 @@ private slots:
void slotShowWellCellsAction( bool doAdd );
void slotAnimationSliderMoved( int newValue );
void slotAnimationControlFrameChanged( int newValue );
// Debug slots
void slotSnapshotAllViewsToFile();
@@ -270,6 +274,9 @@ private:
QAction* m_drawStyleSurfOnlyAction;
QAction* m_showWellCellsAction;
QAction* m_drawStyleDeformationsAction;
QAction* m_animationSliderAction;
QSlider* m_animationSlider;
QToolBar* m_holoLensToolBar;