FluentUI/src/controls/FluPaneItem.qml

9 lines
115 B
QML
Raw Normal View History

2023-03-24 20:44:38 +08:00
import QtQuick
import QtQuick.Controls
2023-03-10 18:08:32 +08:00
QtObject {
property string title
signal tap
signal repTap
}