X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Fui%2Finfoview.ui;h=2a22c689d03c711ff7e878b431a489442e279bd9;hb=935b6de2d1428854d76acc20b1727eb4a30f9273;hp=411daeb40f27cebea0c743f69ea820dfcdee65e9;hpb=6a5c3106cf6dc30d4624df99473e18df2b1d50ed;p=hbs.git diff --git a/bs/ui/infoview.ui b/bs/ui/infoview.ui index 411daeb..2a22c68 100644 --- a/bs/ui/infoview.ui +++ b/bs/ui/infoview.ui @@ -10,8 +10,8 @@ 0 0 - 267 - 198 + 302 + 217 @@ -25,7 +25,7 @@ 32767 - 200 + 221 @@ -36,10 +36,10 @@ unnamed - 3 + 4 - 2 + 5 @@ -77,78 +77,19 @@ GroupCombo + + NoInsertion + BattleCombo - - - - RaceLabel - - - &Race - - - RaceCombo - - - - - NameLine + + NoInsertion - - - NameLabel - - - &Name - - - NameLine - - - - - RaceCombo - - - - - EtaLabel - - - &Eta - - - EtaSpin - - - - - EtaSpin - - - - - Spacer3 - - - Vertical - - - Expanding - - - - 20 - 20 - - - - + Layout13 @@ -160,7 +101,7 @@ 0 - 0 + 5 @@ -179,7 +120,7 @@ - + Spacer1 @@ -188,12 +129,6 @@ Expanding - - - 20 - 20 - - @@ -214,13 +149,13 @@ false - &Remove + Remo&ve - - + + Spacer4 @@ -229,13 +164,88 @@ Expanding - - - 20 - 20 - + + + + RaceLabel + + + &Race + + + RaceCombo + + + + + RaceCombo + + + + + Spacer3 + + + Vertical + + + Expanding + + + NameLabel + + + Na&me + + + NameLine + + + + + EtaLabel + + + E&ta + + + EtaSpin + + + + + NameLine + + + + + EtaSpin + + + + + StayLabel + + + Stays + + + StaySpin + + + Sets the number of ticks the fleet stays at the target, usually 3 for hostile and 6 for friendly. The fleet is disabled if stays is 0, and it stays the whole battle if it's -1 <p> <b>If you use -1 for an atttacker and it freeze, IT'S YOUR OWN FAULT! </b> + + + + + StaySpin + + + -1 + + @@ -263,6 +273,12 @@ InfoView ApplyButton_clicked() + + NameLine + textChanged(const QString&) + InfoView + slotNameChanged(const QString&) + NameLine @@ -277,6 +293,11 @@ vector infoview.ui.h + + QString m_Name; + QString m_Battle; + QString m_Group; + remove() cancel() @@ -305,6 +326,9 @@ fleetName() group() race() + slotNameChanged( const QString & s ) + stays() + setStays( int ticks ) - +