Re: Flushing PyQt's Event Queue

2008-12-10 Thread Chris Mellon
On Wed, Dec 10, 2008 at 6:30 AM, ff <[EMAIL PROTECTED]> wrote: > Hi, I am writing an app which models growth of a system over time > visually which is activated by button clicks, and when the loop > finishes running i dont want any events [mainly clicking on buttons] > that happened during the loop

Flushing PyQt's Event Queue

2008-12-10 Thread ff
Hi, I am writing an app which models growth of a system over time visually which is activated by button clicks, and when the loop finishes running i dont want any events [mainly clicking on buttons] that happened during the loop to be put into action since then it may run multiple times without the