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

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

      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.

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

            myrjana Marianne Yrjänä
            e0348803 Miikka Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes