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:
model->setTable(table); model->select(); ui.tableView->setModel(model); ui.tableView->show();To copy to clipboard, switch view to plain text mode
If somebody have some finish examples why not![]()
Thanks again![]()
Bookmarks