Hello

Before I start uploading a load of code...

What would cause QAbstractItemModel::headerData not to get called.

To debug my code - I've gone back to the C:\Qt\4.1.0\examples\itemviews\simpletreemodel and modified this code to try and show a tree within a QDialog widget. But unable to see header columes. I've noticed that the TreeModel ::headerData never gets called after my modifications.

Can't figure out why this would be. Any ideas.

Harvey