00001 #ifndef GRID_LINE_STYLE_H00002 #define GRID_LINE_STYLE_H00003
00004 #include <QPen>00005
00006 constint GRID_LINE_WIDTH = 0; // Zero value is always scaled to be one pixel in width which is always visible, and does not obscure other stuff00007 const Qt::PenStyle GRID_LINE_STYLE = Qt::DashLine;
00008
00009 #endif // GRID_LINE_STYLE_H