mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-11 17:20:04 +08:00
7 lines
107 B
QML
7 lines
107 B
QML
import QtQuick
|
|
|
|
QtObject {
|
|
readonly property string key : FluApp.uuid()
|
|
property string title
|
|
}
|