[PyQt] Re: stdin processing

Vladimir Pouzanov farcaller at gmail.com
Wed Nov 7 06:04:53 GMT 2007


Michiel De Hoon <mdehoon <at> c2b2.columbia.edu> writes:

> 
> I believe that this is because the QFile object as implemented in the Qt
> library on which PyQT builds does not emit the readyRead signal either. See:
> 
> http://doc.trolltech.com/4.3/qfile.html

QFile inherits QIODevise that has such a signal. But anywas I can reach the
reading code from QSocketNotifier, I just can't read it the way I want
(non-blocking).





More information about the PyQt mailing list