Currently I have this code:
self.tblDinamic = QTableWidget()
self.tblDinamic.setFont(font)
And I want to set/change the default blank/white color of these background.
I don't know if I can change it in general (in the own QTableWidget()
) or I should change it in his QTableWidgetItem()
. But if I can, I prefer change it on QTableWidget()
Anyone could help me? Thank you!