mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 19:25:49 +08:00
Ref T509, added a first version of QChart for distributors
This commit is contained in:
committed by
Mat Sutcliffe
parent
1652fb7074
commit
80a36f4346
@@ -40,6 +40,21 @@ namespace BlackGui
|
||||
//! Display the HTML matrix
|
||||
void displayHTMLMatrix();
|
||||
|
||||
//! Zoom in/out
|
||||
void zoom();
|
||||
|
||||
//! Init chart
|
||||
void initChart();
|
||||
|
||||
//! Reset chart
|
||||
void resetChart();
|
||||
|
||||
//! Chart
|
||||
void showChart();
|
||||
|
||||
//! Chart for distributors
|
||||
void chartDistributors();
|
||||
|
||||
QScopedPointer<Ui::CAircraftModelStatisticsDialog> ui;
|
||||
BlackMisc::Simulation::CAircraftModelList m_models;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user