summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/MainFrm.h
diff options
context:
space:
mode:
authorMauro Persano <mauro.persano@kdab.com>2017-12-14 10:46:14 -0200
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2018-01-15 10:54:48 +0000
commit22c8d5c24efb780e0f96b3aef54b830e49aab203 (patch)
tree60b434615e2c195be62f013975a3da86391da0d3 /src/Authoring/Studio/MainFrm.h
parent78d2acdf2ff999407edb79ac3cdce9c0e13d0d84 (diff)
QML timeline zoom in/out
Implement zooming the timeline in/out with the '+' and '-' keys, as done in the legacy timeline view Change-Id: I3e985857ce58cadc5e43a67db1429ea2e96ab18e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/MainFrm.h')
-rw-r--r--src/Authoring/Studio/MainFrm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Authoring/Studio/MainFrm.h b/src/Authoring/Studio/MainFrm.h
index a77879db..091bb809 100644
--- a/src/Authoring/Studio/MainFrm.h
+++ b/src/Authoring/Studio/MainFrm.h
@@ -55,6 +55,7 @@ class CStudioApp;
class CTimelineControl;
class ITimelineTimebar;
class RemoteDeploymentSender;
+class TimelineView;
#ifdef QT_NAMESPACE
using namespace QT_NAMESPACE;
@@ -221,6 +222,7 @@ public:
CTimelineControl *GetTimelineControl();
ITimelineTimebar *GetSelectedTimelineTimebar();
+ TimelineView *GetTimelineView();
void EditPreferences(short inPageIndex);