Underlining tableview header
Solved
General and Desktop
-
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.
-
@gabor53
Have you tried text-decoration property with type underline?