Esempio n. 1
0
 def __init__(self):
     State.__init__(self)
Esempio n. 2
0
    def __init__(self):
        State.__init__(self)
        self.start = QPoint(0, 0)

        self.old_offset = QPoint()
Esempio n. 3
0
 def __init__(self):
     State.__init__(self)
     self.point = None
Esempio n. 4
0
 def __init__(self):
     State.__init__(self)
Esempio n. 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()
Esempio n. 7
0
 def __init__(self):
     State.__init__(self)
     self.point = None