Re: [Tutor] PyQT GUI Threading example

2012-02-09 Thread xDog Walker
On Wednesday 2012 February 08 06:46, R.S. wrote: > I can't find any full example of threading with many threads working and > updating GUI (precisely i need QTreeWidget). I can only find: not updating > GUI examples, updating GUI examples with one thread. But i just can't find > what i need. Could

[Tutor] PyQT GUI Threading example

2012-02-08 Thread R.S.
I can't find any full example of threading with many threads working and updating GUI (precisely i need QTreeWidget). I can only find: not updating GUI examples, updating GUI examples with one thread. But i just can't find what i need. Could anyone share working example with many threads updating G