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