Is it possible to change the QTableWidgets background colour at once?
Till now i was taking each QTableWidgetItem and changing its colour...
But thats taking time and sometimes crashing program,
So is there any other method to change the background colour of the QTableWidget?