<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div>Hi,</div><div><br></div><div>I created an application that contains a worker thread (derived from QThread) sending a signal to the main UI thread which displays status messages in a QListWidget.</div><div><br></div><div>Adding strings to the QListWidget works fine, however the list doesn't scroll to the end. I'd like the list to scroll to the bottom every time a new string is added.<br></div><div><br></div><div>I tried scrollToBottom() and it froze the application. Another thing I tried is retrieve the last item and call scrollToItem(), with the same result.<br></div><div><br></div><div>I am running PyQt 4.7 and Python 2.5 on Vista 64.<br></div><div><br></div><div>What am I doing wrong :-( ?<br></div><div><br></div><div>Thanks,</div><div>Christian<br></div></span></body></html>