Qt-interest Archive, March 2007
Background color of a cell in QTable
Message 1 in thread
Hello all,
I have a table where cells contain some text in them but I would also
like to set their background color. Is that possible in Qt 3.3? How?
I've checked the QTable docs without luck.
Regards,
--
[ signature omitted ]
Message 2 in thread
Hi,
> I have a table where cells contain some text in them but I would also
> like to set their background color. Is that possible in Qt 3.3? How?
> I've checked the QTable docs without luck.
QTableItems shouldn't be much different from list items. Check this:
Fancy List Items
http://doc.trolltech.com/qq/qq08-fancy-list-view.html
--
[ signature omitted ]