The documentation says to remove an item, use takeItem but you are responsible for deleting that item yourself.
Qt Code:
delete item;To copy to clipboard, switch view to plain text mode
The documentation says to remove an item, use takeItem but you are responsible for deleting that item yourself.
Qt Code:
delete item;To copy to clipboard, switch view to plain text mode
Yes, but you don't have to take() it, if you delete it, it is taken out automatically by the destructor.
Bookmarks