Uploaded image for project: 'Qt 3D Studio'
  1. Qt 3D Studio
  2. QT3DS-884

Make sure all our examples use fully qualified names for properties

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P1: Critical
    • Qt 3D Studio 2.0 BETA1
    • Qt 3D Studio 1.1 Alpha
    • Examples
    • None

    Description

      Fully qualified means that when referring to properties defined in another element, always specify the parent element of the property. E.g. you have property string myString in the root element which has id myRoot. Always refer to this property as myRoot.myString from outside the root element, even though it is legal in QML to refer to it as myString from anywhere. This will make examples more tooling friendly.

      Attachments

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

        Activity

          People

            myrjana Marianne Yrjänä
            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