mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-01 15:42:20 +08:00
9 lines
152 B
QML
9 lines
152 B
QML
import QtQuick
|
|
|
|
QtObject {
|
|
readonly property string key : FluApp.uuid()
|
|
property string title
|
|
property var parent
|
|
property int idx
|
|
}
|