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*. If null, clears the image. Called automatically when assigning to pixmap property in QML. |
| setText(text) | Sets the text displayed by the label. |