PDA

View Full Version : How to show color filled circle in QTableWidget as QTableWidgetItem?



mofajjal
31st August 2010, 06:11
Dear All,

I am trying to display the value of some points of a graph in a QTableWidget and also their corresponding color with color filled circle. I have tried to put it with QTableWidgetItem , but couldn't do so. I have succeeded to insert data values but just could not insert the color'ed circle.

could anybody please help me?