mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Very minor cosmetic stuff
This commit is contained in:
parent
0f1a3e4183
commit
209b506a6f
@ -72,7 +72,7 @@ void gSegmentChart::paint(gGraph & w,int left, int top, int width, int height)
|
||||
|
||||
float j=0.0;
|
||||
float sum=0.0;
|
||||
float step=1.0/180.0;
|
||||
float step=1.0/360.0;
|
||||
float px,py;
|
||||
float q;
|
||||
|
||||
|
@ -102,7 +102,7 @@ Oximetry::Oximetry(QWidget *parent,Profile * _profile,gGraphView * shared) :
|
||||
PULSE->AddLayer(pulse);
|
||||
SPO2->AddLayer(spo2);
|
||||
|
||||
GraphView->setEmptyText("");
|
||||
GraphView->setEmptyText("No Oximetry Data");
|
||||
GraphView->updateGL();
|
||||
|
||||
on_RefreshPortsButton_clicked();
|
||||
|
Loading…
Reference in New Issue
Block a user