[PyQt] PyQT UI freeze after long-run

baneyue baneyue at gmail.com
Thu Oct 10 01:08:03 BST 2013


On Fri, Sep 27, 2013 at 02:18:34PM +0200, Robert Schilling wrote:

> This measurement is running about an hour. It continuously sends signals to the UI which prints them in a text field.

Do you have a lot of text in your text field?

The problem is that the text field holds too much content.

So the solution is simple: you need to clear your text field periodly.


Regards
baneyue


More information about the PyQt mailing list