Beispiel #1
0
 def motoresExternos(self):
     w = PantallaMotores.WMotores(self, self.configuracion.ficheroMExternos)
     if w.exec_():
         self.ajustesCambiado()
         self.motores.rehazMotoresExternos()
Beispiel #2
0
 def motoresExternos(self):
     w = PantallaMotores.WMotores(self.pantalla,
                                  self.configuracion.ficheroMExternos)
     w.exec_()