eric6/E5Graphics/E5ArrowItem.py

changeset 7249
0bf517e60f54
parent 7229
53054eb5b15a
child 7252
c5e3705073eb
equal deleted inserted replaced
7248:60b48ab891fa 7249:0bf517e60f54
16 16
17 NormalArrow = 1 17 NormalArrow = 1
18 WideArrow = 2 18 WideArrow = 2
19 19
20 ArrowheadAngleFactor = 0.26179938779914941 20 ArrowheadAngleFactor = 0.26179938779914941
21 # 0.5 * math.atan(math.sqrt(3.0) / 3.0) 21 # That is: 0.5 * math.atan(math.sqrt(3.0) / 3.0)
22 22
23 23
24 class E5ArrowItem(QAbstractGraphicsShapeItem): 24 class E5ArrowItem(QAbstractGraphicsShapeItem):
25 """ 25 """
26 Class implementing an arrow graphics item subclass. 26 Class implementing an arrow graphics item subclass.

eric ide

mercurial