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.
I’ve written a PyQT application for doing automized measurements.
The application layout is very simple:
The user interface lives in the main thread. There is a second thread (which is
started by the main thread) for doing all the measurements.
This measurement-thread implements a state-machine