This commit is contained in:
zhuzihcu
2023-04-10 18:17:22 +08:00
parent 09e87e0fb8
commit 1f2d0d9b9f
16 changed files with 764 additions and 18 deletions

View File

@ -0,0 +1,7 @@
import QtQuick
QtObject {
readonly property string key : FluApp.uuid()
property var parent
property int idx
}