mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Mask Pressure Graph is not designed to work in square plot mode
This commit is contained in:
parent
a51bc00e82
commit
d06e72cea4
@ -176,7 +176,7 @@ Daily::Daily(QWidget *parent,gGraphView * shared, MainWindow *mw)
|
||||
SNORE->AddLayer(AddCPAP(new gLineChart(CPAP_Snore,Qt::darkGray,square)));
|
||||
|
||||
PTB->AddLayer(AddCPAP(new gLineChart(CPAP_PTB,Qt::gray,square)));
|
||||
MP->AddLayer(AddCPAP(new gLineChart(CPAP_MaskPressure,Qt::blue,square)));
|
||||
MP->AddLayer(AddCPAP(new gLineChart(CPAP_MaskPressure,Qt::blue,false)));
|
||||
RR->AddLayer(AddCPAP(new gLineChart(CPAP_RespRate,Qt::darkMagenta,square)));
|
||||
MV->AddLayer(AddCPAP(new gLineChart(CPAP_MinuteVent,Qt::darkCyan,square)));
|
||||
TV->AddLayer(AddCPAP(new gLineChart(CPAP_TidalVolume,Qt::magenta,square)));
|
||||
|
@ -283,7 +283,7 @@ void PreferencesDialog::Save()
|
||||
args << (QApplication::instance()->applicationDirPath() + "/../../../SleepyHead.app");
|
||||
proc.startDetached("open", args);
|
||||
#else
|
||||
proc.startDetached(QApplication::instance()->applicationFilePath(),args);
|
||||
proc.startDetached(QApplication::instance()->applicationFilePath(),args);
|
||||
#endif
|
||||
QApplication::instance()->exit();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user