Hi, i use PyQT5, i have a QStandardItemModel in which i appendRows, which consist of QStandardItems.
One of this QStandardItem consists of data, part of which i want to highlight (add bold or strikeout or another color).
This data part is a unique id which i will find with regexp.
So the main question is how to add some styling to only PART of DATA (not the whole cell, not whole QStandardItem, but only part of its text).
Thanks in advance.