PDA

View Full Version : Deleting controls



alisami
18th June 2008, 15:12
Hi,

I'm developing a class composed of checkboxes. I have added context menus for the check boxes for delete operation. How am I supposed to delete the widgets from the list when the delete method is invoked from the widget itself (via context menu). Is there an other method for removing the widgets with a context menu ?

alisami

alisami
18th June 2008, 15:19
I guess I have to use the deleteLater() method :)