mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 03:35:38 +08:00
Ref T509, Qwt adjustments in model statistics
This commit is contained in:
committed by
Mat Sutcliffe
parent
dba043c23f
commit
935cffe250
@@ -45,15 +45,6 @@ namespace BlackGui
|
||||
//! Display the HTML matrix
|
||||
void displayHTMLMatrix();
|
||||
|
||||
//! Zoom in/out
|
||||
void zoom();
|
||||
|
||||
//! Init chart
|
||||
void initChart();
|
||||
|
||||
//! Reset chart
|
||||
void resetChart();
|
||||
|
||||
//! Chart
|
||||
void showChart();
|
||||
|
||||
@@ -63,12 +54,6 @@ namespace BlackGui
|
||||
//! Chart for aircraft ICAO
|
||||
void chartAircraftIcao();
|
||||
|
||||
//! Display as horizontal bar chart
|
||||
void horizontalBarChart(const QStringList &categories, QtCharts::QHorizontalBarSeries *series);
|
||||
|
||||
//! Display as vertical bar chart
|
||||
void verticalBarChart(const QStringList &categories, QtCharts::QBarSeries *series);
|
||||
|
||||
QScopedPointer<Ui::CAircraftModelStatisticsDialog> ui;
|
||||
BlackMisc::Simulation::CAircraftModelList m_models;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user