Ejemplo n.º 1
0
 def slotOut(self):
     dlg = DlgInOutArticle(self, False)
     dlg.setModal(True)
     dlg.exec_()
Ejemplo n.º 2
0
 def slotIn(self):
     dlg = DlgInOutArticle(self, True)
     dlg.setModal(True)
     dlg.exec_()