Has anyone played with the QDataWidgetMapper in releation with a QSqlRelationalTableModel. In other words having an input mask for various table fields as well as showing the full table. When I insert a new record into the table it looks like the mapper is not submitting the data correct when using
Qt Code:
  1. mapper->setSubmitPolicy(QDataWidgetMapper::AutoSubmit);
To copy to clipboard, switch view to plain text mode 

Thanks.