Qt Quick Studio Components QML Types
A set of ready-made studio components are available for creating differently shaped objects, such as arcs, pies, or triangles, as well as objects with particular abilities, such as being visibly flipped between their front and back sides, like a card. The studio components are built on top of Qt Quick Shapes QML Types, with some additional properties.
The QML types can be imported into your application using the following import statements in your .qml file:
import QtQuick.Studio.Components 1.0
An arc that ends at the specified position and uses the specified radius | |
A border drawn in four segments: left, top, right, and bottom | |
Provides a surface that can be flipped | |
A group item that gets its size from its children | |
An ISO 7000 icon | |
A pie | |
A filled rectangle with an optional border | |
A path defined using an SVG path data string | |
A triangle |
Available under certain Qt licenses.
Find out more.