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

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