Hello,
I want to know how to color some characters in a cell in an array, I use QTableView with cells that contain QStandardItem.
Thank you!
Hello,
I want to know how to color some characters in a cell in an array, I use QTableView with cells that contain QStandardItem.
Thank you!
You need a custom item delegate that will either do the drawing by itself that does what you want or will use QTextDocument API to render rich text.
Sabri (29th May 2018)
Bookmarks