mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-11 17:20:04 +08:00
8 lines
96 B
QML
8 lines
96 B
QML
import QtQuick 2.15
|
|
|
|
QtObject {
|
|
property string title
|
|
signal tap
|
|
signal repTap
|
|
}
|