MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML Label Element

Inherits Text

This element was introduced in qt-components 4.7.

Properties

Detailed Description

The Label component is used to display textual information throughout the UI.

 Label {
     text: "I'm well formatted."
 }

Property Documentation

platformStyle : Style

Platform specific style property.

See also LabelStyle.


text : string

The text of the Label.