Ejemplo n.º 1
0
 def show(self):
     for name, window in self._child_windows.items():
         window.show()
     BaseMainWindow.show(self)