From f3421d875da2d7add225b7a8102fe5510dfbfe49 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 25 Dec 2011 23:43:11 +1000 Subject: [PATCH] Edge fix in overview range selection --- overview.cpp | 8 ++------ oximetry.ui | 8 +++++++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/overview.cpp b/overview.cpp index 3d1cb3e6..99be3b38 100644 --- a/overview.cpp +++ b/overview.cpp @@ -292,14 +292,10 @@ void Overview::ResetGraphs() { QDate start=ui->dateStart->date(); QDate end=ui->dateEnd->date(); - //ui->dateStart->setDate(p_profile->FirstDay()); - //ui->dateEnd->setDate(p_profile->LastDay()); GraphView->setDay(NULL); if (start.isValid() && end.isValid()) { setRange(start,end); } - - //on_rangeCombo_activated(ui->rangeCombo->currentIndex()); } void Overview::RedrawGraphs() @@ -376,8 +372,8 @@ void Overview::on_dateStart_dateChanged(const QDate &date) void Overview::on_toolButton_clicked() { - qint64 d1=qint64(QDateTime(ui->dateStart->date(),QTime(0,0,0),Qt::UTC).toTime_t())*1000L; - qint64 d2=qint64(QDateTime(ui->dateEnd->date(),QTime(23,59,59),Qt::UTC).toTime_t())*1000L; + qint64 d1=qint64(QDateTime(ui->dateStart->date(),QTime(0,10,0),Qt::UTC).toTime_t())*1000L; + qint64 d2=qint64(QDateTime(ui->dateEnd->date(),QTime(23,0,0),Qt::UTC).toTime_t())*1000L; GraphView->SetXBounds(d1,d2); } diff --git a/oximetry.ui b/oximetry.ui index d3a8574b..a7aaca23 100644 --- a/oximetry.ui +++ b/oximetry.ui @@ -6,7 +6,7 @@ 0 0 - 961 + 970 439 @@ -87,6 +87,12 @@ + + + 0 + 0 + + &Start