FluentUI/src/controls/FluPaneItemExpander.qml

13 lines
256 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
2023-04-12 11:55:39 +08:00
property var icon
property Component cusIcon
2023-03-31 22:05:25 +08:00
property bool isExpand: false
property var parent
property int idx
}