Fluid 1.3.0
Material Design for QtQuick and Qml
Loading...
Searching...
No Matches

Fluid

Fluid is a Qt/QML Material Design 3 library. It provides controls, layouts, effects, theme resolution, and design tokens for building Qt Quick interfaces.

Using Fluid

Import the QML module and give it a short qualifier:

import Fluid as MD
MD.Button {
text: qsTr("Continue")
}

The class list contains the public QML controls and their documented properties, signals, and methods, together with the C++ types that back the QML module.