View Single Post
Posts: 46 | Thanked: 5 times | Joined on Sep 2009
#3
Originally Posted by :-) View Post
One way to do this is to call the application's processEvents() method every so often. You could try calling it after you read each line, though it might be a bit inefficient to do so. The global QApplication instance is available as the qApp object, or you can obtain it using QApplication.instance().
That is certainly and idea, thanks for the input.

On a further note, I resolved this using a QThread