Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-109293 qmltc: collection task for missing support in qmltc
  3. QTBUG-105952

copy property alias attributes from the pointed-to properties

XMLWordPrintable

      Change and test how the engine and qmltc handle alias attributes.

       

      Some terminology:

      property alias aliasingProperty: someobject.aliasedProperty
      

      Following attributes exists:

      • READ, WRITE, MEMBER
        • copy those attributes from aliasedProperty
      • RESET:
        • copy attribute from aliasedProperty
      • NOTIFY:
        • copy attribute from aliasedProperty
      • REVISION:
        • copy attribute from aliasedProperty
      • DESIGNABLE:
        • copy attribute from aliasedProperty
      • SCRIPTABLE:
        • should always be true
      • STORED:
        • should always be false
      • USER:
        • should always be false
      • BINDABLE:
        • copy attribute from aliasedProperty
      • CONSTANT:
        • copy attribute from aliasedProperty
      • FINAL:
        • should always be false
      • REQUIRED:
        • should always be false

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

            sami.shalayel Sami Shalayel
            sami.shalayel Sami Shalayel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes