X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Fui%2Finfoview.ui;h=33135f7ef3f7373ad4e9a29aa764735cb634b850;hb=3ae63f013b2ac281d17acec43bc054a132861d35;hp=b4355774119af2ae82f6697ceaff1cbd57137ef6;hpb=5940cfda3be2c7b4ecbd64c814948b29139177c0;p=hbs.git diff --git a/bs/ui/infoview.ui b/bs/ui/infoview.ui index b435577..33135f7 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,151 @@ 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 + + + NoInsertion + + + + + BattleCombo + + + NoInsertion + - + + + RaceLabel + + + &Race + + + RaceCombo + + + + + NameLine + + + + + NameLabel + + + Na&me + + + NameLine + + + + + RaceCombo + + + + + EtaLabel + + + E&ta + + + EtaSpin + + + + + EtaSpin + + + + + Spacer3 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + Layout13 @@ -161,20 +220,31 @@ false - &Remove + Remo&ve - + + + Spacer4 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + - - ApplyButton - clicked() - InfoView - ApplyButton_clicked() - CancelButton clicked() @@ -193,6 +263,18 @@ InfoView RemoveButton_clicked() + + ApplyButton + clicked() + InfoView + ApplyButton_clicked() + + + NameLine + textChanged(const QString&) + InfoView + slotNameChanged(const QString&) + NameLine @@ -207,6 +289,11 @@ vector infoview.ui.h + + QString m_Name; + QString m_Battle; + QString m_Group; + remove() cancel() @@ -214,17 +301,28 @@ 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() + slotNameChanged( const QString & s )