Hello everybody.
I am using a QTreeview with multiple columns in one of our projects.
In this TreeView, some columns build a logical group and I just wondered if there is a way to eliminate the separator between those grouped columns (resizing them is already deactivated). Having the separator shown isn’t a big problem, it just looks ugly ;)
Important is, that the separators shouldn’t be removed for all columns, but only for specific ones…
I guess the best solution would be to display the information of those grouped columns in a delegate and actually make it a single column, but this would cause quite a lot of refactoring work, which unfortunately is no option…
Does anyone know another way to do this?
↧