QMutableListIterator out of Bounds Programming Software Development by capton After appending an item to a QList which is pointed to by a QMutableListIterator, I find out the next value of the iterator points outside the list. Or can't i point the iterator to any where in the list except the beginning and end? Please i need help. Re: QMutableListIterator out of Bounds Programming Software Development by np complete What is QList ? What is QMutableListIterator ? Can't understand your question correctly. Re: QMutableListIterator out of Bounds Programming Software Development by capton Qt Classes.