Hey guys

I want to insert a picture in an label

I used the following code

Qt Code:
  1. label->setPixmap(QPixmap("download.jpg"));
To copy to clipboard, switch view to plain text mode 

however when I run the program, everything displays except the picture.

Could you tell me how to fix this.