X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Fui%2Finfoview.ui;h=33135f7ef3f7373ad4e9a29aa764735cb634b850;hb=c2dd8856c3d97667953a0b73403b5e5cade5ce9b;hp=e9e7ffa148d17eaaa1b0dc5adff8e5f75d00335e;hpb=ec7ebf4a9acd1d7b7e4e7967c4afa94300ed5ff9;p=hbs.git diff --git a/bs/ui/infoview.ui b/bs/ui/infoview.ui index e9e7ffa..33135f7 100644 --- a/bs/ui/infoview.ui +++ b/bs/ui/infoview.ui @@ -1,6 +1,7 @@ InfoView - +A nice little widget who don't know much about the rest of the world.. ;) +Michael Andree InfoView @@ -9,10 +10,24 @@ 0 0 - 192 - 144 + 267 + 198 + + + 5 + 4 + 0 + 0 + + + + + 32767 + 200 + + Form2 @@ -21,99 +36,125 @@ unnamed - 1 + 3 - 1 + 2 - + - Layout11 + GroupLabel - - - unnamed + + &Group + + + GroupCombo + + + + + BattleLabel + + + &Battle + + + BattleCombo + + + + + + Friendly - - 0 + + + + Hostile - - 6 - - - - Layout10 - - - - unnamed - - - 0 - - - 6 - - - - TextLabel3 - - - Name - - - - - TextLabel1 - - - Eta - - - - - TextLabel2 - - - Planet score - - - - - - - Layout9 - - - - unnamed - - - 0 - - - 6 - - - - LineEdit5 - - - - - LineEdit3 - - - - - LineEdit4 - - - - - + + + GroupCombo + + + NoInsertion + + + + + BattleCombo + + + NoInsertion + + + + + RaceLabel + + + &Race + + + RaceCombo + - + + + NameLine + + + + + NameLabel + + + Na&me + + + NameLine + + + + + RaceCombo + + + + + EtaLabel + + + E&ta + + + EtaSpin + + + + + EtaSpin + + + + + Spacer3 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + Layout13 @@ -129,22 +170,22 @@ - PushButton1 + ApplyButton - Apply + &Apply - PushButton2 + CancelButton - Cancel + &Cancel - + Spacer1 @@ -162,40 +203,126 @@ - PushButton3 + NewButton false - New + &New - PushButton4 + RemoveButton false - Remove + Remo&ve + + + Spacer4 + + + Vertical + + + Expanding + + + + 20 + 20 + + + - init() - destroy() + + CancelButton + clicked() + InfoView + CancelButton_clicked() + + + NewButton + clicked() + InfoView + NewButton_clicked() + + + RemoveButton + clicked() + InfoView + RemoveButton_clicked() + + + ApplyButton + clicked() + InfoView + ApplyButton_clicked() + + + NameLine + textChanged(const QString&) + InfoView + slotNameChanged(const QString&) + - - { - -} - { - -} - + + NameLine + EtaSpin + RaceCombo + ApplyButton + CancelButton + NewButton + RemoveButton + + + vector + infoview.ui.h + + + QString m_Name; + QString m_Battle; + QString m_Group; + + + remove() + cancel() + apply() + add() + + + init() + destroy() + setRaces( std::vector<QString> races ) + setEta( int eta ) + setFleetName( QString name ) + setRace( QString name ) + InfoView_destroyed( QObject * ) + 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 ) + +