qmlweb:Web浏览器中的QML引擎。 当前状态:正在修复... 源码
JavaScript驱动的QML引擎 该项目旨在将QML的功能引入Web浏览器。 以下是QML外观的示例: import QtQuick 2.0 Rectangle { width : 500 ; height : 200 color : " lightgray " Text { id : helloText text : " Hello world! " anchors . verticalCenter : parent . verticalCenter anchors . horizontalCenter : p
下载地址
用户评论