Re: [PyQt] customEvents causing seg fault?

2008-02-02 Thread Giovanni Bajo
On Wed, 2008-01-30 at 11:47 -0800, gct wrote: > > OK so I've got a thread that monitors some hardware, and periodically sends > a > custom event back to the GUI to basically mirror an internal table to a > QTable I have on the GUI. I'm told this is the proper way to update GUI > elements from a

[PyQt] customEvents causing seg fault?

2008-01-30 Thread gct
OK so I've got a thread that monitors some hardware, and periodically sends a custom event back to the GUI to basically mirror an internal table to a QTable I have on the GUI. I'm told this is the proper way to update GUI elements from a thread other than the main one. My problem is, despite th