Пример #1
0
 def counts(self):
     w = WCountsCaptures.WCountsCaptures(self.procesador, False)
     w.exec_()
Пример #2
0
 def captures(self):
     w = WCountsCaptures.WCountsCaptures(self.procesador, True)
     w.exec_()