X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Fui%2Fbsappbase.ui;h=9615c0fcf6b2a780e07df9ab97bbf583234aba65;hb=cb2fabf93c2f6ba8b57833309038adb972f58925;hp=0c34bec8dd27f97e8957fc3181ce438f36490828;hpb=f120305e409710cbb178006b127047e4174788be;p=hbs.git diff --git a/bs/ui/bsappbase.ui b/bs/ui/bsappbase.ui index 0c34bec..9615c0f 100644 --- a/bs/ui/bsappbase.ui +++ b/bs/ui/bsappbase.ui @@ -8,24 +8,31 @@ 0 0 - 726 - 519 + 700 + 534 - Form1 + Harvalen's Battlesystem menubar + + + 0 + 0 + 700 + 23 + + - @@ -41,6 +48,10 @@ + + + + @@ -59,7 +70,73 @@ - + + + + TextLabel3 + + + Show result as: + + + + + resultModeCombo + + + + Unit difference + + + + + Blocked units + + + + + Survived units + + + + + + + TextLabel1 + + + From tick: + + + + + minTickSpin + + + 0 + + + + + TextLabel2 + + + to: + + + + + maxTickSpin + + + + + oneTickCheck + + + One tick only + + @@ -77,7 +154,7 @@ &New - 4194382 + 0 @@ -305,13 +382,30 @@ - KulSak + battleNewAction + + + New + + + Create what's needed to add fleets to a battle + + + Create a new battle with initial groups and home planet + + + 4194382 + + + + + battleSimulateAction - Kul sak + Run Simulate Battle - 0 + 4194386 @@ -402,12 +496,6 @@ BSAppBase editCut() - - editCopyAction - activated() - BSAppBase - editCopy() - editPasteAction activated() @@ -438,10 +526,77 @@ BSAppBase helpAbout() + + battleNewAction + activated() + BSAppBase + battleNew() + + + battleSimulateAction + activated() + BSAppBase + battleSimulate() + + + oneTickCheck + toggled(bool) + BSAppBase + oneTickCheck_toggled(bool) + + + resultModeCombo + activated(int) + BSAppBase + resultModeCombo_activated(int) + + + minTickSpin + valueChanged(int) + BSAppBase + slotTicksChanged(int) + + + minTickSpin + valueChanged(int) + BSAppBase + minTickSpin_valueChanged(int) + + + maxTickSpin + valueChanged(int) + BSAppBase + slotTicksChanged(int) + + + maxTickSpin + valueChanged(int) + BSAppBase + maxTickSpin_valueChanged(int) + + qapplication.h + ../bsdoc.h + ../bsview.h + qinputdialog.h + ../bsconf.h bsappbase.ui.h + + class BSConf + class BSView + class BSDoc + + + BSConf* conf + BSView* view + BSDoc* doc + + + ticksChanged(int, int); + resultModeChanged(int); + fileNew() fileOpen() @@ -452,12 +607,19 @@ editUndo() editRedo() editCut() - editCopy() + init() editPaste() editFind() helpIndex() helpContents() helpAbout() + battleNew() + battleSimulate() + oneTickCheck_toggled(bool b) + minTickSpin_valueChanged(int i) + maxTickSpin_valueChanged(int i) + slotTicksChanged(int i) + resultModeCombo_activated(int i)