diff --git a/SleepLib/machine.cpp b/SleepLib/machine.cpp index d462b5a4..364f8ca2 100644 --- a/SleepLib/machine.cpp +++ b/SleepLib/machine.cpp @@ -94,7 +94,7 @@ void InitMapsWithoutAwesomeInitializerLists() CPAP_Hypopnea=CPAP_CODES.Get(CT_Event,QObject::tr("Hypopnea"),QObject::tr("H"),"OA"), CPAP_Apnea=CPAP_CODES.Get(CT_Event,QObject::tr("Unspecified Apnea"),QObject::tr("UA"),"UA"), CPAP_ClearAirway=CPAP_CODES.Get(CT_Event,QObject::tr("Clear Airway Apnea"),QObject::tr("CA"),"CA"), - CPAP_RERA=CPAP_CODES.Get(CT_Event,QObject::tr("Respiratory Effort Related Arousal"),QObject::tr("RE"),"RE"), + CPAP_RERA=CPAP_CODES.Get(CT_Event,QObject::tr("RERA"),QObject::tr("RE"),"RE"), CPAP_FlowLimit=CPAP_CODES.Get(CT_Event,QObject::tr("Flow Limitation"),QObject::tr("FL"),"FL"), CPAP_CSR=CPAP_CODES.Get(CT_Event,QObject::tr("Periodic Breathing"),QObject::tr("PB"),"PB"), CPAP_VSnore=CPAP_CODES.Get(CT_Event,QObject::tr("Vibratory Snore"),QObject::tr("VS"),"VS"), diff --git a/preferencesdialog.cpp b/preferencesdialog.cpp index 21f39ddf..65cec9ff 100644 --- a/preferencesdialog.cpp +++ b/preferencesdialog.cpp @@ -65,7 +65,7 @@ PreferencesDialog::PreferencesDialog(QWidget *parent) : pb->setText("foo"); ui->eventTable->setCellWidget(row,0,c); ui->eventTable->setCellWidget(row,1,pb); - QColor a(random() % 255, random() % 255, random() % 255, 255); + QColor a(rand() % 255, rand() % 255, rand() % 255, 255); QPalette p(a,a,a,a,a,a,a); pb->setPalette(p); diff --git a/preferencesdialog.ui b/preferencesdialog.ui index 8dcabb54..2730d881 100644 --- a/preferencesdialog.ui +++ b/preferencesdialog.ui @@ -29,7 +29,7 @@ - 1 + 0 @@ -255,6 +255,13 @@ p, li { white-space: pre-wrap; } &Events + + + + This doesn't work yet.. The colours shown are random. + + +