how to use image in qt qml
Solved
QML and Qt Quick
-
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.