def openHistory(self):
     dlg = HistoryDialog()
     dlg.exec_()
Exemple #2
0
 def openHistory(self):
     dlg = HistoryDialog()
     dlg.exec_()