Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.2.1, 5.13
-
None
-
OSX 10.9
Description
When converting a qint8 to QML, QML treats the value like ASCII. So text: int8Value will print a new line when int8Value=10, will print 0 when int8Value=48, etc...
Note, quint8 does not behave this way.
Expected behavior: Interpret qint8 like all other integers, and require an explicit declaration to have the qint8 be treated like ASCII.
Attachments
Issue Links
- relates to
-
QTBUG-49232 [Reg 5.4 -> 5.5] quint8 interpreted as QString in qml
- Closed