So I have a QTableWidget. The vertical header has no labels set, therefore qt4 numbers the rows automatically from 1. I would like to set that numbering to start from 0 without having to make a new QStringList to use with setVerticalHeaderLabels and to update it frequently when a new row is added.
How can this be done ?


Reply With Quote
Bookmarks