]> git.sesse.net Git - nageru/blobdiff - ui_mainwindow.ui
Add an about dialog with licenses, as per GPLv3 requirements.
[nageru] / ui_mainwindow.ui
index 21cb7decfbf76df5efa8a452b081b778f8151a9d..c175c1d24632ab657cd5ea0e0bbdcde6050c21a0 100644 (file)
     <addaction name="cut_action"/>
     <addaction name="exit_action"/>
    </widget>
+   <widget class="QMenu" name="menu_Help">
+    <property name="title">
+     <string>&amp;Help</string>
+    </property>
+    <addaction name="about_action"/>
+   </widget>
    <addaction name="menuWhat"/>
+   <addaction name="menu_Help"/>
   </widget>
   <action name="exit_action">
    <property name="text">
     <string>&amp;Begin new video segment</string>
    </property>
   </action>
+  <action name="about_action">
+   <property name="text">
+    <string>&amp;About Nageru…</string>
+   </property>
+  </action>
  </widget>
  <layoutdefault spacing="6" margin="11"/>
  <customwidgets>