mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-03 00:25:25 +08:00
15 lines
293 B
QML
15 lines
293 B
QML
import QtQuick
|
|
import FluentUI
|
|
|
|
FluObject {
|
|
readonly property int flag : 3
|
|
readonly property string key : FluApp.uuid()
|
|
property string title
|
|
property int icon
|
|
property bool isExpand: false
|
|
property var parent
|
|
property int idx
|
|
signal tap
|
|
signal repTap
|
|
}
|