Hi there.

I have a little problem to solve for my current project UltraStar Manager.

Sorting in a QTreeWidget works fine as long as there is Text to sort. But how can I enable correct sorting for columns where only Icons appear?

These icons are "ticks" and "crosses". I would like to have "tick > cross" If you know what I mean...

So long