aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/shortcutmanager.h
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2017-01-19 09:44:13 +0100
committerTim Jenssen <tim.jenssen@qt.io>2017-01-19 10:26:21 +0000
commitd5ac800b90ca8f12682c68530938c7490d0fe052 (patch)
tree8d0eae745a52298c6e82964494c69e1297d0873e /src/plugins/qmldesigner/shortcutmanager.h
parent58e7554f3d2f00bb3a65205274bfd0f73c491818 (diff)
QmlDesigner: Hook up states editor expanded state to command
The expanded/collpased state of the states editor is now hooked up to a Qt Creator command. This means there is a configurable shortcurt and an entry in the menu under Windows/Views. Change-Id: Ied993870fe605cfd6651b203986b009620c98f1b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/qmldesigner/shortcutmanager.h')
-rw-r--r--src/plugins/qmldesigner/shortcutmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/shortcutmanager.h b/src/plugins/qmldesigner/shortcutmanager.h
index c24e2dc3d9..355de82cfc 100644
--- a/src/plugins/qmldesigner/shortcutmanager.h
+++ b/src/plugins/qmldesigner/shortcutmanager.h
@@ -88,6 +88,7 @@ private:
Utils::ParameterAction m_pasteAction;
Utils::ParameterAction m_selectAllAction;
QAction m_hideSidebarsAction;
+ QAction m_collapseExpandStatesAction;
QAction m_restoreDefaultViewAction;
QAction m_toggleLeftSidebarAction;
QAction m_toggleRightSidebarAction;