Liri Fluid API

CaptionLabel QML Type

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

Import Statement: import Fluid.Controls 1.1

Detailed Description

Text label for the Material Design caption text style.


  import QtQuick 2.10
  import Fluid.Controls 1.0 as FluidControls

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

For more information you can read the Material Design guidelines.