X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fui%2Finfoview.ui;h=6354911dd7506a4d1c6a671048dd96c81531ffcc;hp=e9e7ffa148d17eaaa1b0dc5adff8e5f75d00335e;hb=ba016135c4c232c79cb35c92f239579ca3d84df3;hpb=8de428972f669c93467e442295ba472e82eaaa2f diff --git a/bs/ui/infoview.ui b/bs/ui/infoview.ui index e9e7ffa..6354911 100644 --- a/bs/ui/infoview.ui +++ b/bs/ui/infoview.ui @@ -1,6 +1,5 @@ InfoView - InfoView @@ -9,28 +8,34 @@ 0 0 - 192 - 144 + 263 + 117 + + + 32767 + 150 + + Form2 - + unnamed - 1 + 0 - 1 + 0 - + - Layout11 + Layout7 - + unnamed @@ -38,82 +43,59 @@ 0 - 6 + 0 - + - Layout10 - - - - unnamed - - - 0 - - - 6 - - - - TextLabel3 - - - Name - - - - - TextLabel1 - - - Eta - - - - - TextLabel2 - - - Planet score - - - + RaceLabel + + + &Race + + + RaceCombo + - + - Layout9 - - - - unnamed - - - 0 - - - 6 - - - - LineEdit5 - - - - - LineEdit3 - - - - - LineEdit4 - - - + RaceCombo + - + + + EtaLabel + + + &Eta + + + EtaSpin + + + + + EtaSpin + + + + + NameLine + + + + + NameLabel + + + &Name + + + NameLine + + + - + Layout13 @@ -129,22 +111,22 @@ - PushButton1 + ApplyButton - Apply + &Apply - PushButton2 + CancelButton - Cancel + &Cancel - + Spacer1 @@ -162,40 +144,78 @@ - PushButton3 + NewButton false - New + &New - PushButton4 + RemoveButton false - Remove + &Remove - + - init() - destroy() + + ApplyButton + clicked() + InfoView + ApplyButton_clicked() + + + CancelButton + clicked() + InfoView + CancelButton_clicked() + + + NewButton + clicked() + InfoView + NewButton_clicked() + + + RemoveButton + clicked() + InfoView + RemoveButton_clicked() + - - { - -} - { - -} - + + vector + infoview.ui.h + + + remove() + cancel() + apply() + add() + + + 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() + +