mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Slightly changed ATC stations appearance, reload ATIS / load METAR
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user