Hello anyone,

Iám using Qt 4.3.2 on Windows XP.
In my MainWindow i have a TableView this TableView i use for showing a database.
I have set myTableView to a model.
Everything works perfect i see the database the columns and rows en de headers.
I have subclass the SQLTableModel into CustomSqlModel because to change the background for the collumns in different colors works also perfect. (BackgroundColorRole)
My question is it possible to change the backgroundcolor of the headers im my database.
I have tried to do this in the CustomSqlModel with no success or must i use itemdelegate.
I have also tried with stylesheet no success.

Thanks in advance.