2011-08-02 22:37:15 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PreferencesDialog</class>
<widget class="QDialog" name="PreferencesDialog">
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2011-11-30 06:01:38 +00:00
<width>640</width>
2011-11-30 09:08:45 +00:00
<height>407</height>
2011-08-02 22:37:15 +00:00
</rect>
</property>
2011-10-21 05:50:31 +00:00
<property name="maximumSize">
<size>
<width>640</width>
<height>16777215</height>
</size>
</property>
2011-08-02 22:37:15 +00:00
<property name="windowTitle">
<string>Preferences</string>
</property>
<property name="sizeGripEnabled">
2011-10-21 05:50:31 +00:00
<bool>true</bool>
</property>
<property name="modal">
<bool>true</bool>
2011-08-02 22:37:15 +00:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>4</number>
</property>
<property name="margin">
<number>4</number>
</property>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
2011-11-30 09:08:45 +00:00
<number>6</number>
2011-08-02 22:37:15 +00:00
</property>
2011-11-30 06:01:38 +00:00
<widget class="QWidget" name="importTab">
2011-09-08 09:50:05 +00:00
<attribute name="title">
2011-11-30 06:01:38 +00:00
<string>&Import</string>
2011-09-08 09:50:05 +00:00
</attribute>
2011-11-30 06:01:38 +00:00
<layout class="QVBoxLayout" name="verticalLayout_5">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>5</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox_6">
<property name="title">
<string>Session Settings</string>
2011-10-02 04:23:17 +00:00
</property>
2011-11-30 06:01:38 +00:00
<layout class="QVBoxLayout" name="verticalLayout_10">
<property name="spacing">
<number>0</number>
2011-10-02 04:23:17 +00:00
</property>
2011-11-30 06:01:38 +00:00
<property name="leftMargin">
<number>0</number>
2011-10-02 04:23:17 +00:00
</property>
2011-11-30 06:01:38 +00:00
<property name="topMargin">
<number>4</number>
2011-10-02 04:23:17 +00:00
</property>
2011-11-30 06:01:38 +00:00
<property name="rightMargin">
<number>0</number>
2011-10-02 04:23:17 +00:00
</property>
2011-11-30 06:01:38 +00:00
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Combine Close Sessions </string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Minutes</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QSlider" name="combineSlider">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Multiple sessions closer together than this value will be kept on the same day.
2011-08-03 03:09:57 +00:00
</string>
2011-11-30 06:01:38 +00:00
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>240</number>
</property>
<property name="singleStep">
<number>10</number>
</property>
<property name="pageStep">
<number>60</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="invertedAppearance">
<bool>false</bool>
</property>
<property name="invertedControls">
<bool>false</bool>
</property>
<property name="tickPosition">
<enum>QSlider::TicksAbove</enum>
</property>
<property name="tickInterval">
<number>30</number>
</property>
</widget>
</item>
<item>
<widget class="QLCDNumber" name="combineLCD">
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="numDigits">
<number>5</number>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Ignore Short Sessions</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Minutes</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QSlider" name="IgnoreSlider">
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2011-08-03 03:09:57 +00:00
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Cantarell'; font-size:11pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Sessions shorter in duration than this will not be displayed<span style=" font-style:italic;">.</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-style:italic;"></p></body></html></string>
2011-11-30 06:01:38 +00:00
</property>
<property name="maximum">
<number>90</number>
</property>
<property name="pageStep">
<number>5</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksAbove</enum>
</property>
<property name="tickInterval">
<number>5</number>
</property>
</widget>
</item>
<item>
<widget class="QLCDNumber" name="IgnoreLCD">
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Day Split Time</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QTimeEdit" name="timeEdit">
<property name="toolTip">
<string>Sessions starting before this time will go to the previous calendar day.</string>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::UpDownArrows</enum>
</property>
<property name="dateTime">
<datetime>
<hour>12</hour>
<minute>0</minute>
<second>0</second>
<year>2000</year>
<month>1</month>
<day>1</day>
</datetime>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
2011-08-02 22:37:15 +00:00
</item>
<item>
2011-11-30 06:01:38 +00:00
<widget class="Line" name="line">
2011-08-02 22:37:15 +00:00
<property name="orientation">
2011-11-30 06:01:38 +00:00
<enum>Qt::Horizontal</enum>
2011-08-02 22:37:15 +00:00
</property>
2011-11-30 06:01:38 +00:00
</widget>
2011-08-02 22:37:15 +00:00
</item>
2011-10-05 03:05:35 +00:00
<item>
2011-11-30 06:01:38 +00:00
<widget class="QGroupBox" name="groupBox_3">
2011-10-05 10:44:41 +00:00
<property name="title">
2011-11-30 06:01:38 +00:00
<string>Import Locations</string>
2011-10-05 10:44:41 +00:00
</property>
2011-11-30 06:01:38 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_10">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QListView" name="importListWidget">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
2011-10-05 11:51:33 +00:00
</property>
</widget>
</item>
2011-11-30 06:01:38 +00:00
<item>
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<widget class="QPushButton" name="addImportLocation">
<property name="text">
<string>Add</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="removeImportLocation">
<property name="text">
<string>Remove</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_5">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
2011-11-18 09:05:22 +00:00
</widget>
</item>
2011-11-30 06:01:38 +00:00
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="maskTab">
<attribute name="title">
<string>&Mask</string>
</attribute>
2011-11-30 09:08:45 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_14">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
2011-11-30 06:01:38 +00:00
<item>
2011-11-30 09:08:45 +00:00
<widget class="QGroupBox" name="groupBox_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>CPAP Mask Information</string>
2011-11-30 06:01:38 +00:00
</property>
2011-11-30 09:08:45 +00:00
<property name="checkable">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="horizontalSpacing">
<number>4</number>
</property>
<property name="verticalSpacing">
<number>2</number>
</property>
<item row="2" column="0">
<widget class="QLabel" name="label_27">
<property name="text">
<string>Mask Type</string>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QComboBox" name="maskTypeCombo">
<item>
<property name="text">
<string/>
2011-11-30 06:01:38 +00:00
</property>
2011-11-30 09:08:45 +00:00
</item>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_29">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Description</string>
</property>
</widget>
</item>
<item row="3" column="1" colspan="2">
<widget class="QLineEdit" name="maskDescription"/>
</item>
<item row="4" column="1" colspan="2">
<widget class="QComboBox" name="leakModeCombo">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<item>
<property name="text">
<string>Total Leaks</string>
2011-11-30 06:01:38 +00:00
</property>
2011-11-30 09:08:45 +00:00
</item>
<item>
<property name="text">
<string>Unintentional Leaks</string>
2011-11-30 06:01:38 +00:00
</property>
2011-11-30 09:08:45 +00:00
</item>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_17">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Leak mode</string>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QLabel" name="label_7">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Started Using</string>
</property>
</widget>
</item>
<item row="9" column="1" colspan="2">
<widget class="QDateEdit" name="startedUsingMask">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="0" colspan="3">
<widget class="QLabel" name="label_31">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:italic;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; font-style:normal;">Note: </span>Before the following date, all leaks </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">will show as reported by the machine.</p></body></html></string>
</property>
</widget>
</item>
<item row="10" column="0">
<widget class="QLabel" name="label_28">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Leak Profile</string>
</property>
</widget>
</item>
<item row="11" column="0" colspan="3">
<widget class="QTableWidget" name="leakProfile">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<column>
2011-11-30 06:01:38 +00:00
<property name="text">
2011-11-30 09:08:45 +00:00
<string>Pressure</string>
2011-11-30 06:01:38 +00:00
</property>
2011-11-30 09:08:45 +00:00
</column>
<column>
<property name="text">
<string>Leak</string>
2011-11-30 06:01:38 +00:00
</property>
2011-11-30 09:08:45 +00:00
</column>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_7">
<property name="title">
<string/>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QLabel" name="label_32">
<property name="text">
<string>Hmmm... Empty Space</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
2011-11-30 06:01:38 +00:00
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="colourTab">
<attribute name="title">
<string>&Events</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>This doesn't work yet..</string>
</property>
</widget>
</item>
<item>
<widget class="QTableWidget" name="eventTable">
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="rowCount">
<number>0</number>
</property>
<property name="columnCount">
<number>4</number>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>Show</string>
</property>
<property name="textAlignment">
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
</property>
</column>
<column>
<property name="text">
<string>Colour</string>
</property>
<property name="textAlignment">
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
</property>
</column>
<column>
<property name="text">
<string>Event</string>
</property>
</column>
<column>
<property name="text">
<string>ID</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="graphTab">
<attribute name="title">
<string>Graphs</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>Search</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="graphFilter"/>
</item>
</layout>
</item>
<item>
<widget class="QTreeView" name="graphView"/>
</item>
<item>
<widget class="QWidget" name="widget_3" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_11">
<property name="margin">
<number>3</number>
</property>
<item>
<widget class="QPushButton" name="resetGraphButton">
2011-11-18 09:05:22 +00:00
<property name="sizePolicy">
2011-11-30 06:01:38 +00:00
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2011-11-18 09:05:22 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
2011-11-30 06:01:38 +00:00
<string>&Defaults</string>
2011-11-18 09:05:22 +00:00
</property>
</widget>
</item>
2011-11-30 06:01:38 +00:00
<item>
<widget class="QLabel" name="label_9">
2011-11-28 13:58:43 +00:00
<property name="text">
2011-11-30 06:01:38 +00:00
<string>Please Note: Graph visibility also depends on machine availability.</string>
2011-11-28 13:58:43 +00:00
</property>
</widget>
</item>
2011-10-05 10:44:41 +00:00
</layout>
</widget>
</item>
</layout>
</widget>
2011-10-10 21:29:15 +00:00
<widget class="QWidget" name="oximetryTab">
<attribute name="title">
2011-10-21 05:50:31 +00:00
<string>&Oximetry</string>
2011-10-10 21:29:15 +00:00
</attribute>
2011-11-28 04:05:09 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_12">
<property name="margin">
<number>2</number>
</property>
2011-10-10 21:29:15 +00:00
<item>
2011-10-10 22:27:25 +00:00
<widget class="QGroupBox" name="oximetryGroupBox">
2011-10-10 21:29:15 +00:00
<property name="title">
<string>Use Oximetry</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
2011-10-21 05:50:31 +00:00
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
2011-10-10 21:29:15 +00:00
<widget class="QLabel" name="label_20">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Type</string>
</property>
</widget>
</item>
2011-10-21 05:50:31 +00:00
<item row="0" column="1">
<widget class="QComboBox" name="oximetryType">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2011-10-10 21:29:15 +00:00
<item>
2011-10-21 05:50:31 +00:00
<property name="text">
<string>Contec CMS50</string>
</property>
2011-10-10 21:29:15 +00:00
</item>
<item>
2011-10-21 05:50:31 +00:00
<property name="text">
<string>Overpriced ResMed S9 Oximeter</string>
</property>
2011-10-10 21:29:15 +00:00
</item>
2011-10-21 05:50:31 +00:00
</widget>
2011-10-10 21:29:15 +00:00
</item>
2011-11-28 04:05:09 +00:00
<item row="1" column="0" colspan="2">
2011-10-21 05:50:31 +00:00
<widget class="QCheckBox" name="oximetrySync">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2011-10-10 22:27:25 +00:00
<property name="text">
2011-11-30 06:01:38 +00:00
<string>Link Oximetry and CPAP graphs</string>
2011-10-21 05:50:31 +00:00
</property>
</widget>
</item>
2011-11-30 06:01:38 +00:00
<item row="4" column="0" colspan="2">
2011-11-28 04:05:09 +00:00
<spacer name="verticalSpacer_6">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
2011-11-30 06:01:38 +00:00
<item row="3" column="0" colspan="2">
2011-11-28 04:05:09 +00:00
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Flag changes in oximetry stats</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QLabel" name="label_24">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>SPO2</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QDoubleSpinBox" name="spo2Drop">
<property name="suffix">
<string>%</string>
</property>
<property name="decimals">
<number>0</number>
</property>
2011-11-28 22:49:43 +00:00
<property name="minimum">
<double>1.000000000000000</double>
</property>
2011-11-28 04:05:09 +00:00
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_25">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Pulse</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QDoubleSpinBox" name="pulseChange">
<property name="suffix">
<string> bpm</string>
</property>
<property name="decimals">
<number>0</number>
</property>
2011-11-28 22:49:43 +00:00
<property name="minimum">
<double>1.000000000000000</double>
</property>
2011-11-28 04:05:09 +00:00
</widget>
</item>
<item row="0" column="2">
<widget class="QDoubleSpinBox" name="spo2DropTime">
<property name="suffix">
<string>s</string>
</property>
<property name="decimals">
<number>0</number>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QDoubleSpinBox" name="pulseChangeTime">
<property name="suffix">
<string>s</string>
</property>
<property name="decimals">
<number>0</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2011-11-30 06:01:38 +00:00
<item row="2" column="0" colspan="2">
<widget class="Line" name="line_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QTextBrowser" name="textBrowser">
<property name="minimumSize">
<size>
<width>300</width>
<height>0</height>
</size>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Please Note:<span style=" font-style:italic;"> It is impossible to sync oximetry data with CPAP data without a valid timestamp.</span></p>
<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">CMS50 data imported from SpO2Review (from .spoR files) or the serial import method does <span style=" font-weight:600; text-decoration: underline;">not</span> have the correct timestamp needed to do this.</p>
<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Live view mode (using a serial cable) is the only way to acheive an accurate sync on CMS50 oximeters.</p></body></html></string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="generalTab">
<attribute name="title">
<string>&General</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>General Settings</string>
</property>
<layout class="QGridLayout" name="gridLayout_10">
<item row="0" column="0">
<widget class="QCheckBox" name="skipLoginScreen">
<property name="toolTip">
<string>Bypass the login screen and load the most recent User Profile</string>
</property>
<property name="text">
<string>Skip Login Screen</string>
</property>
</widget>
</item>
<item row="1" column="0">
2011-11-30 09:08:45 +00:00
<widget class="QCheckBox" name="enableMultithreading">
2011-11-30 06:01:38 +00:00
<property name="toolTip">
<string>Allow use of multiple CPU cores where available to improve performance. May cause problems.</string>
</property>
<property name="text">
<string>Enable Multithreading</string>
</property>
</widget>
</item>
2011-11-30 09:08:45 +00:00
<item row="4" column="0">
<widget class="QCheckBox" name="skipEmptyDays">
<property name="text">
<string>Skip over Empty Days</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="cacheSessionData">
2011-11-30 06:01:38 +00:00
<property name="toolTip">
<string>Keep session data in memory to speed up revisiting days.</string>
</property>
<property name="text">
<string>Cache Session Data</string>
</property>
</widget>
</item>
2011-11-30 09:08:45 +00:00
<item row="1" column="1">
<widget class="QCheckBox" name="enableGraphSnapshots">
2011-11-30 06:01:38 +00:00
<property name="toolTip">
<string>Allows graphs to be "screenshotted" for display purposes.
The Event Breakdown PIE chart uses this method, as does
the printing code.
Unfortunately some older computers/versions of Qt can cause
this application to be unstable with this feature enabled.</string>
</property>
<property name="text">
<string>Enable Graph Snapshots</string>
</property>
</widget>
</item>
2011-10-21 05:50:31 +00:00
</layout>
</widget>
</item>
<item>
2011-11-30 06:01:38 +00:00
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
2011-11-28 04:05:09 +00:00
<size>
2011-11-30 06:01:38 +00:00
<width>20</width>
<height>40</height>
2011-11-28 04:05:09 +00:00
</size>
</property>
2011-11-30 06:01:38 +00:00
</spacer>
</item>
<item>
<widget class="Line" name="line_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2011-10-21 05:50:31 +00:00
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="automaticallyCheckUpdates">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Automatically Check For Updates</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
2011-11-30 06:01:38 +00:00
<layout class="QVBoxLayout" name="verticalLayout_2">
2011-10-21 05:50:31 +00:00
<item>
2011-11-30 06:01:38 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLabel" name="label_22">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Check for new version every</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="updateCheckEvery">
<property name="maximum">
<number>90</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_23">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>days.</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="checkForUpdatesButton">
<property name="palette">
<palette>
<active>
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>118</red>
<green>118</green>
<blue>117</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
<underline>true</underline>
</font>
</property>
<property name="text">
<string>&Check for Updates now</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextOnly</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
2011-10-21 05:50:31 +00:00
</item>
<item>
2011-11-30 06:01:38 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLabel" name="label_21">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Last Checked For Updates: </string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="updateLastChecked">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
2011-10-10 21:29:15 +00:00
</item>
</layout>
</widget>
</item>
2011-11-30 06:01:38 +00:00
</layout>
</widget>
<widget class="QWidget" name="appearanceTab">
<attribute name="title">
<string>&Appearance</string>
</attribute>
2011-11-30 09:08:45 +00:00
<layout class="QVBoxLayout" name="verticalLayout_11">
2011-10-21 05:50:31 +00:00
<item>
2011-11-30 06:01:38 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_13">
2011-10-21 05:50:31 +00:00
<item>
2011-11-30 06:01:38 +00:00
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>General Settings</string>
2011-10-21 05:50:31 +00:00
</property>
2011-11-30 06:01:38 +00:00
<layout class="QGridLayout" name="gridLayout_7">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>4</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<widget class="QLabel" name="label_18">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Overlay Flags</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="overlayFlagsCombo">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>The visual method of displaying waveform overlay flags.</string>
</property>
<item>
<property name="text">
<string>Standard Bars</string>
</property>
</item>
<item>
<property name="text">
<string>Top & Bottom Markers</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_26">
<property name="text">
<string>Graph Height</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="spinBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
2011-10-21 05:50:31 +00:00
</widget>
</item>
<item>
2011-11-30 06:01:38 +00:00
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
2011-10-21 05:50:31 +00:00
</property>
</widget>
</item>
<item>
2011-11-30 09:08:45 +00:00
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QCheckBox" name="useAntiAliasing">
<property name="text">
<string>Use Anti-Aliasing</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="useSquareWavePlots">
<property name="text">
<string>Square Wave Plots</string>
</property>
</widget>
</item>
</layout>
2011-11-30 06:01:38 +00:00
</item>
</layout>
2011-11-18 09:05:22 +00:00
</item>
2011-10-21 05:50:31 +00:00
<item>
2011-11-30 06:01:38 +00:00
<widget class="Line" name="line_5">
2011-10-21 05:50:31 +00:00
<property name="orientation">
2011-11-30 06:01:38 +00:00
<enum>Qt::Horizontal</enum>
2011-10-21 05:50:31 +00:00
</property>
2011-11-30 06:01:38 +00:00
</widget>
2011-10-21 05:50:31 +00:00
</item>
2011-11-20 23:39:55 +00:00
<item>
2011-11-30 06:01:38 +00:00
<widget class="QGroupBox" name="fontGroupBox">
2011-11-20 23:39:55 +00:00
<property name="title">
2011-11-30 06:01:38 +00:00
<string>Application Fonts</string>
2011-11-20 23:39:55 +00:00
</property>
2011-11-30 06:01:38 +00:00
<property name="flat">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_12">
2011-11-20 23:39:55 +00:00
<property name="leftMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<item>
2011-11-30 06:01:38 +00:00
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="1">
<widget class="QLabel" name="label_19">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Font</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_14">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Size</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLabel" name="label_15">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Bold </string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLabel" name="label_16">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Italic</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_10">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Application</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QFontComboBox" name="applicationFont"/>
</item>
<item row="1" column="2">
<widget class="QSpinBox" name="applicationFontSize">
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="minimum">
<number>6</number>
</property>
<property name="maximum">
<number>30</number>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QCheckBox" name="applicationFontBold">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QCheckBox" name="applicationFontItalic">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_11">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Graph Text</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QFontComboBox" name="graphFont"/>
</item>
<item row="2" column="2">
<widget class="QSpinBox" name="graphFontSize">
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="minimum">
<number>6</number>
</property>
<property name="maximum">
<number>40</number>
</property>
<property name="value">
<number>11</number>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="QCheckBox" name="graphFontBold">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="4">
<widget class="QCheckBox" name="graphFontItalic">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_12">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Graph Titles</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QFontComboBox" name="titleFont"/>
</item>
<item row="3" column="2">
<widget class="QSpinBox" name="titleFontSize">
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="minimum">
<number>6</number>
</property>
<property name="maximum">
<number>40</number>
</property>
<property name="value">
<number>14</number>
</property>
</widget>
</item>
<item row="3" column="3">
<widget class="QCheckBox" name="titleFontBold">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="3" column="4">
<widget class="QCheckBox" name="titleFontItalic">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_13">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Big Text</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QFontComboBox" name="bigFont"/>
</item>
<item row="4" column="2">
<widget class="QSpinBox" name="bigFontSize">
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="minimum">
<number>6</number>
</property>
<property name="maximum">
<number>72</number>
</property>
<property name="value">
<number>18</number>
</property>
</widget>
</item>
<item row="4" column="3">
<widget class="QCheckBox" name="bigFontBold">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="4" column="4">
<widget class="QCheckBox" name="bigFontItalic">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_30">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Details</string>
</property>
</widget>
</item>
</layout>
2011-11-20 23:39:55 +00:00
</item>
<item>
2011-11-30 06:01:38 +00:00
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
2011-11-20 23:39:55 +00:00
</item>
</layout>
</widget>
</item>
</layout>
</widget>
2011-08-02 22:37:15 +00:00
</widget>
</item>
<item>
2011-11-27 14:35:25 +00:00
<widget class="QWidget" name="widget_2" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_9">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="cancelButton">
<property name="text">
<string>&Cancel</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="okButton">
<property name="text">
<string>&Ok</string>
</property>
</widget>
</item>
</layout>
2011-08-02 22:37:15 +00:00
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
2011-11-27 14:35:25 +00:00
<sender>okButton</sender>
<signal>clicked()</signal>
2011-08-02 22:37:15 +00:00
<receiver>PreferencesDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
2011-11-30 06:01:38 +00:00
<x>632</x>
<y>387</y>
2011-08-02 22:37:15 +00:00
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
2011-11-27 14:35:25 +00:00
<sender>cancelButton</sender>
<signal>clicked()</signal>
2011-08-02 22:37:15 +00:00
<receiver>PreferencesDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
2011-11-30 06:01:38 +00:00
<x>541</x>
<y>387</y>
2011-08-02 22:37:15 +00:00
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>