eric7/EricGraphics/EricArrowItem.py

branch
eric7
changeset 8375
057f17f82bee
parent 8348
f4775ae8f441
child 8720
336f594ff5dd
equal deleted inserted replaced
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

eric ide

mercurial