def openHistory(self):
     dlg = HistoryDialog()
     dlg.exec_()
Esempio n. 2
0
 def openHistory(self):
     dlg = HistoryDialog()
     dlg.exec_()