<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=378100108-25022003>I have a function in
the main thread that adds an item to a QListView. If called from the main
thread, this works fine. However if I call this same function from a
separate thread, the items are displayed in the lsit view, but QlistView seems
to lose the pointer(s) to the items in QListView.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=378100108-25022003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=378100108-25022003>I have used the
python thread module and have not put any locking in.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=378100108-25022003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=378100108-25022003>this is my first
effort at using of threads so I may have made some silly
mistake.</SPAN></FONT></DIV></BODY></HTML>