34 void setPen (
const QPen &pen);
QList< GridLine * > GridLinesContainer
Single grid line drawn a straight or curved line.
GridLines()
Single constructor.
void setVisible(bool visible)
Make all grid lines visible or hidden.
void add(GridLine *gridLine)
Add specified grid line. Ownership of all allocated QGraphicsItems is passed to new GridLine.
void clear()
Deallocate and remove all grid lines.
void setPen(const QPen &pen)
Set the pen style of each grid line.
~GridLines()
Destructor deallocates memory.