summaryrefslogtreecommitdiff
path: root/src/gui/mainmenu.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/mainmenu.ui')
-rw-r--r--src/gui/mainmenu.ui15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gui/mainmenu.ui b/src/gui/mainmenu.ui
index 692f82e..eb3bed3 100644
--- a/src/gui/mainmenu.ui
+++ b/src/gui/mainmenu.ui
@@ -92,6 +92,7 @@
</property>
<addaction name="actionZoom_In"/>
<addaction name="actionZoom_Out"/>
+ <addaction name="actionShow_Node_Labels"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
@@ -383,6 +384,20 @@
<string>Ctrl+M</string>
</property>
</action>
+ <action name="actionShow_Node_Labels">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Show Node Labels</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+Shift+L</string>
+ </property>
+ </action>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
<addaction name="menuView"/>