I have a requirement where I have QAbstractListModel which is being updated continuously. The data type of QAbstractListModel is integar type.
I would like to copy the whole data at particular intervals into the vector so that vector is updated continuously and I can use it further.
Any idea how can I iterate QAbstractListModel by its index and copy it into vector.