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

'when' property has to be before 'value' property in Binding element

XMLWordPrintable

    • bb8c3d4

      Binding

      { target: screen; property: "color"; when: screen.changeColor == true; value: r2.color }

      works as expected.

      Binding

      { target: screen; property: "color"; value: r2.color; when: screen.changeColor == true }

      the 'when' clause is not taken into account.

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

            martjone Martin Jones (closed Nokia identity) (Inactive)
            bodson Yann Bodson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes