C

QUL_DEFAULT_FONT_QUALITY

Description

Determines the default font.quality for the Text and StaticText items. The default value is "VeryHigh".

Available values:

CMakeQML
VeryLowFont.QualityVeryLow
VeryHighFont.QualityVeryHigh

See Text Rendering and Fonts for font engine-specific details.

Example

set_target_properties(<Executable Target> PROPERTIES QUL_DEFAULT_FONT_QUALITY "<Font Quality>")

Available under certain Qt licenses.
Find out more.