mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Change default order of graphs on Daily page.
This commit is contained in:
parent
8f5ed48ae8
commit
14611bd591
@ -179,8 +179,8 @@ Daily::Daily(QWidget *parent,gGraphView * shared)
|
||||
SF->setPinned(true);
|
||||
|
||||
ChannelID cpapcodes[] = {
|
||||
CPAP_FlowRate, CPAP_MaskPressure, CPAP_Pressure, CPAP_Leak, CPAP_Snore, CPAP_FLG, CPAP_RespRate,
|
||||
CPAP_TidalVolume, CPAP_MinuteVent,CPAP_PTB, CPAP_RespEvent, CPAP_Ti, CPAP_Te,
|
||||
CPAP_FlowRate, CPAP_Pressure, CPAP_Leak, CPAP_FLG, CPAP_Snore, CPAP_TidalVolume,
|
||||
CPAP_MaskPressure, CPAP_RespRate, CPAP_MinuteVent, CPAP_PTB, CPAP_RespEvent, CPAP_Ti, CPAP_Te,
|
||||
/* CPAP_IE, */ ZEO_SleepStage, POS_Inclination, POS_Orientation, CPAP_Test1
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user