X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Fui%2Finfoview.ui;h=411daeb40f27cebea0c743f69ea820dfcdee65e9;hb=6a5c3106cf6dc30d4624df99473e18df2b1d50ed;hp=b4355774119af2ae82f6697ceaff1cbd57137ef6;hpb=5940cfda3be2c7b4ecbd64c814948b29139177c0;p=hbs.git diff --git a/bs/ui/infoview.ui b/bs/ui/infoview.ui index b435577..411daeb 100644 --- a/bs/ui/infoview.ui +++ b/bs/ui/infoview.ui @@ -1,5 +1,7 @@ InfoView +A nice little widget who don't know much about the rest of the world.. ;) +Michael Andree InfoView @@ -8,94 +10,145 @@ 0 0 - 293 - 117 + 267 + 198 + + + 5 + 4 + 0 + 0 + + 32767 - 150 + 200 Form2 - + unnamed - 0 + 3 - 0 + 2 - + - Layout7 + GroupLabel - - - unnamed - - - 0 + + &Group + + + GroupCombo + + + + + BattleLabel + + + &Battle + + + BattleCombo + + + + + + Friendly - - 0 + + + + Hostile - - - RaceLabel - - - &Race - - - RaceCombo - - - - - RaceCombo - - - - - EtaLabel - - - &Eta - - - EtaSpin - - - - - EtaSpin - - - - - NameLine - - - - - NameLabel - - - &Name - - - NameLine - - - + + + GroupCombo + + + + + BattleCombo + + + + + RaceLabel + + + &Race + + + RaceCombo + + + + + NameLine + + + + + NameLabel + + + &Name + + + NameLine + + + + + RaceCombo + + + + + EtaLabel + + + &Eta + + + EtaSpin + - + + + EtaSpin + + + + + Spacer3 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + Layout13 @@ -166,15 +219,26 @@ - + + + Spacer4 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + - - ApplyButton - clicked() - InfoView - ApplyButton_clicked() - CancelButton clicked() @@ -193,6 +257,12 @@ InfoView RemoveButton_clicked() + + ApplyButton + clicked() + InfoView + ApplyButton_clicked() + NameLine @@ -214,17 +284,27 @@ add() - init() - destroy() + init() + destroy() setRaces( std::vector<QString> races ) setEta( int eta ) setFleetName( QString name ) setRace( QString name ) InfoView_destroyed( QObject * ) - ApplyButton_clicked() CancelButton_clicked() NewButton_clicked() RemoveButton_clicked() + setGroup( QString s ) + setBattles( std::vector<QString> battles ) + setBattle( QString s ) + enableNameChange( bool b ) + enableRemove( bool b ) + ApplyButton_clicked() + battle() + eta() + fleetName() + group() + race()