Thank you that makes sense. I've changed it but I can still not see if it is working because when I try to load the main .qml file from the resource system it does not show. This is how I set the source.
Qt Code:
To copy to clipboard, switch view to plain text mode
I believe this is the correct way to construct a QUrl for something in the resource system because I found this in the documentation for QTextBrowser:
Am I missing something?If you want to load documents stored in the Qt resource system use qrc as the scheme in the URL to load. For example, for the document resource path :/docs/index.html use qrc:/docs/index.html as the URL with setSource().
Bookmarks