Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.0.0
-
None
-
Ubuntu
Description
The attached qml works in qmlviewer and QtQuick 1.1, but not qmlscene, QtQuick 2.0
On a click the text should become bold. On a doubleclick the text should become italic. Neither of these occur.
These properties work as normal when initially set in the Text element, but not after being created.
The following do not work and cause breakages:
font.strikeout
font.bold
font.capitalization
font.family
font.italic
font.letterSpacing
font.pixelSize (works once, but then not afterwards)
font.strikeout
font.underline
font.weight
font.wordSpacing
Attachments
Issue Links
- resulted in
-
QTBUG-20188 Behavior does not work properly with font.pointSize
-
- Closed
-
-
QTBUG-20187 Alternating between pixelSize and pointSize in state changes does not work as expected
-
- Open
-