如何在我的qtquick项目中找到属性颜色并更改Text元素的值? my.qml文件中的内容.
Rectangle { width: 300 height: 200 Text { x: 12 y: 34 color:red } }
python pyqt qml qt-quick
pyqt ×1
python ×1
qml ×1
qt-quick ×1