diff --git a/sleepyhead/Graphs/gGraphView.cpp b/sleepyhead/Graphs/gGraphView.cpp index 3cd128f2..b41b332c 100644 --- a/sleepyhead/Graphs/gGraphView.cpp +++ b/sleepyhead/Graphs/gGraphView.cpp @@ -2179,6 +2179,7 @@ void gGraphView::onSnapshotGraphToggle() newgraph->setSnapshot(true); + emit GraphsChanged(); // addGraph(newgraph); updateScale(); @@ -2196,6 +2197,8 @@ void gGraphView::onSnapshotGraphToggle() updateScale(); timedRedraw(0); + + emit GraphsChanged(); } qDebug() << cmd << name; } diff --git a/sleepyhead/Graphs/gGraphView.h b/sleepyhead/Graphs/gGraphView.h index 3abd01f4..545258c5 100644 --- a/sleepyhead/Graphs/gGraphView.h +++ b/sleepyhead/Graphs/gGraphView.h @@ -649,6 +649,7 @@ class gGraphView signals: void updateCurrentTime(double); void updateRange(double,double); + void GraphsChanged(); public slots: //! \brief Callback from the ScrollBar, to change scroll position diff --git a/sleepyhead/daily.cpp b/sleepyhead/daily.cpp index 924d91e3..bc061923 100644 --- a/sleepyhead/daily.cpp +++ b/sleepyhead/daily.cpp @@ -411,6 +411,7 @@ Daily::Daily(QWidget *parent,gGraphView * shared) connect(GraphView, SIGNAL(updateCurrentTime(double)), this, SLOT(on_LineCursorUpdate(double))); connect(GraphView, SIGNAL(updateRange(double,double)), this, SLOT(on_RangeUpdate(double,double))); + connect(GraphView, SIGNAL(GraphsChanged()), this, SLOT(updateGraphCombo())); GraphView->setEmptyImage(QPixmap(":/docs/sheep.png")); } diff --git a/sleepyhead/daily.h b/sleepyhead/daily.h index 5f3c9443..e5266f03 100644 --- a/sleepyhead/daily.h +++ b/sleepyhead/daily.h @@ -273,6 +273,7 @@ private slots: void on_toggleEvents_clicked(bool checked); + void updateGraphCombo(); protected: @@ -311,7 +312,6 @@ private: void UpdateEventsTree(QTreeWidget * tree,Day *day); void updateCube(); - void updateGraphCombo(); QString getSessionInformation(Day *); diff --git a/sleepyhead/overview.cpp b/sleepyhead/overview.cpp index fbf45fec..a6565932 100644 --- a/sleepyhead/overview.cpp +++ b/sleepyhead/overview.cpp @@ -331,7 +331,7 @@ Overview::Overview(QWidget *parent, gGraphView *shared) : connect(GraphView, SIGNAL(updateCurrentTime(double)), this, SLOT(on_LineCursorUpdate(double))); connect(GraphView, SIGNAL(updateRange(double,double)), this, SLOT(on_RangeUpdate(double,double))); - + connect(GraphView, SIGNAL(GraphsChanged()), this, SLOT(updateGraphCombo())); } Overview::~Overview() { diff --git a/sleepyhead/overview.h b/sleepyhead/overview.h index eec0dc20..84bfcada 100644 --- a/sleepyhead/overview.h +++ b/sleepyhead/overview.h @@ -70,7 +70,6 @@ class Overview : public QWidget //! \breif List of SummaryCharts shown on the overview page QVector OverviewCharts; - void updateGraphCombo(); void ResetGraph(QString name); public slots: @@ -85,6 +84,7 @@ class Overview : public QWidget void on_rbLastMonth_clicked(); void on_rbEverything_clicked(); void on_rbDateRange_clicked(); */ + void updateGraphCombo(); //! \brief Resets the graph view because the Start date has been changed void on_dateStart_dateChanged(const QDate &date); diff --git a/sleepyhead/oximeterimport.ui b/sleepyhead/oximeterimport.ui index 35dccff8..e62b3e67 100644 --- a/sleepyhead/oximeterimport.ui +++ b/sleepyhead/oximeterimport.ui @@ -1759,6 +1759,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc) + + + 0 + 0 + + + + + 160 + 0 + + &Cancel @@ -1766,6 +1778,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc) + + + 0 + 0 + + + + + 160 + 0 + + &Information Page @@ -1773,6 +1797,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc) + + + 0 + 0 + + + + + 160 + 0 + + &Retry @@ -1780,6 +1816,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc) + + + 0 + 0 + + + + + 160 + 0 + + &Choose Session @@ -1787,6 +1835,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc) + + + 0 + 0 + + + + + 160 + 0 + + &End Recording @@ -1794,6 +1854,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc) + + + 0 + 0 + + + + + 160 + 0 + + &Sync and Save @@ -1801,6 +1873,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc) + + + 0 + 0 + + + + + 160 + 0 + + &Save and Finish @@ -1808,6 +1892,18 @@ background: qlineargradient( x1:0 y1:0, x2:1 y2:0, stop:0 white, stop:1 #cccccc) + + + 0 + 0 + + + + + 160 + 0 + + &Start