Skip to content

Commit cbcad50

Browse files
committedDec 28, 2016
[needs-docs] Move Select submenu from View menu to Edit menu
Selection tools are usually located within the edit menu directly after the clipboard tools. View menu is usually populated with actions which affect only the view, rather then editing the document (project or layer) state.
1 parent 110ffe2 commit cbcad50

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed
 

‎src/ui/qgisapp.ui

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<x>0</x>
1818
<y>0</y>
1919
<width>1018</width>
20-
<height>22</height>
20+
<height>19</height>
2121
</rect>
2222
</property>
2323
<property name="toolTip">
@@ -64,20 +64,6 @@
6464
<property name="title">
6565
<string>&amp;View</string>
6666
</property>
67-
<widget class="QMenu" name="menuSelect">
68-
<property name="title">
69-
<string>Select</string>
70-
</property>
71-
<addaction name="mActionSelectFeatures"/>
72-
<addaction name="mActionSelectPolygon"/>
73-
<addaction name="mActionSelectFreehand"/>
74-
<addaction name="mActionSelectRadius"/>
75-
<addaction name="mActionSelectByForm"/>
76-
<addaction name="mActionSelectByExpression"/>
77-
<addaction name="mActionDeselectAll"/>
78-
<addaction name="mActionSelectAll"/>
79-
<addaction name="mActionInvertSelection"/>
80-
</widget>
8167
<widget class="QMenu" name="menuMeasure">
8268
<property name="title">
8369
<string>Measure</string>
@@ -110,7 +96,6 @@
11096
<addaction name="mActionZoomIn"/>
11197
<addaction name="mActionZoomOut"/>
11298
<addaction name="separator"/>
113-
<addaction name="menuSelect"/>
11499
<addaction name="mActionIdentify"/>
115100
<addaction name="menuMeasure"/>
116101
<addaction name="mActionStatisticalSummary"/>
@@ -257,6 +242,20 @@
257242
<property name="title">
258243
<string>&amp;Edit</string>
259244
</property>
245+
<widget class="QMenu" name="menuSelect">
246+
<property name="title">
247+
<string>Select</string>
248+
</property>
249+
<addaction name="mActionSelectFeatures"/>
250+
<addaction name="mActionSelectPolygon"/>
251+
<addaction name="mActionSelectFreehand"/>
252+
<addaction name="mActionSelectRadius"/>
253+
<addaction name="mActionSelectByForm"/>
254+
<addaction name="mActionSelectByExpression"/>
255+
<addaction name="mActionDeselectAll"/>
256+
<addaction name="mActionSelectAll"/>
257+
<addaction name="mActionInvertSelection"/>
258+
</widget>
260259
<widget class="QMenu" name="mMenuPasteAs">
261260
<property name="title">
262261
<string>Paste Features as</string>
@@ -271,6 +270,7 @@
271270
<addaction name="mActionCopyFeatures"/>
272271
<addaction name="mActionPasteFeatures"/>
273272
<addaction name="mMenuPasteAs"/>
273+
<addaction name="menuSelect"/>
274274
<addaction name="separator"/>
275275
<addaction name="mActionAddFeature"/>
276276
<addaction name="mActionCircularStringCurvePoint"/>

0 commit comments

Comments
 (0)
Please sign in to comment.