I\'m still learning Qt and I am indebted to the SO community for providing me with great, very timely answers to my Qt questions. Thank you.
I\'m quite confused on t
For posterity:
The default implimentations of setHeaderData() and headerData() in QAbstractItemModel do not do anything. You can (should?) (re)impliment headerData() in order to return useful a label.