qmlWidget = new QQuickWidget(this); qmlWidget->rootContext()->setContextProperty("View",this); qmlWidget->setSource(QUrl(QStringLiteral("qrc:/Timer.qml")));
確定! 回上一頁