Example #1
0
 def sonidos(self):
     w = PantallaSonido.WSonidos(self)
     w.exec_()
Example #2
0
 def sonidos(self):
     w = PantallaSonido.WSonidosGuion(self, self.dbSonidos)
     w.exec_()