PDA

View Full Version : Any widget to show notifications for all cells in a column in QTableWidget?



rawfool
25th April 2012, 12:36
I want to add different kinds of notifications for each cell in a column of a QTableWidget. Are there any options available like in the pic attached herewith ?
7626

qlands
25th April 2012, 12:59
Hi,

There are many ways to do that. QTableWidgetItem has icon and you can draw the icon using svg or having pngs for each state. Also if you use model-view you can have a custom delegate that draw the state based on the state.

Carlos.