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

-qreal float does not work on Aarch64

    XMLWordPrintable

Details

    Description

      -qreal float works fine with X86, but on Aarch64 the QML engine complains "TypeError: Type error"

       

      import QtQuick
      import QtQuick.Controls
      
      Window {
          visible: true
          Button {
               anchors.centerIn: parent
               text: "Hello world!"
          }
      }
      

       

       

      qrc:/qt-project.org/imports/QtQuick/Controls/Basic/Button.qml:26: TypeError: Type error
      qrc:/qt-project.org/imports/QtQuick/Controls/Basic/Button.qml:17: TypeError: Type error
      qrc:/qt-project.org/imports/QtQuick/Controls/Basic/Button.qml:13: TypeError: Type error
      qrc:/qt-project.org/imports/QtQuick/Controls/Basic/Button.qml:11: TypeError: Type error

      Attachments

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

        Activity

          People

            qtqmlteam Qt Qml Team User
            jarihelaakoski Jari Helaakoski
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes