FluentUI/src/controls/FluObject.qml

8 lines
103 B
QML
Raw Normal View History

2023-03-25 13:35:21 +08:00
import QtQuick 2.15
2023-02-28 18:29:00 +08:00
QtObject {
id:flu_object;
2023-03-25 13:35:21 +08:00
2023-02-28 18:29:00 +08:00
default property list<QtObject> children;
}