Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Underlining tableview header
-
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?
-
@Ratzz
Thank you. That worked.