I am attempting to build a program which uses labels to display information on a screen.  It is easy to replace the display as it uses a label to store the pixmap image.<br><br>self.display.setPixmap(image)<br><br>where self.display is defined as a QLabel.<br>

<br>What I would like to do is to be able to fade the images in and out<br><br>            self.setWindowOpacity(0.5)<br>            self.display.setPixmap(image)<br>            self.setWindowOpacity(1)<br><br>I accept it may be necessary to add delays in but even with 1 second delays in the code the screen does not fade and reappear.  If I remove the 3rd line the display does go semi transparent.<br>

<br>Any ideas what I am doing wrong / missing.<br>-- <br>Tim and Alison Bentley<br>Home@TRARBentley.net<br>