Ref T571, radar component style and layout

* grid layout for buttons
* using string builder
This commit is contained in:
Klaus Basan
2019-03-20 00:55:38 +01:00
committed by Mat Sutcliffe
parent 781253a6ad
commit d0809f4b22
3 changed files with 115 additions and 107 deletions

View File

@@ -69,10 +69,11 @@ namespace BlackGui
QPen m_radarTargetPen = { Qt::green, 1 };
qreal m_range = 10.0;
qreal m_rangeNM = 10.0;
QTimer m_updateTimer;
};
} // ns
} // ns
#endif // guard