Example #1
0
 def line_to_tuple(self, line: QLineF):
     return line.x1(), line.y1(), line.x2(), line.y2()