diff --git a/Graphs/gGraphView.cpp b/Graphs/gGraphView.cpp index 207cf80b..683e0f58 100644 --- a/Graphs/gGraphView.cpp +++ b/Graphs/gGraphView.cpp @@ -1215,7 +1215,7 @@ gGraphView::gGraphView(QWidget *parent, gGraphView * shared) : backlines=new GLBuffer(QColor(0,0,0,0),10000,GL_LINES); // big fat shared line list quads=new GLBuffer(QColor(0,0,0,0),1024,GL_QUADS); // big fat shared line list quads->forceAntiAlias(true); - //setFocusPolicy(Qt::StrongFocus); + setFocusPolicy(Qt::StrongFocus); } gGraphView::~gGraphView() { @@ -1839,6 +1839,7 @@ void gGraphView::wheelEvent(QWheelEvent * event) void gGraphView::keyPressEvent(QKeyEvent * event) { + return; gGraph *g; for (int i=0;igroup()==0) { diff --git a/mainwindow.cpp b/mainwindow.cpp index 446ca595..ba1eb7c4 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -178,8 +178,7 @@ void MainWindow::Startup() overview=new Overview(ui->tabWidget,daily->SharedWidget()); ui->tabWidget->insertTab(2,overview,tr("Overview")); - //oximetry=NULL; - //overview=NULL; + oximetry=new Oximetry(ui->tabWidget,daily->SharedWidget()); ui->tabWidget->insertTab(3,oximetry,tr("Oximetry")); @@ -296,7 +295,7 @@ void MainWindow::on_dailyButton_clicked() void MainWindow::on_overviewButton_clicked() { - //ui->tabWidget->setCurrentWidget(overview); + ui->tabWidget->setCurrentWidget(overview); } void MainWindow::on_webView_loadFinished(bool arg1) @@ -445,3 +444,8 @@ void MainWindow::DelayedScreenshot() a+="/screenshot-"+QDateTime::currentDateTime().toString(Qt::ISODate)+".png"; pixmap.save(a); } + +void MainWindow::on_actionView_O_ximetry_triggered() +{ + on_oximetryButton_clicked(); +} diff --git a/mainwindow.h b/mainwindow.h index b3fd015a..ebd5994f 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -89,6 +89,8 @@ private slots: void on_action_Screenshot_triggered(); void DelayedScreenshot(); + void on_actionView_O_ximetry_triggered(); + private: Ui::MainWindow *ui; Daily * daily; diff --git a/mainwindow.ui b/mainwindow.ui index 3c5ebc04..6852ef78 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -588,9 +588,10 @@ &View + - + @@ -762,6 +763,14 @@ F12 + + + View O&ximetry + + + F7 + +