X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Fui%2Fbsappbase.ui;h=ed313f63a5184da2a039d751d82c294b30890d5d;hb=e0be1e6e8f7a246acf49e1f315c8d5bc5a65bfa3;hp=f2714b5aa841fbb08669b31807f664ad02d05485;hpb=b69214d555a2a06a004f92cf8c52160ee52b82dc;p=hbs.git diff --git a/bs/ui/bsappbase.ui b/bs/ui/bsappbase.ui index f2714b5..ed313f6 100644 --- a/bs/ui/bsappbase.ui +++ b/bs/ui/bsappbase.ui @@ -8,12 +8,12 @@ 0 0 - 726 - 519 + 700 + 534 - Form1 + Harvalen's Battlesystem @@ -24,8 +24,8 @@ 0 0 - 726 - 30 + 700 + 23 @@ -33,7 +33,6 @@ - @@ -49,6 +48,10 @@ + + + + @@ -67,6 +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 + + @@ -84,7 +154,7 @@ &New - 4194382 + 0 @@ -312,13 +382,30 @@ - KulSak + battleNewAction - Kul sak + New + + + Create what's needed to add fleets to a battle + + + Create a new battle with initial groups and home planet - 0 + 4194382 + + + + + battleSimulateAction + + + Run Simulate Battle + + + 4194386 @@ -409,12 +496,6 @@ BSAppBase editCut() - - editCopyAction - activated() - BSAppBase - editCopy() - editPasteAction activated() @@ -445,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() @@ -459,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 )