You can write a slot/function like this
Qt Code:
{ if (tableName != tableModel->tableName()) { tableModel->setTable (tableName); tableModel->select(); // to populate the model } }To copy to clipboard, switch view to plain text mode
You can write a slot/function like this
Qt Code:
{ if (tableName != tableModel->tableName()) { tableModel->setTable (tableName); tableModel->select(); // to populate the model } }To copy to clipboard, switch view to plain text mode
A camel can go 14 days without drink,
I can't!!!
Bookmarks