def sonidos(self): w = PantallaSonido.WSonidos(self) w.exec_()
def sonidos(self): w = PantallaSonido.WSonidosGuion(self, self.dbSonidos) w.exec_()