Hi all,
I have a widget who is a QTreeWidget with a search box.
I only show items who contains the text in the search box.
I would highlight the part of the QTreeWidgetItem name who is the search box value.
I would a simple background color on the part of the name found.
Is it possible with Qt ? How can I got it working ?
Thanks for the help