SummaryChart vertical color fix, Intellipap model number fix

This commit is contained in:
Mark Watkins 2012-01-03 07:52:13 +10:00
parent fe012a344f
commit ef4488672a
3 changed files with 3 additions and 3 deletions

View File

@ -539,7 +539,7 @@ void SummaryChart::paint(gGraph & w,int left, int top, int width, int height)
} // if (bar
py-=h;
} else if (m_graphtype==GT_LINE) { // if (m_graphtype==GT_BAR
col.setAlpha(128);
//col.setAlpha(128);
GLuint col1=col.rgba();
GLuint col2=m_colors[j].rgba();
px2=px+barw;

View File

@ -68,7 +68,7 @@ int IntellipapLoader::Open(QString & path,Profile *profile)
QHash<QString,QString> lookup;
lookup["Sn"]=STR_PROP_Serial;
lookup["Mn"]=STR_PROP_Model;
lookup["Mn"]=STR_PROP_ModelNumber;
lookup["Mo"]="PAPMode"; // 0=cpap, 1=auto
//lookup["Pn"]="Pn";
lookup["Pu"]="MaxPressure";

View File

@ -101,7 +101,7 @@ Important: One id code per item, DO NOT CHANGE ID NUMBERS!!!
<Option id="1" value="Ramp"/>
<Option id="2" value="Full Time"/>
</channel>
<channel id="0x1203" class="setting" scope="!session" name="PresRelSet" details="Pressure Relief Setting" label="Pres. Rel. Set" type="integer"/>
<channel id="0x1203" class="setting" scope="!session" name="PresRelSet" details="Pressure Relief Setting" label="Pressure Relief" type="integer"/>
</group>
<group name="OXI">