Hey guys, how can I change the color of a text in a QTreeWidget??
I want some lines displayed in red, I used:

void QWidget::setForegroundRole ( QPalette::ColorRole role )

but nothing happened!
I'm using Qt-4.3 in linux.