Exemple #1
0
 def slotOut(self):
     dlg = DlgInOutArticle(self, False)
     dlg.setModal(True)
     dlg.exec_()
Exemple #2
0
 def slotIn(self):
     dlg = DlgInOutArticle(self, True)
     dlg.setModal(True)
     dlg.exec_()