def print_(self): self.set_offset(gp17config.GP17i_OFFSET_LEFT, gp17config.GP17i_OFFSET_TOP) self.set_scaling(gp17config.GP17i_SCALE_X, gp17config.GP17i_SCALE_Y) painter = PrintedForm.print_(self) self._fill(painter)
def print_(self): self.set_offset( gp17config.GP17i_OFFSET_LEFT, gp17config.GP17i_OFFSET_TOP) self.set_scaling(gp17config.GP17i_SCALE_X, gp17config.GP17i_SCALE_Y) painter = PrintedForm.print_(self) self._fill(painter)
def __init__(self): PrintedForm.__init__(self) self.rects = RECTS
def __init__(self): PrintedForm.__init__(self) self.row = 1 self.rects = RECTS
def __init__(self, parent=None): PrintedForm.__init__(self, parent) self.row = 1 self.rects = RECTS
def __init__(self, parent=None): PrintedForm.__init__(self, parent) self.rects = RECTS