Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I cannot add a Qt resources file to Qt Quick UI but i could add it in Qt Widgets Application and Quick Application.
Why? is there a solution?
Hi,
AFAIK you can't add any cpp or resource files in Qt Quick UI project since this kind of project is meant to run only qml and javascript files with qmlscene executable.