Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello All,
A quick question. Does QStandardItemModel::insertRow require to call beginInsertRows prior?
Thanks in advance for your help. Regards, Sat
Hi,
Are you trying to re-implement that non-virtual function ?
@SGaist For now, I'm not going to re-implement that function.
Sat
Good because it's not a virtual function so it wouldn't make sense to re-implement it.
Thanks for your help, @SGaist. Now I can go forward with my implementation. (Of course, I'll carefully test. ;))