Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
4.8.4
-
None
Description
Run the attached example:
You will see an assert telling you:
ASSERT failure in QFont::setWeight: "Weight must be between 0 and 99"
This happens because the Font.Weight enum is stored in a qml string and have to be converted into int again. This fails.