摘要: import QtQuick 2.9 import QtQuick.Window 2.2 Window { visible: true width: 640 height: 480 title: qsTr("张三") //title: qsTr("Hello World") } 将文件保存成utf- 阅读全文
posted @ 2022-08-29 17:12 noob_zxg 阅读(1232) 评论(0) 推荐(0)