A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://doc.qt.io/QtForMCUs-2.8/qtquick-shapes-qmlmodule.html below:

Qt Quick Ultralite Shapes QML Types

C Qt Quick Ultralite Shapes QML Types

The Qt Quick Ultralite Shapes module provides types to use vector shapes in Qt Quick Ultralite applications.

Qt Quick Ultralite renders the vector shapes by using one of these two alternatives:

Qt Quick Ultralite uses software render fallback in the following cases:

Qt Quick Ultralite software render uses anti-aliasing by default. See QUL_SOFTWARE_RASTERIZER_FREETYPE for more information.

Using the Module

To use the Qt Quick Ultralite Shapes QML types, add Qul::Shapes to the list of module files in your .qmlproject.

ModuleFiles {
    MCU.qulModules: ["Qul::Shapes"]
}

After adding the module files, add the following import statement to your .qml file:

Linking an application to the CMake target

Note: This step applies to deprecated CMake APIs only.

When using CMake projects, link your application to the Qul::Shapes CMake target.

target_link_libraries(app PRIVATE Qul::Shapes)
Object Types

QtQuick QtQuick.Controls

Available under certain Qt licenses.
Find out more.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4