Hi,
I have the following header from a QStandardItemModel displaying data from a db in a table:
ui->tableView_fix->horizontalHeader ()->setStyleSheet ("QHeaderView{font: 14pt Arial; color: blue; font-weight: bold;}");
How can I underline the header? Thank you.