PDA

View Full Version : The problem with the display of QListWidget



whyisosad
6th May 2008, 10:59
There is a QListWidget in my program and there are many QListWidgetItem. The ViewMode is IconView. I want to change the text of the item dynamically. But when I change the text, the original text of the item is still display in the QListWidget. How can I solve this problem? And how can I align the items vertically and horizontally?

jpn
12th May 2008, 19:41
May we see some code how do you change the text?