You can't copy QWidgets, so you can only create a list of pointers --- QList< QWidget * >.
As for the next() and prev(): use QListIterator.
You can't copy QWidgets, so you can only create a list of pointers --- QList< QWidget * >.
As for the next() and prev(): use QListIterator.
Amanda (8th November 2006)
Bookmarks