Pascaldietz (Talk | contribs) (created Label API Snapshot page) |
Pascaldietz (Talk | contribs) (removed private properties) |
||
| Line 19: | Line 19: | ||
;''string'' background | ;''string'' background | ||
:Sets the source for the background image | :Sets the source for the background image | ||
| - | |||
| - | |||
| - | |||
=Signal= | =Signal= | ||
Contents |
This is a theme conform label, displaying a text.
-
-
Label {
id: myLabel
text: qsTr("Label")
width: 200
height: 50
}