Slightly changed ATC stations appearance, reload ATIS / load METAR

This commit is contained in:
Klaus Basan
2014-09-15 00:37:20 +02:00
parent 2d1226fefc
commit b989dec74d
6 changed files with 116 additions and 113 deletions

View File

@@ -33,6 +33,12 @@ namespace BlackGui
ui->setupUi(this);
this->m_timerComponent = new CTimerBasedComponent(SLOT(update()), this);
// some icons
this->ui->pb_AtcStationsAtisReload->setIcon(CIcons::atis());
this->ui->pb_AtcStationsAtisReload->setText("");
this->ui->pb_AtcStationsLoadMetar->setIcon(CIcons::metar());
this->ui->pb_AtcStationsLoadMetar->setText("");
// set station mode
this->ui->tvp_AtcStationsOnline->setStationMode(CAtcStationListModel::StationsOnline);
this->ui->tvp_AtcStationsBooked->setStationMode(CAtcStationListModel::StationsBooked);