MCPcopy
hub / github.com/PyQt5/PyQt / setSceneDims

Method setSceneDims

QListView/ImageView.py:89–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 self.update()
88
89 def setSceneDims(self):
90 if not self.pixmap:
91 return
92 self.setSceneRect(QRectF(QPointF(0, 0), QPointF(self.pixmap.width(), self.pixmap.height())))
93
94 def fitInView(self, rect, flags=Qt.IgnoreAspectRatio):
95 """剧中适应

Callers 1

setPixmapMethod · 0.95

Calls 2

widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected