Navigation Menu

Skip to content

Commit

Permalink
add annotation actions to the Edit menu to make them accessible also via
Browse files Browse the repository at this point in the history
menu (fix #27748)
  • Loading branch information
alexbruy committed Aug 16, 2020
1 parent 7fa005b commit 993dbb8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ui/qgisapp.ui
Expand Up @@ -345,6 +345,15 @@
<addaction name="mActionRegularPolygonCenterCorner"/>
<addaction name="mActionRegularPolygon2Points"/>
</widget>
<widget class="QMenu" name="mMenuAnnotation">
<property name="title">
<string>Add Annotation</string>
</property>
<addaction name="mActionTextAnnotation"/>
<addaction name="mActionFormAnnotation"/>
<addaction name="mActionHtmlAnnotation"/>
<addaction name="mActionSvgAnnotation"/>
</widget>
<addaction name="mActionUndo"/>
<addaction name="mActionRedo"/>
<addaction name="separator"/>
Expand All @@ -361,6 +370,7 @@
<addaction name="mMenuRectangle"/>
<addaction name="mMenuRegularPolygon"/>
<addaction name="mMenuEllipse"/>
<addaction name="mMenuAnnotation"/>
<addaction name="mActionMoveFeature"/>
<addaction name="mActionMoveFeatureCopy"/>
<addaction name="mActionDeleteSelected"/>
Expand Down

0 comments on commit 993dbb8

Please sign in to comment.