Liri Fluid API

BodyLabel QML Type

Text label with standard font and styling suitable to body text. More...

Import Statement: import Fluid.Controls 1.1

Properties

Detailed Description

Text label for the Material Design body text style.

 import QtQuick 2.10
 import Fluid.Controls 1.0 as FluidControls

 FluidControls.BodyLabel {
     text: "Text to display"
 }

For more information you can read the Material Design guidelines.

Property Documentation

level : int

This property holds the label level that controls font style and size.

It can be either 1 or 2.

Default value is 1.