Fluid
1.3.0
Material Design for QtQuick and Qml
Loading...
Searching...
No Matches
Object.qml
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2018 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
2
// SPDX-License-Identifier: MPL-2.0
3
4
import
QtQuick
5
26
QtObject {
27
id: object
28
32
default property alias children: object.__children
33
37
property list<QtObject> __children: [
38
QtObject {}
39
]
40
}
src
controls
qml
core
Object.qml
Generated by
1.9.8