how does this handle the following thing:
Qt Code:
computing very much A break -> processEvents() compute something compute something compute very much B continue with A computing very much A ..To copy to clipboard, switch view to plain text mode
will A continue only after B is finished?
so when i call A in B, then i'll get a recursion?
regards..
aman..
Bookmarks