mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-02 16:15:28 +08:00
8 lines
126 B
QML
8 lines
126 B
QML
import QtQuick
|
|
|
|
QtObject {
|
|
readonly property string key : FluApp.uuid()
|
|
property var parent
|
|
property int idx
|
|
}
|