i have a tree model, and all sorts of tree items. i want to be able to recover deleted items (say using undo command) from the tree by holding them outside of the model after they have been removed from it.
generally and Qt specifically speaking, will using a shared pointers for child items be a bad call?
on a different note, which is a better container for QSharedPointer - a QList or a QVector?


Reply With Quote


Bookmarks