So, I have a question about creating a subclass of the QItemDelegate... often named "MyItemDelegate"

I am trying to create a border around certain rows of my QTableWidget, would this be possible by subclassing the QItemDelegate? If yes, then how exactly would i do that?

Everything i have looked up about the QItemDelegate hints that subclassing it would only allow me to customize individual items in the table, and not the whole row. But then again, im no Qt expert and im still learning.

Please, any help would be greatly appreciated. Thanks!