FluentUI/src/controls/FluPaneItemHeader.qml

7 lines
107 B
QML
Raw Normal View History

2023-03-30 21:52:55 +08:00
import QtQuick
2023-03-10 18:08:32 +08:00
QtObject {
2023-03-30 17:16:57 +08:00
readonly property string key : FluApp.uuid()
2023-03-10 18:08:32 +08:00
property string title
}