[Kde-devel-es] Coloreando un KListView... paintCell?

Jaime Robles jaime at kde.org
Sun Mar 14 23:54:09 CET 2004


El Domingo, 14 de Marzo de 2004 22:37, Albert Astals Cid escribió:
MUCHAS GRACIAS!

¿Cómo llamas luego a paintCell?
Lo digo porque hay que decirle qué "item" quieres pintar ¿no? Yo NO entiendo 
el width/alignment... :-?

> void myPlayerListViewItem::paintCell(QPainter *p, const QColorGroup &cg,
> int column, int width, int alignment)
> {
>         QColorGroup _cg = cg;
>         if (p_injured)
>         {
>                 _cg.setColor(QColorGroup::Base, Qt::red);
>                 _cg.setColor(QColorGroup::Text, Qt::white);
>                 _cg.setColor(QColorGroup::Highlight, Qt::black);
>                 _cg.setColor(QColorGroup::HighlightedText, Qt::white);
>
>         }
>         QListViewItem::paintCell(p, _cg, column, width, alignment);
> }

-- 
Un saludo,
	Jaime Robles - http://jaime.robles.nu
	jaime at kde.org
	Coordinador KDE-es - KDE Spanish Translation Team
	http://www.kde.org/es  - http://es.i18n.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: signature
Url : http://mail.kde.org/pipermail/kde-devel-es/attachments/20040314/c51646aa/attachment.pgp


More information about the Kde-devel-es mailing list