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

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