C

--controls-style

Description

If the project includes "Controls" or "ControlsTemplates" as described in ModuleFiles.MCU.qulModules ,it become possible to change the style of the controls. The project has to provide implementations of the new style as a separate module to be included, and the new style needs to be specified. One option is to specify it in the MCU.Config node, with the property controlsStyle. Alternatively, it can be overridden with this commandline parameter.

One use case of the commandline parameter as opposed to the node property, is if several styles have been implemented for different target platforms, and the logic to choose style in a per-platform basis is implemented as part of the build system scripts.

Since

This option was introduced in QmlProject API 1.3 .

See also qmlprojectexporter.

Available under certain Qt licenses.
Find out more.