Hi again,
I am now using class QList<QWidget*> but still have an issue with the following methods because they are unsupported in Qt 4 (they were in the Qt 3 API):
findRef()
removeRef()
Do I need to use QListPtr to get the same functionality in Qt 4, or is there another approach?
Thanks,
Amanda
Bookmarks