Ejemplo n.º 1
0
 def __init__(self,  nr):
     self.rule = getattr(Ui(), "lineAInfoTimeRule_" + str(nr))
     self.minute_timeformat = getattr(Ui(), "checkExportMinuteTimeformat_" + str(nr)) 
     FilterGroup.__init__(self, nr, "Time")
Ejemplo n.º 2
0
 def __init__(self,  nr):                
     self.fromlaststart = getattr(Ui(), "checkAI_FromLastStart_Lap_" + str(nr)) 
     FilterGroup.__init__(self, nr, "Lap")
Ejemplo n.º 3
0
 def __init__(self,  nr):                
     self.fromlaststart = getattr(Ui(), "checkAI_FromLastStart_Lap_" + str(nr))
     self.description = getattr(Ui(), "lineAInfo"+"LapDescription_" + str(nr)) 
     FilterGroup.__init__(self, nr, "Lap")