def __init__(self, *args, **kwargs): pg.InfiniteLine.__init__(self, *args, **kwargs) self.setCursor(QtCore.Qt.SizeVerCursor)