[Qt-interest] Immortal Programs!

Gary Coulbourne gcoulbourne at mediaguide.com
Mon Jul 6 17:58:39 CEST 2009


Oliver.Knoll at comit.ch wrote:
> What is confusing me is that how could the QXmlSimpleReader be busy, and NOT blocking the GUI, if it is in 

Not sure... if I get a chance, I'll try to write an example program that
duplicates the behavior and processes some significantly large XML file.

The GUI continues to run just fine while QXSR runs.   I should take a look at
the source for it and see if it is liberally peppered with calls to continue
to run the event loop, so that the app remains responsive while the XML is
parsed.  Although, wouldn't the event loop die if it were told to quit as soon
as it was invoked again?

Thanks!

Peace,
Gary



More information about the Qt-interest-old mailing list