In case I dont need to do any particular thing with widgets, it is neccesary to create them always with parentwidget parameter?
Another question, I have a custom widget, I create a Qframe, a layout for it, and 3 widgets (added to the layout)
If a Qframe is the parent of a Qlayout and inside it I have the 3 widgets.... At the time of delete the whole custom widget have I to delete every widget or in case there are right parentwidget for everyone, is it right to delete only the main parentwidget ? (if not, then I dont know the meaning of givin parents... )
Thanks.
Bookmarks