(self)
| 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 | """剧中适应 |