[PyKDE] Window refresh from another process

Albert Cervera Areny informatic at sedifa.com
Wed Jul 2 10:24:00 BST 2003


  Hi, I'm developing a small frontend which runs a XML-RPC server and each
time it receives an event it adds an item to a QListView and
prints something in a QLabel.

  The problem is that when the event occurs the window isn't refreshed
until I move the mouse cursor. The XML-RPC process calls the window
addEvent function (I've written) and the last thing it does is calling
self.repaint(0) but it doesn't work.

  Does somebody have a clue of how I could solve this?

Thanks in advance!

Albert Cervera Areny






More information about the PyQt mailing list