Qt 6.11 is out! See what's new in the release
blog
how to use image in qt qml
-
Hi,
this error usually means "The resource (qrc:/name of pic.jpg) is not specified in a .qrc file."
Probably, you need to look at Qt Resource System article.
Most likely it will help you.