mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-03-15 00:19:42 +08:00
12 lines
225 B
QML
12 lines
225 B
QML
|
import QtQuick
|
|||
|
import FluentUI
|
|||
|
|
|||
|
FluObject {
|
|||
|
readonly property string key : FluApp.uuid()
|
|||
|
property string title
|
|||
|
property int icon
|
|||
|
property bool isExpand: false
|
|||
|
property var parent
|
|||
|
property int idx
|
|||
|
}
|