Example #1
0
 def __init__(self):
     State.__init__(self)
Example #2
0
    def __init__(self):
        State.__init__(self)
        self.start = QPoint(0, 0)

        self.old_offset = QPoint()
Example #3
0
 def __init__(self):
     State.__init__(self)
     self.point = None
Example #4
0
 def __init__(self):
     State.__init__(self)
Example #5
0
    def __init__(self):
        State.__init__(self)

        self.control1 = None
    def __init__(self):
        State.__init__(self)
        self.start = QPoint(0, 0)

        self.old_offset = QPoint()
Example #7
0
 def __init__(self):
     State.__init__(self)
     self.point = None