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