Remove QTableWidget header separator line
Unsolved
General and Desktop
-
I want to know if there is a way to remove/hide
QTableWidget
header separator line. If there's, if it's possible to remove only the one you choose.I want to remove/hide that line because I need that column but I don't want it to have a header name.
Thanks you.
-
Hi,
Do you mean have one header span two columns ?
-
You have an example here using a subclass of QHeaderView.