mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
[Radar] shorter track line, renaming
https://discordapp.com/channels/539048679160676382/539846348275449887/649744906146938880 https://discordapp.com/channels/539048679160676382/539846348275449887/649886218791813140
This commit is contained in:
committed by
Mat Sutcliffe
parent
3b0001d113
commit
03afc8968a
@@ -63,7 +63,7 @@ namespace BlackGui
|
||||
void onInfoAreaTabBarChanged(int index);
|
||||
|
||||
QScopedPointer<Ui::CRadarComponent> ui;
|
||||
QGraphicsScene m_scene;
|
||||
QGraphicsScene m_scene;
|
||||
QGraphicsItemGroup m_radarTargets;
|
||||
QGraphicsItemGroup m_center;
|
||||
QGraphicsItemGroup m_macroGraticule;
|
||||
@@ -71,10 +71,8 @@ namespace BlackGui
|
||||
QGraphicsItemGroup m_radials;
|
||||
|
||||
QPen m_radarTargetPen = { Qt::green, 1 };
|
||||
|
||||
qreal m_rangeNM = 10.0;
|
||||
int m_rotatenAngle = 0;
|
||||
|
||||
qreal m_rangeNM = 10.0;
|
||||
int m_rotatenAngle = 0;
|
||||
QTimer m_updateTimer;
|
||||
QTimer m_headingTimer;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user