Skip to content

Commit af27deb

Browse files
committed
[layouts][needs-docs] Add missing tool actions to Edit menu
Fixes #18494 (cherry-picked from 8a5924d)
1 parent 2c981dc commit af27deb

File tree

1 file changed

+84
-78
lines changed

1 file changed

+84
-78
lines changed

src/ui/layout/qgslayoutdesignerbase.ui

+84-78
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,83 @@
9999
<addaction name="mActionMoveItemContent"/>
100100
<addaction name="mActionEditNodesItem"/>
101101
</widget>
102+
<widget class="QToolBar" name="mNavigationToolbar">
103+
<property name="windowTitle">
104+
<string>Navigation Toolbar</string>
105+
</property>
106+
<property name="toolTip">
107+
<string>Navigation Toolbar</string>
108+
</property>
109+
<attribute name="toolBarArea">
110+
<enum>TopToolBarArea</enum>
111+
</attribute>
112+
<attribute name="toolBarBreak">
113+
<bool>false</bool>
114+
</attribute>
115+
<addaction name="mActionZoomIn"/>
116+
<addaction name="mActionZoomOut"/>
117+
<addaction name="mActionZoomActual"/>
118+
<addaction name="mActionZoomAll"/>
119+
<addaction name="mActionRefreshView"/>
120+
</widget>
121+
<widget class="QToolBar" name="mActionsToolbar">
122+
<property name="windowTitle">
123+
<string>Actions Toolbar</string>
124+
</property>
125+
<property name="toolTip">
126+
<string>Actions Toolbar</string>
127+
</property>
128+
<attribute name="toolBarArea">
129+
<enum>TopToolBarArea</enum>
130+
</attribute>
131+
<attribute name="toolBarBreak">
132+
<bool>false</bool>
133+
</attribute>
134+
<addaction name="mActionLockItems"/>
135+
<addaction name="mActionUnlockAll"/>
136+
<addaction name="mActionGroupItems"/>
137+
<addaction name="mActionUngroupItems"/>
138+
</widget>
139+
<widget class="QToolBar" name="mAtlasToolbar">
140+
<property name="windowTitle">
141+
<string>Atlas Toolbar</string>
142+
</property>
143+
<property name="toolTip">
144+
<string>Atlas Toolbar</string>
145+
</property>
146+
<attribute name="toolBarArea">
147+
<enum>TopToolBarArea</enum>
148+
</attribute>
149+
<attribute name="toolBarBreak">
150+
<bool>false</bool>
151+
</attribute>
152+
<addaction name="mActionAtlasPreview"/>
153+
<addaction name="mActionAtlasFirst"/>
154+
<addaction name="mActionAtlasPrev"/>
155+
<addaction name="mActionAtlasNext"/>
156+
<addaction name="mActionAtlasLast"/>
157+
<addaction name="mActionPrintAtlas"/>
158+
<addaction name="mActionAtlasSettings"/>
159+
</widget>
160+
<widget class="QToolBar" name="mReportToolbar">
161+
<property name="windowTitle">
162+
<string>Report Toolbar</string>
163+
</property>
164+
<property name="toolTip">
165+
<string>Report Toolbar</string>
166+
</property>
167+
<attribute name="toolBarArea">
168+
<enum>TopToolBarArea</enum>
169+
</attribute>
170+
<attribute name="toolBarBreak">
171+
<bool>false</bool>
172+
</attribute>
173+
<addaction name="mActionPrintReport"/>
174+
<addaction name="mActionExportReportAsImage"/>
175+
<addaction name="mActionExportReportAsSVG"/>
176+
<addaction name="mActionExportReportAsPDF"/>
177+
<addaction name="mActionReportSettings"/>
178+
</widget>
102179
<widget class="QMenuBar" name="mMenuBar">
103180
<property name="geometry">
104181
<rect>
@@ -211,6 +288,12 @@
211288
<addaction name="mActionInvertSelection"/>
212289
<addaction name="mActionSelectNextBelow"/>
213290
<addaction name="mActionSelectNextAbove"/>
291+
<addaction name="separator"/>
292+
<addaction name="mActionPan"/>
293+
<addaction name="mActionZoomTool"/>
294+
<addaction name="mActionSelectMoveItem"/>
295+
<addaction name="mActionMoveItemContent"/>
296+
<addaction name="mActionEditNodesItem"/>
214297
</widget>
215298
<widget class="QMenu" name="menuLayout">
216299
<property name="title">
@@ -310,83 +393,6 @@
310393
<addaction name="mMenuReport"/>
311394
<addaction name="menuSettings"/>
312395
</widget>
313-
<widget class="QToolBar" name="mNavigationToolbar">
314-
<property name="windowTitle">
315-
<string>Navigation Toolbar</string>
316-
</property>
317-
<property name="toolTip">
318-
<string>Navigation Toolbar</string>
319-
</property>
320-
<attribute name="toolBarArea">
321-
<enum>TopToolBarArea</enum>
322-
</attribute>
323-
<attribute name="toolBarBreak">
324-
<bool>false</bool>
325-
</attribute>
326-
<addaction name="mActionZoomIn"/>
327-
<addaction name="mActionZoomOut"/>
328-
<addaction name="mActionZoomActual"/>
329-
<addaction name="mActionZoomAll"/>
330-
<addaction name="mActionRefreshView"/>
331-
</widget>
332-
<widget class="QToolBar" name="mActionsToolbar">
333-
<property name="windowTitle">
334-
<string>Actions Toolbar</string>
335-
</property>
336-
<property name="toolTip">
337-
<string>Actions Toolbar</string>
338-
</property>
339-
<attribute name="toolBarArea">
340-
<enum>TopToolBarArea</enum>
341-
</attribute>
342-
<attribute name="toolBarBreak">
343-
<bool>false</bool>
344-
</attribute>
345-
<addaction name="mActionLockItems"/>
346-
<addaction name="mActionUnlockAll"/>
347-
<addaction name="mActionGroupItems"/>
348-
<addaction name="mActionUngroupItems"/>
349-
</widget>
350-
<widget class="QToolBar" name="mAtlasToolbar">
351-
<property name="windowTitle">
352-
<string>Atlas Toolbar</string>
353-
</property>
354-
<property name="toolTip">
355-
<string>Atlas Toolbar</string>
356-
</property>
357-
<attribute name="toolBarArea">
358-
<enum>TopToolBarArea</enum>
359-
</attribute>
360-
<attribute name="toolBarBreak">
361-
<bool>false</bool>
362-
</attribute>
363-
<addaction name="mActionAtlasPreview"/>
364-
<addaction name="mActionAtlasFirst"/>
365-
<addaction name="mActionAtlasPrev"/>
366-
<addaction name="mActionAtlasNext"/>
367-
<addaction name="mActionAtlasLast"/>
368-
<addaction name="mActionPrintAtlas"/>
369-
<addaction name="mActionAtlasSettings"/>
370-
</widget>
371-
<widget class="QToolBar" name="mReportToolbar">
372-
<property name="windowTitle">
373-
<string>Report Toolbar</string>
374-
</property>
375-
<property name="toolTip">
376-
<string>Report Toolbar</string>
377-
</property>
378-
<attribute name="toolBarArea">
379-
<enum>TopToolBarArea</enum>
380-
</attribute>
381-
<attribute name="toolBarBreak">
382-
<bool>false</bool>
383-
</attribute>
384-
<addaction name="mActionPrintReport"/>
385-
<addaction name="mActionExportReportAsImage"/>
386-
<addaction name="mActionExportReportAsSVG"/>
387-
<addaction name="mActionExportReportAsPDF"/>
388-
<addaction name="mActionReportSettings"/>
389-
</widget>
390396
<action name="mActionClose">
391397
<property name="text">
392398
<string>&amp;Close</string>
@@ -440,7 +446,7 @@
440446
<normaloff>:/images/themes/default/mActionSelect.svg</normaloff>:/images/themes/default/mActionSelect.svg</iconset>
441447
</property>
442448
<property name="text">
443-
<string>Move &amp;Item</string>
449+
<string>Select/Move Item</string>
444450
</property>
445451
<property name="toolTip">
446452
<string>Select/Move item</string>

0 commit comments

Comments
 (0)