How to hide all verticalHeaderItem's of QTableWidget?
How to hide all verticalHeaderItem's of QTableWidget?
Try this:
Qt Code:
mywidget->verticalHeader()->hide();To copy to clipboard, switch view to plain text mode
If it doesn't work, try iterating over all verticalHeaderItem's and delete them.
Bookmarks