mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Minor renaming and UI fix
This commit is contained in:
committed by
Mathew Sutcliffe
parent
74173a734e
commit
0f06468f9e
@@ -105,7 +105,7 @@ namespace BlackGui
|
|||||||
connect(ui->pb_RemarksGenerator, &QPushButton::clicked, this, &CFlightPlanComponent::ps_currentTabGenerator);
|
connect(ui->pb_RemarksGenerator, &QPushButton::clicked, this, &CFlightPlanComponent::ps_currentTabGenerator);
|
||||||
|
|
||||||
// web services
|
// web services
|
||||||
connect(sGui->getWebDataServices(), &CWebDataServices::allSwiftDbDataRead, this, &CFlightPlanComponent::ps_swiftDataRead);
|
connect(sGui->getWebDataServices(), &CWebDataServices::allSwiftDbDataRead, this, &CFlightPlanComponent::ps_swiftWebDataRead);
|
||||||
|
|
||||||
// init GUI
|
// init GUI
|
||||||
this->ps_resetFlightPlan();
|
this->ps_resetFlightPlan();
|
||||||
@@ -537,7 +537,7 @@ namespace BlackGui
|
|||||||
this->setCurrentWidget(ui->tb_RemarksGenerator);
|
this->setCurrentWidget(ui->tb_RemarksGenerator);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CFlightPlanComponent::ps_swiftDataRead()
|
void CFlightPlanComponent::ps_swiftWebDataRead()
|
||||||
{
|
{
|
||||||
this->initCompleters();
|
this->initCompleters();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ namespace BlackGui
|
|||||||
void ps_currentTabGenerator();
|
void ps_currentTabGenerator();
|
||||||
|
|
||||||
//! GUI init complete
|
//! GUI init complete
|
||||||
void ps_swiftDataRead();
|
void ps_swiftWebDataRead();
|
||||||
};
|
};
|
||||||
} // ns
|
} // ns
|
||||||
} // ns
|
} // ns
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<string>Settings</string>
|
<string>Settings</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>6</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tb_SettingsTrafficNetworkServers">
|
<widget class="QWidget" name="tb_SettingsTrafficNetworkServers">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
|
|||||||
Reference in New Issue
Block a user