8 lines
94 B
QML
8 lines
94 B
QML
import QtQuick
|
|
|
|
QtObject {
|
|
id:root
|
|
default property list<QtObject> children
|
|
|
|
}
|