On Friday 27 April 2007 7:05 am, Pradnyesh Sawant wrote:
> On 4/27/07, Pradnyesh Sawant wrote:
> > Hello, i have the following code:
> > #
> > import time
> > import sys
> > from PyQt4 import QtGui, QtCore
> >
> > class Counter(QtCore.
On 4/27/07, Pradnyesh Sawant wrote:
> Hello, i have the following code:
> #
> import time
> import sys
> from PyQt4 import QtGui, QtCore
>
> class Counter(QtCore.QThread):
> def __init__(self):
> QtCore.QThread.__init__(sel
Hello, i have the following code:
#
import time
import sys
from PyQt4 import QtGui, QtCore
class Counter(QtCore.QThread):
def __init__(self):
QtCore.QThread.__init__(self)
def run(self):
cntr = 0
while