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