8374:82151410efbb | 8375:057f17f82bee |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing a graphics item subclass for an arrow. | 7 Module implementing a graphics item subclass for an arrow. |
8 """ | 8 """ |
9 # TODO: rename this module to EricArrowItem | |
10 | 9 |
11 import enum | 10 import enum |
12 import math | 11 import math |
13 | 12 |
14 from PyQt6.QtCore import QPointF, QRectF, QSizeF, QLineF, Qt | 13 from PyQt6.QtCore import QPointF, QRectF, QSizeF, QLineF, Qt |