Hi,
Please help. How can i remove index from QTableWidget
Hi,
Please help. How can i remove index from QTableWidget
Not quite obvious, there are two views the vertical and the horizontal header, they are defined in QTableView
, as any widget you can hide them so its
myTableWidget->verticalHeader()->setVisible(false);