Liri Fluid API

SubheadingLabel QML Type

Text label with standard font and styling suitable to subheading. More...

Import Statement: import Fluid.Controls 1.1

Properties

Detailed Description

Text label for the Material Design subheading text style.

 import QtQuick 2.10
 import Fluid.Controls 1.0 as FluidControls

 FluidControls.SubheadingLabel {
     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.

Only values between 1 and 4 are allowed.

Default value is 1.