Qt stylesheets: QHeaderView draws header text in bold when view data is selected
I haven't tested it, but setting the QHeaderView::highlightSections property to false should do the trick.
You can get a pointer to a QHeaderView object using QTableView's verticalHeader()
and horizontalHeader()
methods.