]> ruin.nu Git - hbs.git/blobdiff - bs/ui/bsappbase.ui
Can now load the stats and race configurations..
[hbs.git] / bs / ui / bsappbase.ui
index fa0d859239421cae44553de64c051fa872ab6ee5..e6baafab460f1bbf2755bb49acf2fe3375db9c48 100644 (file)
@@ -13,7 +13,7 @@
         </rect>
     </property>
     <property name="caption">
-        <string>Form1</string>
+        <string>Harvalen's Battlesystem</string>
     </property>
 </widget>
 <menubar>
         <separator/>
         <action name="editFindAction"/>
     </item>
+    <item text="Battle" name="PopupMenu">
+        <action name="battleNewAction"/>
+    </item>
     <item text="&amp;Help" name="helpMenu">
         <action name="helpContentsAction"/>
         <action name="helpIndexAction"/>
         <separator/>
         <action name="helpAboutAction"/>
     </item>
-    <item text="Battle" name="PopupMenu">
-        <action name="battleNewAction"/>
-    </item>
 </menubar>
 <toolbars>
     <toolbar dock="2">
         <property name="text">
             <string>New</string>
         </property>
+        <property name="toolTip">
+            <string>Create what's needed to add fleets to a battle</string>
+        </property>
+        <property name="statusTip">
+            <string>Create a new battle with initial groups and home planet</string>
+        </property>
         <property name="accel">
             <number>4194382</number>
         </property>
     </connection>
 </connections>
 <includes>
-    <include location="local" impldecl="in implementation">../bsdoc.h</include>
-    <include location="local" impldecl="in implementation">../bsview.h</include>
+    <include location="local" impldecl="in implementation">../bsconf.h</include>
     <include location="global" impldecl="in implementation">qinputdialog.h</include>
+    <include location="local" impldecl="in implementation">../bsview.h</include>
+    <include location="local" impldecl="in implementation">../bsdoc.h</include>
     <include location="local" impldecl="in implementation">bsappbase.ui.h</include>
 </includes>
 <forwards>
-    <forward>class BSDoc</forward>
+    <forward>class BSConf</forward>
     <forward>class BSView</forward>
+    <forward>class BSDoc</forward>
 </forwards>
 <variables>
-    <variable>BSDoc* doc</variable>
+    <variable>BSConf* conf</variable>
     <variable>BSView* view</variable>
+    <variable>BSDoc* doc</variable>
 </variables>
 <slots>
     <slot>fileNew()</slot>