-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hello,
I am using this software for DIC and when I start to draw AOI it crashes and following error appears in command prompt.
File "C:\Users\Shahryar\py2DIC-master\sources\DIC_UI.py", line 96, in paint
painter.drawEllipse(self.x-self.radius, self.y-self.radius, 2self.radius, 2self.radius)
TypeError: arguments did not match any overloaded call:
drawEllipse(self, r: QRectF): argument 1 has unexpected type 'float'
drawEllipse(self, r: QRect): argument 1 has unexpected type 'float'
drawEllipse(self, x: int, y: int, w: int, h: int): argument 1 has unexpected type 'float'
drawEllipse(self, center: Union[QPointF, QPoint], rx: float, ry: float): argument 1 has unexpected type 'float'
drawEllipse(self, center: QPoint, rx: int, ry: int): argument 1 has unexpected type 'float'
Please let me know why its happening.