FluentUI/src/controls/FluPaneItemExpander.qml

12 lines
225 B
QML
Raw Normal View History

2023-03-31 22:05:25 +08:00
import QtQuick
import FluentUI
FluObject {
readonly property string key : FluApp.uuid()
property string title
property int icon
property bool isExpand: false
property var parent
property int idx
}