diff --git a/Graphs/gGraphView.cpp b/Graphs/gGraphView.cpp index b8425d05..a6e8176e 100644 --- a/Graphs/gGraphView.cpp +++ b/Graphs/gGraphView.cpp @@ -1259,6 +1259,7 @@ gGraphView::gGraphView(QWidget *parent, gGraphView * shared) : quads=new GLBuffer(QColor(0,0,0,0),1024,GL_QUADS); // big fat shared line list quads->forceAntiAlias(true); setFocusPolicy(Qt::StrongFocus); + m_showsplitter=true; } gGraphView::~gGraphView() { @@ -1444,6 +1445,7 @@ void gGraphView::updateScrollBar() float vis=0; for (int i=0;iisEmpty() || (!m_graphs[i]->visible()) ? 0 : 1; + //vis+=1; if (thsetMaximum(0); // turn scrollbar off. diff --git a/docs/index.html b/docs/index.html index c232d9b7..5a657059 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ p,a,td,body { font-size: 14px } Welcome to SleepyHead -

This software is designed to assist you in reviewing data for your CPAP Machine, Oximeter, and Sleep Stage monitors, as well as help you track general issues related to sleep health.

+

This software is designed to assist you in reviewing data for your CPAP Machine, Oximeter, and Sleep Stage monitors, as well as help you track general issues related to sleep health.

Currenly supports the following machines:

  • Philips Respironics System One (Including ASV models)
  • ResMed S9 models (VPAP and lower)
  • @@ -33,8 +33,9 @@ p,a,td,body { font-size: 14px }

    Copyright: ©2011 Mark Watkins (jedimark)

    -

    License: This software is released freely under the GNU Public License.
    -

    Do NOT rely on this softwares accuracy when making medical decisions. Talk to your doctor.

    +

    License: This software is released freely under the GNU Public License.

    +

    Do NOT rely on this software to help you make medical decisions.
    This application is merely a data viewer, and no guarantee is made regarding accuracy of data displayed.

    +

    Your doctor should always be your first and best source of guidance regarding the important matter of managing your health.

    diff --git a/mainwindow.cpp b/mainwindow.cpp index 36eeb91e..236ee929 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -462,6 +462,6 @@ void MainWindow::on_actionPrint_Report_triggered() overview->on_printButton_clicked(); //} else if (ui->tabWidget->currentWidget()==daily) { } else { - QMessageBox::information(this,"Not supported","Printing from this page is not supported yet",QMessageBox::Ok); + QMessageBox::information(this,"Not supported Yet","Sorry, printing from this page is not supported yet",QMessageBox::Ok); } } diff --git a/report.cpp b/report.cpp index 69152d5c..f4d26963 100644 --- a/report.cpp +++ b/report.cpp @@ -174,7 +174,7 @@ void Report::GenerateReport(QDate start, QDate end) QBuffer buffer(&byteArray); // use buffer to store pixmap into byteArray buffer.open(QIODevice::WriteOnly); pixmap.save(&buffer, "PNG"); - html += "
    \n"; // + html += "
    \n"; // } html+="";