From: Michael Andreen Date: Sat, 9 Mar 2002 19:14:44 +0000 (+0000) Subject: Mostly inital commits. X-Git-Tag: HBS_0_1_0~43 X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=commitdiff_plain;h=dd9dce44b9c28f747be79aab2ec1032663bea1c6 Mostly inital commits. Fleetviewbase is totally cleaned up.. preparing for removal --- diff --git a/bs/ui/fleetviewbase.ui b/bs/ui/fleetviewbase.ui index eb940f0..dce411f 100644 --- a/bs/ui/fleetviewbase.ui +++ b/bs/ui/fleetviewbase.ui @@ -8,698 +8,24 @@ 0 0 - 627 - 414 + 518 + 467 Form1 - - - unnamed - - - 11 - - - 6 - - - - RoidsGroup - - - Roids - - - - unnamed - - - 11 - - - 6 - - - - TextLabel1 - - - Metal - - - - - LineEdit27 - - - true - - - - - LineEdit29 - - - - - LineEdit28 - - - true - - - - - TextLabel2 - - - Crystal - - - - - LineEdit31 - - - - - LineEdit30 - - - true - - - - - TextLabel3 - - - Eonium - - - - - TextLabel4 - - - Uninit - - - - - LineEdit32 - - - - - LineEdit33 - - - true - - - - - TextLabel5 - - - Total - - - - - TextLabel6 - - - Lost - - - - - LineEdit26 - - - - - - - CaptureBox - - - Captured roids - - - - unnamed - - - 11 - - - 6 - - - - TextLabel18 - - - Metal - - - - - MetalLine - - - NoFocus - - - true - - - - - TextLabel19 - - - Crystal - - - - - CrystalLine - - - NoFocus - - - true - - - - - TextLabel20 - - - Eonium - - - - - EoniumLine - - - NoFocus - - - true - - - - - TextLabel7 - - - Uninit - - - - - UninitLine - - - true - - - - - - - Spacer4 - - - Vertical - - - Expanding - - - - 20 - 20 - - - - - - Layout6 - - - - unnamed - - - 0 - - - 6 - - - - Layout15 - - - - unnamed - - - 0 - - - 6 - - - - TextLabel13 - - - Total - - - - - LineEdit3 - - - - - TextLabel12 - - - Name - - - - - LineEdit12 - - - NoFocus - - - true - - - - - LineEdit6 - - - - - LineEdit2 - - - - - TextLabel14 - - - L/S - - - - - LineEdit8 - - - NoFocus - - - true - - - - - WarfrigateLabel - - - Warfrigate - - - - - DevistatorLabel - - - Devistator - - - - - LineEdit9 - - - NoFocus - - - true - - - - - LineEdit4 - - - - - StarCruiserLabel - - - StarCruiser - - - - - PheonixLabel - - - Pheonix - - - - - LineEdit10 - - - NoFocus - - - true - - - - - LineEdit1 - - - - - DreadnaughLabel - - - Dreadnaught - - - - - LineEdit5 - - - - - LineEdit7 - - - NoFocus - - - true - - - - - LineEdit11 - - - NoFocus - - - true - - - - - InterceptorLabel - - - Interceptor - - - - - - - Spacer5 - - - Horizontal - - - Expanding - - - - 20 - 20 - - - - - - Layout4 - - - - unnamed - - - 0 - - - 6 - - - - Layout16 - - - - unnamed - - - 0 - - - 6 - - - - LineEdit9_2 - - - NoFocus - - - true - - - - - LineEdit3_2 - - - - - LineEdit1_2 - - - - - BlackWidowLabel - - - BlackWidow - - - - - SpiderLabel - - - Spider - - - - - LineEdit10_2 - - - NoFocus - - - true - - - - - LineEdit4_2 - - - - - WraithLabel - - - Wraith - - - - - LineEdit7_2 - - - NoFocus - - - true - - - - - TextLabel17 - - - L/S - - - - - TextLabel15 - - - Name - - - - - LineEdit2_2 - - - - - SpectreLabel - - - Spectre - - - - - LineEdit5_2 - - - - - TextLabel16 - - - Total - - - - - LineEdit8_2 - - - NoFocus - - - true - - - - - LineEdit11_2 - - - NoFocus - - - true - - - - - TarantulaLabel - - - Tarantula - - - - - - - Spacer2 - - - Vertical - - - Expanding - - - - 20 - 20 - - - - - - - - - LineEdit1 - LineEdit2 - LineEdit3 - LineEdit4 - LineEdit5 - LineEdit6 - LineEdit1_2 - LineEdit2_2 - LineEdit3_2 - LineEdit4_2 - LineEdit5_2 - LineEdit8 - MetalLine - CrystalLine - EoniumLine - LineEdit7 - LineEdit9 - LineEdit10 - LineEdit11 - LineEdit12 - LineEdit7_2 - LineEdit8_2 - LineEdit9_2 - LineEdit10_2 - LineEdit11_2 fleetviewbase.ui.h - slotAttacker( bool b ) - slotHomePlanet( bool b ) + slotAttacker(bool b) + slotHomePlanet(bool b) diff --git a/bs/ui/fleetviewbase.ui.h b/bs/ui/fleetviewbase.ui.h index 5d3e4dc..5f0912b 100644 --- a/bs/ui/fleetviewbase.ui.h +++ b/bs/ui/fleetviewbase.ui.h @@ -9,24 +9,24 @@ void FleetViewBase::slotAttacker(bool b) { - if (b) +/* if (b) { CaptureBox->setTitle(tr("Captured roids")); } else { CaptureBox->setTitle(tr("Salvage")); - } + }*/ } void FleetViewBase::slotHomePlanet( bool b ) { - if (b) +/* if (b) { RoidsGroup->show(); } else { RoidsGroup->hide(); - } + }*/ } \ No newline at end of file diff --git a/bs/ui/resourceview.ui b/bs/ui/resourceview.ui new file mode 100644 index 0000000..8fde5eb --- /dev/null +++ b/bs/ui/resourceview.ui @@ -0,0 +1,110 @@ + +ResourceView +This widget is used to show captured roids or salvage +Michael Andreen + + + ResourceView + + + + 0 + 0 + 241 + 75 + + + + QGroupBoxForm + + + Resources + + + + unnamed + + + 3 + + + 0 + + + + uninitLabel + + + Uninit + + + + + crystalLabel + + + Crystal + + + + + metalLabel + + + Metal + + + + + MetalLine + + + NoFocus + + + true + + + + + CrystalLine + + + NoFocus + + + true + + + + + eoniumLabel + + + Eonium + + + + + UninitLine + + + true + + + + + EoniumLine + + + NoFocus + + + true + + + + + + + diff --git a/bs/ui/resourceview.ui.h b/bs/ui/resourceview.ui.h new file mode 100644 index 0000000..a794cb3 --- /dev/null +++ b/bs/ui/resourceview.ui.h @@ -0,0 +1,9 @@ +/**************************************************************************** +** ui.h extension file, included from the uic-generated form implementation. +** +** If you wish to add, delete or rename slots use Qt Designer which will +** update this file, preserving your code. Create an init() slot in place of +** a constructor, and a destroy() slot in place of a destructor. +*****************************************************************************/ + +//test \ No newline at end of file diff --git a/bs/ui/roidseditview.ui b/bs/ui/roidseditview.ui new file mode 100644 index 0000000..42b5966 --- /dev/null +++ b/bs/ui/roidseditview.ui @@ -0,0 +1,139 @@ + +RoidsEditView +Michael Andreen + + + RoidsEditView + + + + 0 + 0 + 289 + 100 + + + + Roids + + + Roids + + + + unnamed + + + 3 + + + 0 + + + + eoniumLabel + + + Eonium + + + + + LineEdit31 + + + + + LineEdit32 + + + + + crystalLabel + + + Crystal + + + + + LineEdit26 + + + + + LineEdit27 + + + true + + + + + TextLabel5 + + + Total + + + + + metalLabel + + + Metal + + + + + LineEdit29 + + + + + LineEdit28 + + + true + + + + + TextLabel6 + + + Lost + + + + + uninitLabel + + + Uninit + + + + + LineEdit30 + + + true + + + + + LineEdit33 + + + true + + + + + + roidseditview.ui.h + + + + diff --git a/bs/ui/roidseditview.ui.h b/bs/ui/roidseditview.ui.h new file mode 100644 index 0000000..6f98119 --- /dev/null +++ b/bs/ui/roidseditview.ui.h @@ -0,0 +1,8 @@ +/**************************************************************************** +** ui.h extension file, included from the uic-generated form implementation. +** +** If you wish to add, delete or rename slots use Qt Designer which will +** update this file, preserving your code. Create an init() slot in place of +** a constructor, and a destroy() slot in place of a destructor. +*****************************************************************************/ +//test \ No newline at end of file diff --git a/bs/ui/uniteditview.ui b/bs/ui/uniteditview.ui new file mode 100644 index 0000000..699e228 --- /dev/null +++ b/bs/ui/uniteditview.ui @@ -0,0 +1,64 @@ + +UnitEditView +Shows the name, an inputfield where you can type the total number of that unit and another linedit to show the lost/survived units. +Michael Andreen + + + UnitEditView + + + + 0 + 0 + 144 + 31 + + + + Unit + + + + unnamed + + + 2 + + + 0 + + + + UnitLabel + + + Unit + + + TotalEdit + + + + + TotalEdit + + + + + LostSurvivedEdit + + + NoFocus + + + true + + + + + + uniteditview.ui.h + + + + diff --git a/bs/ui/uniteditview.ui.h b/bs/ui/uniteditview.ui.h new file mode 100644 index 0000000..6f98119 --- /dev/null +++ b/bs/ui/uniteditview.ui.h @@ -0,0 +1,8 @@ +/**************************************************************************** +** ui.h extension file, included from the uic-generated form implementation. +** +** If you wish to add, delete or rename slots use Qt Designer which will +** update this file, preserving your code. Create an init() slot in place of +** a constructor, and a destroy() slot in place of a destructor. +*****************************************************************************/ +//test \ No newline at end of file