diff --git a/Graphs/gXAxis.cpp b/Graphs/gXAxis.cpp index 889c718f..11173cd2 100644 --- a/Graphs/gXAxis.cpp +++ b/Graphs/gXAxis.cpp @@ -19,6 +19,12 @@ gXAxis::gXAxis(QColor col) m_show_minor_lines=false; m_show_minor_ticks=true; m_show_major_ticks=true; + QDateTime d=QDateTime::currentDateTime(); + QTime t1=d.time(); + QTime t2=d.toUTC().time(); + tz_offset=t2.secsTo(t1)/60L; + tz_offset*=60000L; + //offset=0; } gXAxis::~gXAxis() @@ -30,7 +36,7 @@ void gXAxis::Plot(gGraphWindow & w,float scrx,float scry) int start_px=w.GetLeftMargin(); int start_py=w.GetBottomMargin(); - float width=scrx-(w.GetLeftMargin()+w.GetRightMargin()); + int width=scrx-(w.GetLeftMargin()+w.GetRightMargin()); // float height=scry-(w.GetTopMargin()+w.GetBottomMargin()); if (width<40) @@ -85,13 +91,13 @@ void gXAxis::Plot(gGraphWindow & w,float scrx,float scry) return; } - float max_ticks=float(width)/(x+10); // Max number of ticks that will fit + int max_ticks=width/(x+10); // Max number of ticks that will fit - float fit_ticks=0; + int fit_ticks=0; int div=-1; - float closest=0,tmp,tmpft; + qint64 closest=0,tmp,tmpft; for (int i=dividx;iclosest) { // Find the closest scale to the number @@ -114,25 +120,26 @@ void gXAxis::Plot(gGraphWindow & w,float scrx,float scry) qint64 zz=zqvx/step; // Number of ticks that fit up to minx //Align left minimum to divisor - qint64 rm=w.rmin_x % step; // Offset from rminx of an aligned time + qint64 aligned_start=minx/step; + aligned_start*=step; + + /*qint64 rm=w.rmin_x % step; // Offset from rminx of an aligned time rm=step-rm; rm+=w.rmin_x; //qint64 rd=w.rmin_x / divisors[div]; //rd*=divisors[div]; qint64 aligned_start=(zz*step)+rm; // First location of aligned point. - aligned_start/=step; - aligned_start*=step; - +*/ while (aligned_starttreeWidget->setStyleSheet(s); GraphLayout=new QWidget(); ui->graphSizer->addWidget(GraphLayout,1); diff --git a/daily.ui b/daily.ui index 203be80d..35e58dad 100644 --- a/daily.ui +++ b/daily.ui @@ -102,7 +102,7 @@ - 3 + 1 true diff --git a/overview.ui b/overview.ui index 4b3b5946..80d178a6 100644 --- a/overview.ui +++ b/overview.ui @@ -6,7 +6,7 @@ 0 0 - 1060 + 668 355 @@ -94,7 +94,7 @@ 0 0 - 800 + 458 282