Feature #7786
WStandardItemModel::insertRow returns void instead of WStandardItem*
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/16/2020
Due date:
% Done:
0%
Estimated time:
Description
The following should work:
tableview->select(model->indexFromItem(model->insertRow(model->rowCount(),items)));
Is there another simple way to select the row I just inserted?