(self)
| 29 | |
| 30 | @property |
| 31 | def zoomScale(self) -> float: |
| 32 | return self.qtDrawSize / self.realSize |
| 33 | |
| 34 | def qtCoord( |
| 35 | self, x: float, y: float, ex: float, ey: float) -> tuple[QPointF]: |
nothing calls this directly
no outgoing calls
no test coverage detected