mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-24 11:40:43 +08:00
8 lines
103 B
QML
8 lines
103 B
QML
|
import QtQuick 2.15
|
|||
|
|
|||
|
QtObject {
|
|||
|
id:flu_object;
|
|||
|
|
|||
|
default property list<QtObject> children;
|
|||
|
}
|