I was having some issues getting the TableView to display a QCheckBox and have it interact correctly. Low and behold the issue was that I never implemented the set on the model. For anyone else having issues, I tweaked the querymodel example to have a selected field, here is the complete code:

querymodel..zip

Q: How does one go about getting the QCheckBox to be centered in the TableView?

Sam