Example #1
0
 def __init__(self, other):
     AcquireProgress.__init__(self)
     QtCore.QObject.__init__(self)
     self.other = other
Example #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
Example #5
0
 def __init__(self, cb=None):
     AcquireProgress.__init__(self)
     self._id = long(1)
     self.cb = cb
Example #6
0
 def __init__(self, other):
     AcquireProgress.__init__(self)
     QtCore.QObject.__init__(self)
     self.other = other
Example #7
0
 def __init__(self):
     AcquireProgress.__init__(self)
     self._continue = True
     self._context = GLib.main_context_default()
     super(GAcquireProgress, self).__init__()
Example #8
0
 def __init__(self):
     BaseAcquireProgress.__init__(self)
Example #9
0
 def __init__(self, sig):
     AcquireProgress.__init__(self)
     self.percent = 0.0
     self.a = ProgressBar()
     self.other = False
     self.sig = sig
Example #10
0
 def __init__(self):
     BaseAcquireProgress.__init__(self)