summaryrefslogtreecommitdiff
path: root/src/gui/mainmenu.ui
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-08-20 09:03:17 +0200
committerGard Spreemann <gspr@nonempty.org>2020-08-20 09:03:17 +0200
commit4e1b4e9877732d1e1887674e48312902437f08c5 (patch)
tree7993cbc3ad71eed10da830aca85ef0b99d163bac /src/gui/mainmenu.ui
parent99f00a3ef9d1bd2d686b1521d25c9afedb880b34 (diff)
parent300267089b80785551c4721684280efe654ec834 (diff)
Merge tag 'v2.1.6' into debian/sid
Diffstat (limited to 'src/gui/mainmenu.ui')
-rw-r--r--src/gui/mainmenu.ui34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/gui/mainmenu.ui b/src/gui/mainmenu.ui
index 46f4881..11778db 100644
--- a/src/gui/mainmenu.ui
+++ b/src/gui/mainmenu.ui
@@ -58,6 +58,14 @@
<addaction name="actionRotateCW"/>
<addaction name="actionRotateCCW"/>
</widget>
+ <widget class="QMenu" name="menuPath">
+ <property name="title">
+ <string>Path</string>
+ </property>
+ <addaction name="actionMake_Path"/>
+ <addaction name="actionSplit_Path"/>
+ <addaction name="actionMake_Path_as_Background"/>
+ </widget>
<addaction name="actionUndo"/>
<addaction name="actionRedo"/>
<addaction name="separator"/>
@@ -74,6 +82,8 @@
<addaction name="menuTransform"/>
<addaction name="actionReverse_Edge_Direction"/>
<addaction name="actionMerge_Nodes"/>
+ <addaction name="separator"/>
+ <addaction name="menuPath"/>
</widget>
<widget class="QMenu" name="menuTikz">
<property name="title">
@@ -460,6 +470,30 @@
<string>Ctrl+Shift+Space</string>
</property>
</action>
+ <action name="actionMake_Path">
+ <property name="text">
+ <string>Make Path</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+P</string>
+ </property>
+ </action>
+ <action name="actionSplit_Path">
+ <property name="text">
+ <string>Split Path</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+Shift+P</string>
+ </property>
+ </action>
+ <action name="actionMake_Path_as_Background">
+ <property name="text">
+ <string>Make Path as Background</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+B</string>
+ </property>
+ </action>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
<addaction name="menuView"/>