C

QUL_CONTROLS_STYLE

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.