I need a QWidget to use (occupy, fill) an entire row in a QTreeview with several columns, but I can't find any clues on how to do such thing neither in the docs or the web. I guess this is not a super strange scenario, so it should be rather easy(?). I hope so.
Thanks in advance!
EDIT:
Btw, the idea behind this is to mark rows as "deleted" instead of just removing them from the view. I want the original content of the row cells to stay where it was before the deletion, obscure the row and show a semi-translucent label or image on top of the entire row saying "CONTENT DELETED" or something like that.