Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-37241

QML convert qint8 to ASCII

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 5.2.1, 5.13
    • None
    • OSX 10.9
    • macOS

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            shausman Simon Hausmann
            kubark42_ Kenz Dale
            Votes:
            5 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes