Basic support for update in Crud implementation, error reporting and transfering data to modified set is still missing.
This commit is contained in:
parent
3fb32f1200
commit
d626c19e14
15 changed files with 530 additions and 83 deletions
|
|
@ -32,6 +32,9 @@ private:
|
|||
PgClass m_table;
|
||||
|
||||
CrudModel *m_crudModel = nullptr;
|
||||
|
||||
private slots:
|
||||
// void tableView_currentRowChanged(const QModelIndex ¤t, const QModelIndex &previous);
|
||||
};
|
||||
|
||||
#endif // CRUDTAB_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue