Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-134782

Binding: Documentation should point to multiple bindings with new syntax

    XMLWordPrintable

Details

    • 3fcd01413 (dev), 83b2f89f8 (6.9), d75cf746b (6.8)
    • framework-content 9

    Description

      Multiple bindings with different target objects are supported by the Binding type's new syntax.

      This should be reflected in the documentation.

      import QtQuick
      
      Window {
        id: root
      
        width: 640
        height: 480
        visible: true
        title: qsTr("Hello World")
      
        Text {
          id: t1
        }
      
        Text {
          y: 20
          id: t2
        }
      
        Binding {
          t1.text: "Foo"
          t2.text: "Bar"
        }
      }
      

      Attachments

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

        Activity

          People

            lexcaz Alexei Cazacov
            njeisecke_qtc Nils Jeisecke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes