QToolbox remove item
General and Desktop
4
Posts
3
Posters
4.7k
Views
1
Watching
-
Two questions in one I guess,
I have a QToolbox and in every item in the toolbox I have a QTextEdit.
I would like to remove one item from the toolbox and delete this items QTextEdit from memory.I have tried toolBox.removeItem(indexNum) but nothing happens?
To delete the QTextEdit I have tried close() and destroy() but somehow its still there eventhough its not visible.
Thank you