PDA

View Full Version : Making one row colorful of a table in qt3



omprakash
17th July 2008, 16:20
dear friends
this is regarding qt3
i want one row of a table to be colored.
plz help me yaar.

jacek
26th July 2008, 00:11
You have to subclass QTableItem and reimplement QTableItem::paint(). It was a common question, so if you search a bit you will find an example.