I think the following line of code is drawing on top of your image and that is why you are not able to see the image

Qt Code:
  1. QWidget::paintEvent(pe);
To copy to clipboard, switch view to plain text mode 

Remove the following line, make sure that the image file is part of your resources and then try.