Hi

Working on Qt4.4 on my mac machine,

I used QLabel to display text in QTreeWidget by using setItemWidget, It works fine, but when I scroll QTreeWidget up or down, the item in the QLabel will disappear. What can I do when I scroll QTreeWidget up or down the item in the label will not dissapear.

Thanks