Hello all!
I have a QStandardItemModel getting filled with the data and then dispalyed in QTreeView in a form. I would need to highlight few lines with a red color in that TreeView, let's say all lines which starts with A and the other lines remain black. I can't find color property neither in QStandardItemModel nor in QTreeView. Is it possible to make raws of different colors like this?