How to change the text color in QTableView
Hi All
I want to change the color of the text in some cells in QTableView.
How to do this?
2 replies
Rajveer, are you using a QTableView this time, or are you really using a QTableModel as you were in your last questions?
In the latter case, you should check out setting the Qt::ForeGroundRole on the cell you want to color.
If you really have your own model, then you need to return this color as a variant from your data() method, but I doubt you are doing that.
You must log in to post a reply. Not a member yet? Register here!


