I have a QGraphicsScene that is similar to a map, and I am trying to draw a grid on it. Is there an easier way to do this than to draw a bunch of perpendicular lines? I would rather not add a bunch of QGraphicsLineItems to the scene manually.