Hi,

I have two different QStandardItemModels filled with data. I want to create a new QStandardItemModel and append or add to it with the copies of the two QStandardItemModels I have. Do I have to loop through the data of the two I already have to add to the new QStandardItemModel, or is there an easier, more efficient way of doing this?

(using Qt4.3.0)

Thanks
James