MCPcopy Index your code
hub / github.com/PyQt5/PyQt / doHorFilp

Method doHorFilp

QLabel/ImageRotate.py:50–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 self.imageLabel.setPixmap(QPixmap.fromImage(self.srcImage))
49
50 def doHorFilp(self):
51 # 水平翻转
52 self.srcImage = self.srcImage.mirrored(True, False)
53 self.imageLabel.setPixmap(QPixmap.fromImage(self.srcImage))
54
55 def doVerFilp(self):
56 # 垂直翻转

Callers

nothing calls this directly

Calls 1

setPixmapMethod · 0.45

Tested by

no test coverage detected