Objects QML Type
Generic object container for managing QML children. More...
| Import Statement: | import FluentUI.impl 1.0 |
Properties
- children : list<QtObject>
Detailed Description
The Objects type is a lightweight container that holds a list of child QtObject instances. It is useful for organizing non-visual helper objects within a QML component tree.
Property Documentation
children : list<QtObject>
This is the default property. Holds the list of child objects assigned to this container.