Skip to content

Commit

Permalink
[layouts][needs-docs] Add missing tool actions to Edit menu
Browse files Browse the repository at this point in the history
Fixes #18494
  • Loading branch information
nyalldawson committed Mar 21, 2018
1 parent 5e52d51 commit 8a5924d
Showing 1 changed file with 84 additions and 78 deletions.
162 changes: 84 additions & 78 deletions src/ui/layout/qgslayoutdesignerbase.ui
Expand Up @@ -99,6 +99,83 @@
<addaction name="mActionMoveItemContent"/>
<addaction name="mActionEditNodesItem"/>
</widget>
<widget class="QToolBar" name="mNavigationToolbar">
<property name="windowTitle">
<string>Navigation Toolbar</string>
</property>
<property name="toolTip">
<string>Navigation Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="mActionZoomIn"/>
<addaction name="mActionZoomOut"/>
<addaction name="mActionZoomActual"/>
<addaction name="mActionZoomAll"/>
<addaction name="mActionRefreshView"/>
</widget>
<widget class="QToolBar" name="mActionsToolbar">
<property name="windowTitle">
<string>Actions Toolbar</string>
</property>
<property name="toolTip">
<string>Actions Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="mActionLockItems"/>
<addaction name="mActionUnlockAll"/>
<addaction name="mActionGroupItems"/>
<addaction name="mActionUngroupItems"/>
</widget>
<widget class="QToolBar" name="mAtlasToolbar">
<property name="windowTitle">
<string>Atlas Toolbar</string>
</property>
<property name="toolTip">
<string>Atlas Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="mActionAtlasPreview"/>
<addaction name="mActionAtlasFirst"/>
<addaction name="mActionAtlasPrev"/>
<addaction name="mActionAtlasNext"/>
<addaction name="mActionAtlasLast"/>
<addaction name="mActionPrintAtlas"/>
<addaction name="mActionAtlasSettings"/>
</widget>
<widget class="QToolBar" name="mReportToolbar">
<property name="windowTitle">
<string>Report Toolbar</string>
</property>
<property name="toolTip">
<string>Report Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="mActionPrintReport"/>
<addaction name="mActionExportReportAsImage"/>
<addaction name="mActionExportReportAsSVG"/>
<addaction name="mActionExportReportAsPDF"/>
<addaction name="mActionReportSettings"/>
</widget>
<widget class="QMenuBar" name="mMenuBar">
<property name="geometry">
<rect>
Expand Down Expand Up @@ -211,6 +288,12 @@
<addaction name="mActionInvertSelection"/>
<addaction name="mActionSelectNextBelow"/>
<addaction name="mActionSelectNextAbove"/>
<addaction name="separator"/>
<addaction name="mActionPan"/>
<addaction name="mActionZoomTool"/>
<addaction name="mActionSelectMoveItem"/>
<addaction name="mActionMoveItemContent"/>
<addaction name="mActionEditNodesItem"/>
</widget>
<widget class="QMenu" name="menuLayout">
<property name="title">
Expand Down Expand Up @@ -310,83 +393,6 @@
<addaction name="mMenuReport"/>
<addaction name="menuSettings"/>
</widget>
<widget class="QToolBar" name="mNavigationToolbar">
<property name="windowTitle">
<string>Navigation Toolbar</string>
</property>
<property name="toolTip">
<string>Navigation Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="mActionZoomIn"/>
<addaction name="mActionZoomOut"/>
<addaction name="mActionZoomActual"/>
<addaction name="mActionZoomAll"/>
<addaction name="mActionRefreshView"/>
</widget>
<widget class="QToolBar" name="mActionsToolbar">
<property name="windowTitle">
<string>Actions Toolbar</string>
</property>
<property name="toolTip">
<string>Actions Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="mActionLockItems"/>
<addaction name="mActionUnlockAll"/>
<addaction name="mActionGroupItems"/>
<addaction name="mActionUngroupItems"/>
</widget>
<widget class="QToolBar" name="mAtlasToolbar">
<property name="windowTitle">
<string>Atlas Toolbar</string>
</property>
<property name="toolTip">
<string>Atlas Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="mActionAtlasPreview"/>
<addaction name="mActionAtlasFirst"/>
<addaction name="mActionAtlasPrev"/>
<addaction name="mActionAtlasNext"/>
<addaction name="mActionAtlasLast"/>
<addaction name="mActionPrintAtlas"/>
<addaction name="mActionAtlasSettings"/>
</widget>
<widget class="QToolBar" name="mReportToolbar">
<property name="windowTitle">
<string>Report Toolbar</string>
</property>
<property name="toolTip">
<string>Report Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="mActionPrintReport"/>
<addaction name="mActionExportReportAsImage"/>
<addaction name="mActionExportReportAsSVG"/>
<addaction name="mActionExportReportAsPDF"/>
<addaction name="mActionReportSettings"/>
</widget>
<action name="mActionClose">
<property name="text">
<string>&amp;Close</string>
Expand Down Expand Up @@ -440,7 +446,7 @@
<normaloff>:/images/themes/default/mActionSelect.svg</normaloff>:/images/themes/default/mActionSelect.svg</iconset>
</property>
<property name="text">
<string>Move &amp;Item</string>
<string>Select/Move Item</string>
</property>
<property name="toolTip">
<string>Select/Move item</string>
Expand Down

0 comments on commit 8a5924d

Please sign in to comment.