On 2009-05-04, Airton Arantes wrote:
> Hello Folks, I'm beginning using PyQt through the book Rapid "GUI
> Programming with Python and Qt".
>
> I'm seeing a strange statement at chapter 4(page 129).
>
> while QTime.currentTime() < due:
>     time.sleep(20) # 20 seconds
>
>
> Where I must to put this statement above? I did this so far:
>
> http://pastebin.com/m645e6291

All the book's examples are available online so you can download them
and see them complete and in context:
http://www.qtrac.eu/pyqtbook.html


-- 
Mark Summerfield, Qtrac Ltd, www.qtrac.eu
    C++, Python, Qt, PyQt - training and consultancy
        "Programming in Python 3" - ISBN 0137129297

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to