C

QUL_CONTROLS_STYLE

Warning: Using cmake target properties is deprecated since 2.4, consider using MCU.Config.controlsStyle instead.

Note: Board defaults can be set using QmlProject in the BoardDefaults.qmlprojectconfig files. See Defining default variables for the platform and QmlProject Manual.

Overrides the Controls style.

Description

By default, Qt Quick Ultralite Controls use the default style. To use a custom style, you can set this target property to the import URI of the style you want to use. This is the most convenient way to switch between the styles without changing all the import statements in the QML source files.

Note: This property is applicable to executable targets only.

Since

This property was introduced in Qt Quick Ultralite 1.0.

See also Controls Styling.

Available under certain Qt licenses.
Find out more.