Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-14887

Handle QQmlListProperty type properties correctly

XMLWordPrintable

    • Icon: User Story User Story
    • Resolution: Out of scope
    • Icon: P2: Important P2: Important
    • None
    • QDS 4.8.0
    • Project Storage
    • None

      Property editor expects properties of type QQmlListProperty<Foobar> to resolve into binding properties with expression. Currently they seem to resolve as bunch of subproperties of type Foobar.

      E.g. QQuick3DModel has property "materials", which has type QQmlListProperty<QQuick3DMaterial>. Currently "materials" property is split into subproperties such as "materials.cullMode" etc. which makes no sense as it is supposed to be a list.

      The old system handled these by treating them as binding properties with expressions, so maybe the project storage should treat them the same? 

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

            bubke Marco Bubke
            e0348803 Miikka Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes