Hi all,

I have added a QWidget from the designer, to my .ui (MainWindows)

My class is derived from Qmainwindows , didn't subclass Qwidget

I can able to set the background image :

Qt Code:
  1. PPI_Window->setStyleSheet(" background-image: url(/airport-4975m.jpg);");
To copy to clipboard, switch view to plain text mode 

I need to set/draw the foreground image and set the opacity to it...

How can i achieve this.