Hi! I'm trying to change the background color of my QTableWidget horizontal header item but it's not working.
Qt Code:
tblCol1->setBackground(Qt::red); tableWidget->setHorizontalHeaderItem(0, tblCol1);To copy to clipboard, switch view to plain text mode
Is there other way to do this?
thanks..
Bookmarks