Liri Fluid API

Fluid Templates QML Types

Fluid Templates provides a set of non-visual templates for creating user interfaces controls in QML using Qt Quick.

For the sake of clarity and simplicity there is a one-to-one mapping between the types provided by the Fluid.Templates and Fluid.Controls imports. For each non-visual template type available in the Fluid.Templates import, a visual type by the same name exists in the Fluid.Controls import.

Fluid Templates QML types can be imported into your application using the following import statement in your .qml file:


  import Fluid.Templates 1.1 as FluidTemplates

Card

Cards display content composed of different elements