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-10-05 03:05:35 +00:00
<width>527</width>
<height>291</height>
2011-08-02 22:37:15 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Preferences</string>
</property>
<property name="sizeGripEnabled">
<bool>false</bool>
</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-10-05 03:05:35 +00:00
<number>3</number>
2011-08-02 22:37:15 +00:00
</property>
2011-10-05 03:05:35 +00:00
<widget class="QWidget" name="visualTab">
2011-09-08 09:50:05 +00:00
<attribute name="title">
2011-10-02 04:23:17 +00:00
<string>&CPAP/Visual</string>
2011-09-08 09:50:05 +00:00
</attribute>
2011-10-02 04:23:17 +00:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" 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>Intentional Leak</string>
</property>
</widget>
2011-09-08 09:50:05 +00:00
</item>
2011-10-02 04:23:17 +00:00
<item row="4" 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="6" column="0">
<widget class="QLabel" name="label_7">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Unit System</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QCheckBox" name="useGraphSnapshots">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>The Pie Chart in the Daily Views left panel.
This takes extra space, and has been known to cause problems on certain computer configurations, hence it's turned off by default.</string>
</property>
<property name="text">
<string>Graph Snapshots</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QDoubleSpinBox" name="intentionalLeakEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Intentional Leak value for your Mask type in Litres/Minute.
(ResMed machines only report unintentional leaks and don't need this)
</string>
</property>
<property name="suffix">
<string/>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QComboBox" name="overlayFlagsCombo">
<property name="toolTip">
<string>The visual method of displaying waveform overlay flags.</string>
</property>
<item>
<property name="text">
<string>Standard Bars</string>
</property>
2011-09-08 09:50:05 +00:00
</item>
2011-10-02 04:23:17 +00:00
<item>
<property name="text">
<string>Top & Bottom Markers</string>
</property>
2011-09-08 09:50:05 +00:00
</item>
2011-10-02 04:23:17 +00:00
</widget>
</item>
<item row="4" column="3">
<widget class="QCheckBox" name="useAntiAliasing">
<property name="toolTip">
<string>Reduces the jagged edges on lines a little.</string>
</property>
<property name="text">
<string>Use Anti-Aliasing</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QComboBox" name="unitCombo">
<item>
<property name="text">
<string>Metric</string>
</property>
2011-09-08 09:50:05 +00:00
</item>
2011-10-02 04:23:17 +00:00
<item>
<property name="text">
<string>Dark Ages</string>
</property>
2011-09-08 09:50:05 +00:00
</item>
2011-10-02 04:23:17 +00:00
</widget>
</item>
<item row="6" column="3">
<widget class="QCheckBox" name="useMultithreading">
<property name="toolTip">
<string>You may need to disable this if your experiencing crashes.
It has no effect on single cpu machines.</string>
</property>
<property name="text">
<string>Use Multi-Threading</string>
</property>
</widget>
</item>
<item row="8" column="0" colspan="4">
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>264</width>
<height>108</height>
</size>
</property>
</spacer>
2011-09-08 09:50:05 +00:00
</item>
</layout>
</widget>
2011-10-05 03:05:35 +00:00
<widget class="QWidget" name="sessionTab">
2011-08-02 22:37:15 +00:00
<attribute name="title">
<string>&Sessions</string>
</attribute>
2011-08-03 03:09:57 +00:00
<layout class="QVBoxLayout" name="verticalLayout_2">
2011-08-02 22:37:15 +00:00
<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">
2011-08-03 03:09:57 +00:00
<string>Sessions starting before this time will go to the previous calendar day.</string>
2011-08-02 22:37:15 +00:00
</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>
<item>
2011-08-05 07:52:32 +00:00
<widget class="QCheckBox" name="memoryHogCheckbox">
2011-08-02 22:37:15 +00:00
<property name="toolTip">
2011-09-24 03:59:23 +00:00
<string>Turn this off if your worried about SleepyHead consuming too much memory.
2011-08-02 22:37:15 +00:00
It will be faster changing to days you've already been to if you leave it on. </string>
</property>
<property name="text">
2011-09-23 03:54:48 +00:00
<string>Cache event data in memory</string>
2011-08-02 22:37:15 +00:00
</property>
</widget>
</item>
</layout>
</item>
<item>
2011-08-03 03:09:57 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_4">
2011-08-02 22:37:15 +00:00
<item>
<widget class="QLabel" name="label">
<property name="text">
2011-08-05 09:00:16 +00:00
<string>Combine Close Sessions </string>
2011-08-02 22:37:15 +00:00
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
2011-08-03 03:09:57 +00:00
<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>
2011-08-02 22:37:15 +00:00
</item>
</layout>
</item>
<item>
2011-08-03 03:09:57 +00:00
<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.
</string>
</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>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
2011-08-02 22:37:15 +00:00
<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>
2011-08-03 03:09:57 +00:00
<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">
<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>
</property>
<property name="maximum">
2011-08-05 08:41:45 +00:00
<number>90</number>
2011-08-03 03:09:57 +00:00
</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>
</widget>
2011-08-02 22:37:15 +00:00
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>30</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
2011-10-05 03:05:35 +00:00
<widget class="QWidget" name="colourTab">
2011-08-03 03:09:57 +00:00
<attribute name="title">
<string>&Events</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
2011-08-06 01:42:36 +00:00
<item>
<widget class="QLabel" name="label_6">
<property name="text">
2011-10-05 03:05:35 +00:00
<string>This doesn't work yet..</string>
2011-08-06 01:42:36 +00:00
</property>
</widget>
</item>
2011-08-03 03:09:57 +00:00
<item>
<widget class="QTableWidget" name="eventTable">
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="rowCount">
<number>0</number>
</property>
<property name="columnCount">
2011-09-23 05:22:52 +00:00
<number>4</number>
2011-08-03 03:09:57 +00:00
</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>
2011-09-23 05:22:52 +00:00
<column>
<property name="text">
<string>ID</string>
</property>
</column>
2011-08-03 03:09:57 +00:00
</widget>
</item>
</layout>
</widget>
2011-10-05 03:05:35 +00:00
<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="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Filter</string>
</property>
<property name="margin">
<number>4</number>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="graphTreeFilter"/>
</item>
</layout>
</item>
2011-10-05 06:45:33 +00:00
<item>
<widget class="QLabel" name="label_9">
<property name="text">
<string>This page is yet another work in progress. Please ignore.</string>
</property>
</widget>
</item>
2011-10-05 03:05:35 +00:00
<item>
<widget class="QTreeWidget" name="graphTree">
<property name="headerHidden">
<bool>true</bool>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
2011-08-02 22:37:15 +00:00
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
<property name="centerButtons">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>PreferencesDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>PreferencesDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>