Hi, I'm currently trying to display an image in Qt form using the label because I have search online that using label is an easy way to do it. So in my qt window, under the Qlabel tab, i choose a file from pixmap from my directories. When i preview it, it's working fine but when i compile my code and run, everything show up except for the image.

I'm using Qt4 and running on linux platform.