Actions
Feature #7786
open
VJ
WStandardItemModel::insertRow returns void instead of WStandardItem*
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:
VJ Updated by Velvet Jones almost 6 years ago
Ugh, I just realized that it probably doesn't make sense to return just one of the items in 'items'. But the question still stands; how to select a row I just inserted?
VJ Updated by Velvet Jones almost 6 years ago
I suppose WStandardItemModel::appendRow() and insertRow() should return a WModelIndex.
Actions