QTableWidget column header offset
-
I want to remove the offset of the column header but with no success..
I still want to be able to setResizeMode(QHeaderView::ResizeToContents)No success with:
_ui.tableSweeps->horizontalHeader()->setOffset(0);So, how can I remove the spaces from both sides of my column header label?
Thanks!
-
I want to remove the offset of the column header but with no success..
I still want to be able to setResizeMode(QHeaderView::ResizeToContents)No success with:
_ui.tableSweeps->horizontalHeader()->setOffset(0);So, how can I remove the spaces from both sides of my column header label?
Thanks!