コード例 #1
0
 def closeEvent(self, event):
     """
     OVERRIDE... Insures proper garbage collection of UI
     """
     
     self.deleteLater()
     QDockWidget.closeEvent(self, event)