]> git.sesse.net Git - nageru/commitdiff
Add keyboard shortcuts for the menu entries.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 10 Jan 2016 20:24:01 +0000 (21:24 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 10 Jan 2016 20:24:01 +0000 (21:24 +0100)
ui_mainwindow.ui

index 1912efbe7971aad7bf5cea41af30d0539de1fe4d..c5ecc92b0d521ca92cf324bf665e4a6287096270 100644 (file)
    </property>
    <widget class="QMenu" name="menuWhat">
     <property name="title">
-     <string>Video</string>
+     <string>&amp;Video</string>
     </property>
     <addaction name="cut_action"/>
     <addaction name="exit_action"/>
   </widget>
   <action name="exit_action">
    <property name="text">
-    <string>Exit</string>
+    <string>&amp;Exit</string>
    </property>
   </action>
   <action name="cut_action">
    <property name="text">
-    <string>Begin new video segment</string>
+    <string>&amp;Begin new video segment</string>
    </property>
   </action>
  </widget>