We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-07-29 23:00:18 +0200 |
If I directly implement it like: cover: CoverBackground { ... Label{} } the label text is bold
and if I do cover: Qt.resolvedUrl("Cover.qml") it works as expected (i.e. text is not bold)
Correctly working example: Mitakuluu main.qml
Wrongly working example: Cutespotify main.qml
Also discussed in irc #sailfishos 29.7.14 / 20:40
confirmed by space_llama
2 | retagged |
If I directly implement it like: cover: CoverBackground { ... Label{} } the label text is bold
and if I do cover: Qt.resolvedUrl("Cover.qml") it works as expected (i.e. text is not bold)
Correctly working example: Mitakuluu main.qml
Wrongly working example: Cutespotify main.qml
Also discussed in irc #sailfishos 29.7.14 / 20:40
confirmed by space_llama