Hello:<br>&nbsp; Is there any way to set the highlighted text color of
QTreeWidgetItems?&nbsp; Using setColor or setForeground, it only sets the
color of the non-highlighted text.&nbsp; QTreeWidgetItems don&#39;t seem to have
a setPalette call but the QTreeWidget does.&nbsp; The problem with setting
the palette on the QTreeWidget is that it sets the highlighted text
color for all items in the tree.&nbsp; I&#39;d like to do it on an individual
item basis.&nbsp; Is this possible?&nbsp; Thanks!