Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.0
-
None
-
2bd110c9c (dev), 2545f93f2 (6.8)
Description
When I run the example on qt creator I get this error:
qrc:/qml/cockpit/main.qml: No such file or directory
But when I set the source like this, it works:
viewer.setSource(QUrl("file:///C:/Qt/Examples/Qt-6.8.0/graphs/2d/cockpit/qml/cockpit/main.qml"));