[Qt-interest] 'Report View' style QTableWidget

Sean Harmer sean.harmer at maps-technology.com
Fri May 29 17:46:02 CEST 2009


Hi,

Please reply to the list.

On Friday 29 May 2009 15:47:08 you wrote:
> Perfect!  Thankyou.
No problem.

> Is it possible to stop the header from displaying the column names in
> bold when a row is selected?
Try something like this:

myTableView->horizontalHeader()->setHighlightSections( false );

Sean




More information about the Qt-interest-old mailing list