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

QML string type accessed from JS files to be undefined unexpectedly when running on ARM.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.3.0
    • None
    • ubuntu 13.04 64-bit
      Qt 5.3.0
      Qt Creator 3.1.2

      QML Item type has properties of state and objectName, which are string type.
      // MyItem.qml
      Item {
      id: root
      objectName: "hello item"
      ...
      }
      Using root.objectName and root.state to output some logs in JS files, it's good on PC.
      But on ARM, the log is undefined of root.objectName and root.state and
      other types is ok except for the string type.

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

            Unassigned Unassigned
            blithe Blithe Han
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes