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

Unable to assign [undefined] to double error when using PathAttributes with PathView

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Not Evaluated
    • None
    • 5.0.0 RC 2
    • None
    • Windows 7, 32-bit msvc2010

    Description

      Suppose a Path containing PathAttributes e.g.

      PathAttribute

      { name: "myValue"; value: 0}

      PathAttribute

      { name: "myValue"; value: 1000}

      and suppose a text delegate which should show the "myValue" property value:

      delegate: Text

      { text: PathView.myValue }

      the text value is indeed assigned, but application outputs:

      Unable to assign [undefined] to QString

      where the [undefined] refers to the attached property.

      Of course, as the list is moved around, more errors are produced even though there doesn't seem to have been a failure.

      Attachments

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

        Activity

          People

            martinj Martin Jones
            miketrahearn Mike Trahearn
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes