I am using a QTableView to display user activity in my application.
My model contains four columns, each column displays a different type of text like:
- username in the 1st column
- user activity in the 2nd column
- details of activity in the 3rd column
I want to display both the text of 2nd and 3rd columns in a single column with a different text color separated with a "-".
My application currently looks like this:
However, I want it to look similar to this
Can someone please help me to solve this out, thanks in advance