Ejemplo n.º 1
0
 def __init__(self, *__args, score=None, isCount=False, count_id=None):
     QRectF.__init__(self, *__args)
     self.score = score
     self.__isCounted = isCount
     self.__count_id = count_id