Ejemplo n.º 1
0
 def newComponent(self):
     Dialog = viewComponents.View_Component(0)
     if Dialog.exec_():
         self.rellenar()
Ejemplo n.º 2
0
 def mostrarPropiedades(self):
     """Show properties of selected component"""
     indice = self.currentIndice
     if indice > 0:
         Dialog = viewComponents.View_Component(indice)
         Dialog.exec_()