FluentUI/src/controls/FluPaneItem.qml

8 lines
96 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 {
property string title
signal tap
signal repTap
}