Show images in .qml file that used by .cpp file
-
I just wanna ensure about images file that used in .qml file (this .qml file is used by .cpp file).
I had try use image file that have extension .jpg, but it's not appear in the application. So I changed it to .png and the image appeared.
So, is it right if it's best when we use .png image file in .qml file ?