How to enable or disable highlight of cell in QTableWidget.
Unsolved
General and Desktop
-
I have a scenario where i don't need a highlight of cell in tablewidget while single selection is done and need a highlight when rows/columns are selected. Also after selection if i change the background color of cell it should be updated immediately without expecting a mouse click again or some tab focus. Any help is much appreciated.