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).
Hi folks.. How can i update a QList Element after iterating it and checking for a particular value using QListIterator?
use QMutableListIterator. It should help.
sir, will appreciate your efforts if provided some code example
cool. Just have look at Qt Documentation & google hit QListMutableIterator gives you the example you are looking for.
Or just convert to stl-style iterators (QList<T>::iterator) instead of using Java ones
QList<T>::iterator