Is it possible to add an Input Mask or Validator to a QTableWidgetItem? Given how they don't inherit anything from anyone and there's nothing relevant in the documentation, I'm guessing not, but... I've been wrong before.

Will I have to use a series of QLineEdit's to do the job?