Methods of type QmlLabel¶
Below is a list of the available methods provided by the QmlLabel type. Click on a method name to see its detailed description and examples.
| Method | Description | 
|---|---|
| setPixmap(pixmap) | Sets the label's pixmap using a QmlPixmap*. Ifnull, clears the image. Called automatically when assigning topixmapproperty in QML. | 
| setText(text) | Sets the text displayed by the label. |