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