swift-project / pilotclient

Cross-platform cross-simulator pilot client for virtual air traffic networks
https://swift-project.org
GNU General Public License v3.0
94 stars 28 forks source link

Change font size of radar tags #121

Closed oktal3700 closed 11 months ago

oktal3700 commented 3 years ago

Add a font size chooser in the radar component and use the value to change the font of tag in CRadarComponent::refreshTargets:

QFont font;
font.setPointSize(...);
tag->setFont(font);