Transitions between slides

This commit is contained in:
Tim Bentley 2009-11-12 17:48:49 +00:00
parent 7a1f2ee855
commit 9970ae8281
1 changed files with 2 additions and 1 deletions

View File

@ -198,8 +198,9 @@ class MainDisplay(DisplayWidget):
self.displayAlert()
elif not self.displayBlank:
self.setWindowOpacity(0.5)
self.show()
self.display.setPixmap(QtGui.QPixmap.fromImage(frame))
QtCore.QTimer.singleShot(250, self.aa )
QtCore.QTimer.singleShot(500, self.aa )
if not self.isVisible():
self.setVisible(True)
self.showFullScreen()