- 
    Task 
- 
    Resolution: Unresolved
- 
    P2: Important 
- 
    None
- 
    None
For supporting nested types, i.e. a QML type having a list of many other user registered QML types, the QQmlListProperty has to be supported with a clever way to handle to static member functions of it. The support for QQmlListProperty corresponds to ListProperty in PySide6. This enables us to write code like:
 
Box 
Widget { text: "B" }
Widget { text: "C" }
}
where Box and Widget are both registered QML types through bridge_type().
- is required for
- 
                     QTBUG-134668
        As a dev, I need a simple way to add a Qt Quick UI to my Python code QTBUG-134668
        As a dev, I need a simple way to add a Qt Quick UI to my Python code-         
- In Progress
 
-         
| For Gerrit Dashboard: QTBUG-141504 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 686387,5 | Python: Preliminary support for QQmlListProperty | dev | qt/tqtc-qtbridges | Status: NEW | 0 | 0 | 
| 686560,5 | Python: Add signal support for PyQmlListProperty | dev | qt/tqtc-qtbridges | Status: NEW | 0 | 0 |