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

fontSize : string

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

The size of the text. One of the following strings (from smallest to largest):

  • "xx-small"
  • "x-small"
  • "small"
  • "medium"
  • "large"
  • "x-large"

Default value is "medium".