diff --git a/sleepyhead/oximeterimport.cpp b/sleepyhead/oximeterimport.cpp index 992688f0..3f554360 100644 --- a/sleepyhead/oximeterimport.cpp +++ b/sleepyhead/oximeterimport.cpp @@ -300,7 +300,10 @@ void OximeterImport::on_liveImportButton_clicked() connect(oximodule, SIGNAL(updatePlethy(QByteArray)), this, SLOT(on_updatePlethy(QByteArray))); ui->liveConnectLabel->setText("Live Oximetery Mode"); + + liveView->setEmptyText(tr("Starting up...")); + updateStatus(tr("If you can still read this after a few seconds, cancel and try again")); ui->progressBar->hide(); liveView->update(); oximodule->Open("live",p_profile); @@ -529,16 +532,16 @@ void OximeterImport::updateLiveDisplay() bool datagood = oximodule->oxirec[size].pulse > 0; - QString STR_recording = tr("Recording..."); - QString STR_nofinger = tr("Finger not detected"); if (datagood & (pulse <= 0)) { + QString STR_recording = tr("Recording..."); updateStatus(STR_recording); liveView->setEmptyText(STR_recording); if (!ui->showLiveGraphs->isChecked()) { liveView->redraw(); } } else if (!datagood & (pulse != 0)) { + QString STR_nofinger = tr("Finger not detected"); updateStatus(STR_nofinger); liveView->setEmptyText(STR_nofinger); if (!ui->showLiveGraphs->isChecked()) { @@ -574,6 +577,12 @@ void OximeterImport::on_cancelButton_clicked() void OximeterImport::on_showLiveGraphs_clicked(bool checked) { + if (checked) { + updateTimer.setInterval(50); + } else { + // Don't need to call the timer so often.. Save a little CPU.. + updateTimer.setInterval(500); + } plethyGraph->setVisible(checked); liveView->redraw(); } diff --git a/sleepyhead/oximeterimport.ui b/sleepyhead/oximeterimport.ui index 547a4742..d13f7853 100644 --- a/sleepyhead/oximeterimport.ui +++ b/sleepyhead/oximeterimport.ui @@ -620,7 +620,7 @@ - 1 + 3 @@ -968,52 +968,67 @@ p, li { white-space: pre-wrap; } QFrame::Raised - + - 4 + 6 - 0 + 6 - 0 + 6 - 0 + 6 - 0 + 6 - - - - - Show Live Graphs - - - true - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - + + + + 75 + true + + + + Show Live Graphs + + + true + + + + + + + Qt::Horizontal + + + + 139 + 20 + + + + + + + + + 75 + true + + Duration + + Qt::AlignHCenter|Qt::AlignTop + @@ -1021,22 +1036,35 @@ p, li { white-space: pre-wrap; } 200 - 0 + 50 - QFrame::NoFrame + QFrame::StyledPanel 8 + + + + + + + 75 + true + + SpO2 % + + Qt::AlignHCenter|Qt::AlignTop + @@ -1094,18 +1122,31 @@ p, li { white-space: pre-wrap; } Qt::LeftToRight - QFrame::NoFrame + QFrame::StyledPanel 2 + + + + + + + 75 + true + + Pulse Rate + + Qt::AlignHCenter|Qt::AlignTop + @@ -1160,7 +1201,7 @@ p, li { white-space: pre-wrap; } - QFrame::NoFrame + QFrame::StyledPanel false