FluentUI/src/controls/FluPaneItemSeparator.qml

9 lines
161 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-31 22:05:25 +08:00
readonly property int flag : 2
2023-03-30 17:16:57 +08:00
readonly property string key : FluApp.uuid()
2023-03-31 22:05:25 +08:00
property var parent
property int idx
2023-03-10 18:08:32 +08:00
}