Hi everybody,
I am searching examples how to use insertRow(); removeRow(); and updateRowInTable();
Can i find somewhere examples?
for display a table i havent problem. But how to construct and use insertRow(); removeRow(); and updateRowInTable();

Qt Code:
  1. QString table = ui.tabelle_le->text();
  2. model->setTable(table);
  3. model->setEditStrategy(QSqlTableModel::OnManualSubmit);
  4. model->select();
  5.  
  6.  
  7. ui.tableView->setModel(model);
  8. ui.tableView->show();
To copy to clipboard, switch view to plain text mode 

If somebody have some finish examples why not

Thanks again