简体   繁体   中英

Change the color of a horizontal header in a QTableWidget

I only want to change the color of the vertical header. Couldn't do anything with the stylesheet feature and all the solutions online are only for QTableView.

    tableWidget->horizontalHeader()->setStyleSheet("color: red");
    tableWidget->verticalHeader()->setStyleSheet("color: red");

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM