Re: pyqt4 signal/slot using PyObject* and shortcut
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.
Re: pyqt4 signal/slot using PyObject* and shortcut
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