Closed oktal3700 closed 11 months ago
Add a font size chooser in the radar component and use the value to change the font of tag in CRadarComponent::refreshTargets:
tag
CRadarComponent::refreshTargets
QFont font; font.setPointSize(...); tag->setFont(font);
Add a font size chooser in the radar component and use the value to change the font of
tag
inCRadarComponent::refreshTargets
: