Longer explanation is here:
http://doc.trolltech.com/qq/qq27-responsive-guis.html
In short, network transfer is asynchronous - you schedule some request and then return from the function and Qt will notify you using a signal that the data is ready. You can then process it (read it to a buffer or process immediately) and return from the function. When more data arrives, you will be notified again. In the meantime the application can do other things (like refresh the user interface or make coffee).





Reply With Quote

Bookmarks