small change
This commit is contained in:
parent
81c4f1f4d6
commit
c0cf6a9acc
1 changed files with 7 additions and 7 deletions
|
@ -41,13 +41,13 @@ CHistoryGraph::CHistoryGraph() :
|
||||||
iMarkerSize ( 9 ),
|
iMarkerSize ( 9 ),
|
||||||
AxisFont ( "Arial", 12 ),
|
AxisFont ( "Arial", 12 ),
|
||||||
iTextOffsetX ( 18 ),
|
iTextOffsetX ( 18 ),
|
||||||
PlotBackgroundColor ( Qt::white ), // background
|
PlotBackgroundColor ( Qt::white ), // background
|
||||||
PlotFrameColor ( Qt::black ), // frame
|
PlotFrameColor ( Qt::black ), // frame
|
||||||
PlotGridColor ( Qt::gray ), // grid
|
PlotGridColor ( Qt::gray ), // grid
|
||||||
PlotTextColor ( Qt::black ), // text
|
PlotTextColor ( Qt::black ), // text
|
||||||
PlotMarkerNewColor ( Qt::darkCyan ), // marker for new connection
|
PlotMarkerNewColor ( Qt::darkCyan ), // marker for new connection
|
||||||
PlotMarkerNewLocalColor ( Qt::blue ), // marker for new local connection
|
PlotMarkerNewLocalColor ( Qt::blue ), // marker for new local connection
|
||||||
PlotMarkerStopColor ( Qt::red ), // marker for server stop
|
PlotMarkerStopColor ( Qt::red ), // marker for server stop
|
||||||
PlotPixmap ( 1, 1, QImage::Format_RGB32 )
|
PlotPixmap ( 1, 1, QImage::Format_RGB32 )
|
||||||
{
|
{
|
||||||
// generate plot grid frame rectangle
|
// generate plot grid frame rectangle
|
||||||
|
|
Loading…
Reference in a new issue