C
ImageFiles.MCU.Experimental.resourceEnableSVGScaling
Enables resourceSVGScale to take effect.
Description
resourceSVGScale property will have no effect on an SVG image resource unless this property is set to true
on its ImageFiles node.
Usage
This property is accepted in the main application .qmlproject
file, or a module .qmlproject
file. It takes a boolean value, and the default value is "false"
.
Code example:
ImageFiles { MCU.Experimental.resourceEnableSVGScaling: true }
Since
This property was introduced in QmlProject API 2.9 .
See also resourceSVGScale.
Available under certain Qt licenses.
Find out more.