On Thu, 10 Oct 2013 10:27:10 +0200, Johnny Karlsson
wrote:
> Hi! I’m experiencing a problem that might be a bug in PyQt. I've made
> a code example that demonstrates the problem:
>
> class CommClient(QObject):
>
>def __init__(self, parent=None):
> QObject.__init__(self)
> self._d
Hi! I’m experiencing a problem that might be a bug in PyQt. I've made
a code example that demonstrates the problem:
class CommClient(QObject):
def __init__(self, parent=None):
QObject.__init__(self)
self._devicelist = ""
self.timer = QTimer()
self.timer.timeout.connect(