We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
解决办法:
将:
QUrl::fromLocalFile("app2.qml")
改为:
QUrl(QStringLiteral("qrc:/main.qml"))
There was an error while loading. Please reload this page.
[[TOC]]