Skip to content

Commit

Permalink
[needs-docs] Move Select submenu from View menu to Edit menu
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nyalldawson committed Dec 28, 2016
1 parent 110ffe2 commit cbcad50
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/ui/qgisapp.ui
Expand Up @@ -17,7 +17,7 @@
<x>0</x>
<y>0</y>
<width>1018</width>
<height>22</height>
<height>19</height>
</rect>
</property>
<property name="toolTip">
Expand Down Expand Up @@ -64,20 +64,6 @@
<property name="title">
<string>&amp;View</string>
</property>
<widget class="QMenu" name="menuSelect">
<property name="title">
<string>Select</string>
</property>
<addaction name="mActionSelectFeatures"/>
<addaction name="mActionSelectPolygon"/>
<addaction name="mActionSelectFreehand"/>
<addaction name="mActionSelectRadius"/>
<addaction name="mActionSelectByForm"/>
<addaction name="mActionSelectByExpression"/>
<addaction name="mActionDeselectAll"/>
<addaction name="mActionSelectAll"/>
<addaction name="mActionInvertSelection"/>
</widget>
<widget class="QMenu" name="menuMeasure">
<property name="title">
<string>Measure</string>
Expand Down Expand Up @@ -110,7 +96,6 @@
<addaction name="mActionZoomIn"/>
<addaction name="mActionZoomOut"/>
<addaction name="separator"/>
<addaction name="menuSelect"/>
<addaction name="mActionIdentify"/>
<addaction name="menuMeasure"/>
<addaction name="mActionStatisticalSummary"/>
Expand Down Expand Up @@ -257,6 +242,20 @@
<property name="title">
<string>&amp;Edit</string>
</property>
<widget class="QMenu" name="menuSelect">
<property name="title">
<string>Select</string>
</property>
<addaction name="mActionSelectFeatures"/>
<addaction name="mActionSelectPolygon"/>
<addaction name="mActionSelectFreehand"/>
<addaction name="mActionSelectRadius"/>
<addaction name="mActionSelectByForm"/>
<addaction name="mActionSelectByExpression"/>
<addaction name="mActionDeselectAll"/>
<addaction name="mActionSelectAll"/>
<addaction name="mActionInvertSelection"/>
</widget>
<widget class="QMenu" name="mMenuPasteAs">
<property name="title">
<string>Paste Features as</string>
Expand All @@ -271,6 +270,7 @@
<addaction name="mActionCopyFeatures"/>
<addaction name="mActionPasteFeatures"/>
<addaction name="mMenuPasteAs"/>
<addaction name="menuSelect"/>
<addaction name="separator"/>
<addaction name="mActionAddFeature"/>
<addaction name="mActionCircularStringCurvePoint"/>
Expand Down

0 comments on commit cbcad50

Please sign in to comment.