Obsolete Members for Label

The following members of QML type Label are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

Property Documentation

textSize : enumeration

This property holds an abstract size that allows adaptive resizing based on the measurement unit (see Units). The default value is Label.Medium.

Note: Setting this disables support for the deprecated fontSize property.

  • Label.XxSmall - extremely small font size
  • Label.XSmall - very small font size
  • Label.Small - small font size
  • Label.Medium - medium font size
  • Label.Large - large font size
  • Label.XLarge - very large font size

This property was introduced in Lomiri.Components 1.3.