Hello,

In QT3 I reimplement "compare" in my QListViewItem. But now in QT4, I am using QTreeWidgetItem and I don't know how to customize the sorting. I want to sort alphabetically except for one item in the tree that I always want at the end.

How do I do that?

Thanks.

Marc-Andre