This commit is contained in:
zhuzihcu
2023-03-10 18:08:32 +08:00
parent d835b7c23d
commit bcc5d433a9
30 changed files with 1095 additions and 775 deletions

View File

@ -0,0 +1,7 @@
import QtQuick 2.15
QtObject {
property string title
signal tap
signal repTap
}