Hi,
I have a QTreeWidget with several items, and I have a timer running to dynamically change the text of the tree item each few seconds.
I then use QTreeWidgetItem::setText trying to update the content, but nothing changes in the tree display, unless I click a button on the item or change the selection, or cover and window on the tree and then expose it...
How can I force the tree to repaint? I call QTreeWidget::repaint and it crashes, I also try QTreeWidget::update but nothing work, I also use QApplication::sendEvent( myTree, ...), and it does not work either....
Any comments?
Thanks
Bookmarks