(Splitted from QTBUG-91956)

      Test if qmltc support "intriguing" bindings correctly (to phrase it as Andrei did).

      Example:

       

      RangeSlider {
              first.handle.objectName: "rangeslider.first"
      
              second.handle.objectName: "rangeslider.second"
      
      }

      and

       

      import QtQuick 2.15
      import QtQuick.Window 2.15
      Window {
           id: window
           width: 600
           height: 600
           visible: trueImage {
               id: sequence
           }
          property alias sequence: sequence
          sequence.layer.enabled: false// QTBUG-94983 but the syntax is still valid?
      }
      

       

       

      (with more cases in QtDS examples e.g. coffee machine)

        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