QHeaderView has a showSortIndicator property. Does this only show the indicator on the currently sorted column?
You could also try implementing a Qt::DecorationRole in your model's headerData() method to set an icon for those columns that can be sorted. Something like the sort toolbar buttons that are shown in Excel or other spreadsheet apps.
Bookmarks