Quote Originally Posted by jacek View Post
Maybe you should reimplement QItemDelegate::createEditor() instead and assign the validator to the editor there?
The problem with that is that it still allows you to TAB to the next cell. It just doesn't store the data in the model. It doesn't provide any cursor control.