Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-30596 bi-directional or multi-sync variation of Binding
  3. QTBUG-132545

Add syntax to retroactively declare a property an alias of another

    XMLWordPrintable

Details

    Description

      Using the logic written for Binding's late-bound mode, we should be able to support an in-line, early bound mechanism of the same kind. For example:

      Foo {
          alias objectName: bar.objectName
          objectName: some + expression
      }
      

      This would make Foo's objectName an alias of bar.objectName and establish a binding on both.

      Attachments

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

        Activity

          People

            qtqmlteam Qt Qml Team User
            ulherman Ulf Hermann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes