I have floatable tabs added to a QMainWindow but when I close the window the floated tabs are left behind. So far I've gotten around it with

def closeEvent( self , event ):         # remove all previous dock widgets
    # loop through dock widgets and delete them

but when I minimize the MainWindow the DockWidgets stay maximized. Is there a way to get them to close and minimize with the main window?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.