mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[layouts][needs-docs] Add missing tool actions to Edit menu
Fixes #18494
This commit is contained in:
parent
5e52d5142d
commit
8a5924d0f1
@ -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>
|
||||
@ -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">
|
||||
@ -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>&Close</string>
|
||||
@ -440,7 +446,7 @@
|
||||
<normaloff>:/images/themes/default/mActionSelect.svg</normaloff>:/images/themes/default/mActionSelect.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Move &Item</string>
|
||||
<string>Select/Move Item</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Select/Move item</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user