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

QML convert qint8 to ASCII

    XMLWordPrintable

Details

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

    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

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes