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

Handle QQmlListProperty type properties correctly

    XMLWordPrintable

Details

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

    Description

      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? 

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes