FluentUI/src/controls/FluPaneItemSeparator.qml

6 lines
86 B
QML
Raw Normal View History

2023-03-25 13:35:21 +08:00
import QtQuick 2.15
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
}