Hi,
Can anybody tell me , what all are the "benefits and isues" while moving from Q3PtrList to QList.
Will i get good perfomance while using QList instead of Q3PtrList.
i am planing to use the QList like to this ( almost everywhere in my project )
QList< MyWidget* > _list;
QList< MyWidget* > _list;
To copy to clipboard, switch view to plain text mode
Old code in my project
Q3PtrList<MyWidget> _list;
Q3PtrList<MyWidget> _list;
To copy to clipboard, switch view to plain text mode
Please explain the things/places where i have to give extra care while using this QList , as it is dealing with <MyWidget *> .
thank you
Bookmarks