Hi...got a little question...
when I create widget this way:
OpenHistoryView *sentMsgHistoryView = new OpenHistoryView(this);
and "this" is a MainWindow (main application)...why isnt the widget deleted when I close the MainWindow that is actually a parent of it ?? or it just doesnt behave as I supposed it should ?
By deleted I mean Destroyed/Closed with the mainwindow....I dont understand why not
anyone ideas ?
THANKS