Comment 1 for bug 602138

Revision history for this message
Alan Bell (alanbell) wrote :

this is the code that flips the image (static images only, no idea how to do the videos)
it goes in the showSign function around line 75 and needs a button or config setting or something to turn it on and off

            image = QtGui.QImage()
            image.load(sign.filename)
            pix = QtGui.QPixmap.fromImage(image.mirrored(True, False))
            self.ui.img_lessonLabel.setPixmap(pix)