add text node

This commit is contained in:
王劲鹏
2021-02-25 19:04:14 +08:00
committed by osborn
parent 46ecc85ece
commit fc0df69ed4
6 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
import QtQuick 2.12
import QtQuick.Controls 2.5
Text {
}