Hi.

If I select some cell in widget, then the header font start to be bold. I try to use setStyleSheet()
m_ui->InfoWidget->horizontalHeader()->setStyleSheet("font: normal;");
But it's not work. How to get normal font when some cell is select?