示例#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