Hello: Is there any way to set the highlighted text color of QTreeWidgetItems? Using setColor or setForeground, it only sets the color of the non-highlighted text. QTreeWidgetItems don't seem to have a setPalette call but the QTreeWidget does. The problem with setting the palette on the QTreeWidget is that it sets the highlighted text color for all items in the tree. I'd like to do it on an individual item basis. Is this possible? Thanks!
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
