Hello, I am trying to implement the color of the text in certain column of my QTableView, without success
To paint the cell, just use the code below in my working delegate:
painter->fillRect(option.rect, QColor(255, 40, 0));
To change...
asked by
02.01.2017 / 20:59