- 
     Technical task Technical task
- 
    Resolution: Unresolved
- 
    P3: Somewhat important 
(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)
- is required for
- 
                     QTBUG-105538
        qmltc evolution collection task QTBUG-105538
        qmltc evolution collection task-         
- Open
 
-