Can the vertical and horizontal headers be removed or hidden ?
Printable View
Can the vertical and horizontal headers be removed or hidden ?
try to get a hold on QHeaderView* from QTableWidget then hide them by setVisible()
Code:
tableView->horizontalHeader()->hide();