示例#1
0
 def __init__(self, other):
     AcquireProgress.__init__(self)
     QtCore.QObject.__init__(self)
     self.other = other
示例#2
0
 def __init__(self, cb=None):
     AcquireProgress.__init__(self)
     self._id = long(1)
     self.cb = cb
 def __init__(self, pbar, status_label):
     AcquireProgress.__init__(self)
     self.pbar = pbar
     self.status_label = status_label
     self.percent = 0.0
 def __init__(self, pbar, status_label):
     AcquireProgress.__init__(self)
     self.pbar = pbar
     self.status_label = status_label
     self.percent = 0.0
示例#5
0
 def __init__(self, cb=None):
     AcquireProgress.__init__(self)
     self._id = long(1)
     self.cb = cb
示例#6
0
 def __init__(self, other):
     AcquireProgress.__init__(self)
     QtCore.QObject.__init__(self)
     self.other = other
示例#7
0
 def __init__(self):
     AcquireProgress.__init__(self)
     self._continue = True
     self._context = GLib.main_context_default()
     super(GAcquireProgress, self).__init__()
示例#8
0
 def __init__(self):
     BaseAcquireProgress.__init__(self)
示例#9
0
 def __init__(self, sig):
     AcquireProgress.__init__(self)
     self.percent = 0.0
     self.a = ProgressBar()
     self.other = False
     self.sig = sig
示例#10
0
 def __init__(self):
     BaseAcquireProgress.__init__(self)