I have seen this question asked before, but I did not quite see an answer that cleared it up for me. A QTreeView has rows and columns. Is there a way to draw gridlines so that each row and column is clearly outlined or just vertical lines to separate columns? I looked at Qt Designer and their Property Editor does this. Does creating a feature like this require reimplementing the drawRow function or is there a straight forward way to do this?

Thanks in advance