I am using QTableView\'s checkbox flag of Qt::ItemIsUserCheckable to display a checkbox in a table cell.
After reading some things on alignment in an attempt to
Probably not the answer you're looking for, however I found it much easier to implement my own checkbox item delegate when using qtableviews.