2018-05-07 15:11:02 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Welcome</class>
<widget class="QWidget" name="Welcome">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>965</width>
2022-01-10 15:49:23 +00:00
<height>750</height>
2018-05-07 15:11:02 +00:00
</rect>
</property>
<property name="windowTitle">
2022-01-10 15:49:23 +00:00
<string notr="true">Form</string>
2018-05-07 15:11:02 +00:00
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<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>
<layout class="QVBoxLayout" name="verticalLayout">
2018-05-07 16:54:08 +00:00
<property name="spacing">
<number>12</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
2018-05-07 15:11:02 +00:00
<item>
<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>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<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>
<item>
<widget class="QLabel" name="label">
<property name="minimumSize">
<size>
<width>128</width>
<height>128</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>128</width>
<height>128</height>
</size>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="pixmap">
2019-04-22 01:18:43 +00:00
<pixmap resource="Resources.qrc">:/icons/logo-lg.png</pixmap>
2018-05-07 15:11:02 +00:00
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<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>
<item>
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<pointsize>15</pointsize>
<bold>true</bold>
</font>
</property>
<property name="text">
2019-03-10 16:03:19 +00:00
<string>Welcome to the Open Source CPAP Analysis Reporter</string>
2018-05-07 15:11:02 +00:00
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="font">
<font>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>What would you like to do?</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>10</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="QToolButton" name="importButton">
<property name="styleSheet">
<string notr="true">QToolButton {
background: transparent;
border: 2px solid transparent; border-radius: 10px;
}
QToolButton:hover {
border: 2px solid #56789a; border-radius: 10px;
}
QToolButton:pressed {
background-color: #8080ff;
border: 2px solid #56789a; border-radius: 10px;
}</string>
</property>
<property name="text">
<string>CPAP Importer</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/sdcard.png</normaloff>:/icons/sdcard.png</iconset>
</property>
<property name="iconSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="oximetryButton">
<property name="styleSheet">
<string notr="true">QToolButton {
background: transparent;
border: 2px solid transparent; border-radius: 10px;
}
QToolButton:hover {
border: 2px solid #56789a; border-radius: 10px;
}
QToolButton:pressed {
background-color: #8080ff;
border: 2px solid #56789a; border-radius: 10px;
}</string>
</property>
<property name="text">
<string>Oximetry Wizard</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/cms50f.png</normaloff>:/icons/cms50f.png</iconset>
</property>
<property name="iconSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="dailyButton">
<property name="styleSheet">
<string notr="true">QToolButton {
background: transparent;
border: 2px solid transparent; border-radius: 10px;
}
QToolButton:hover {
border: 2px solid #56789a; border-radius: 10px;
}
QToolButton:pressed {
background-color: #8080ff;
border: 2px solid #56789a; border-radius: 10px;
}</string>
</property>
<property name="text">
2018-05-08 08:12:32 +00:00
<string>Daily View</string>
2018-05-07 15:11:02 +00:00
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/daily.png</normaloff>:/icons/daily.png</iconset>
</property>
<property name="iconSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="overviewButton">
<property name="styleSheet">
<string notr="true">QToolButton {
background: transparent;
border: 2px solid transparent; border-radius: 10px;
}
QToolButton:hover {
border: 2px solid #56789a; border-radius: 10px;
}
QToolButton:pressed {
background-color: #8080ff;
border: 2px solid #56789a; border-radius: 10px;
}</string>
</property>
<property name="text">
2018-05-08 08:12:32 +00:00
<string>Overview</string>
2018-05-07 15:11:02 +00:00
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/overview-page.png</normaloff>:/icons/overview-page.png</iconset>
</property>
<property name="iconSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="statisticsButton">
<property name="styleSheet">
<string notr="true">QToolButton {
background: transparent;
border: 2px solid transparent; border-radius: 10px;
}
QToolButton:hover {
border: 2px solid #56789a; border-radius: 10px;
}
QToolButton:pressed {
background-color: #8080ff;
border: 2px solid #56789a; border-radius: 10px;
}</string>
</property>
<property name="text">
2018-05-08 08:12:32 +00:00
<string>Statistics</string>
2018-05-07 15:11:02 +00:00
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/statistics.png</normaloff>:/icons/statistics.png</iconset>
</property>
<property name="iconSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_6">
<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>
<item>
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<property name="lineWidth">
<number>2</number>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="cpapIcon">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>128</width>
<height>128</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>128</width>
<height>128</height>
</size>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="pixmap">
<pixmap resource="Resources.qrc">:/icons/mask.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QTextBrowser" name="cpapInfo">
<property name="sizePolicy">
2018-06-09 14:09:53 +00:00
<sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
2018-05-07 15:11:02 +00:00
<horstretch>0</horstretch>
2018-06-09 14:09:53 +00:00
<verstretch>1</verstretch>
2018-05-07 15:11:02 +00:00
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>150</height>
</size>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="styleSheet">
2018-05-08 08:12:32 +00:00
<string notr="true">border: 1px solid; border-radius:20px; background-color: #ffffd0; </string>
2018-05-07 15:11:02 +00:00
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
<property name="html">
<string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2022-01-10 15:49:23 +00:00
<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
2018-05-07 15:11:02 +00:00
p, li { white-space: pre-wrap; }
2022-01-10 15:49:23 +00:00
</style></head><body style=" font-family:'Segoe UI'; font-size:10pt; font-weight:400; font-style:normal;">
<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-family:'MS Shell Dlg 2'; font-size:8.25pt;"><br /></p></body></html></string>
2018-05-07 15:11:02 +00:00
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="oxiIcon">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>128</width>
<height>128</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>128</width>
<height>128</height>
</size>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="pixmap">
<pixmap resource="Resources.qrc">:/icons/oximeter.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QTextBrowser" name="oxiInfo">
<property name="sizePolicy">
2018-06-09 14:09:53 +00:00
<sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
2018-05-07 15:11:02 +00:00
<horstretch>0</horstretch>
2018-06-09 14:09:53 +00:00
<verstretch>1</verstretch>
2018-05-07 15:11:02 +00:00
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>150</height>
</size>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="styleSheet">
2018-05-08 08:12:32 +00:00
<string notr="true">border: 1px solid; border-radius:20px; background-color: #ffffd0; </string>
2018-05-07 15:11:02 +00:00
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QFrame" name="S9Warning">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
2018-05-07 16:54:08 +00:00
<item>
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2018-05-07 15:11:02 +00:00
<item>
<widget class="QLabel" name="label_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="Resources.qrc">:/icons/sdcard-lock.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_6">
<property name="text">
2022-02-27 14:18:39 +00:00
<string><span style=" font-weight:600;">Warning: </span><span style=" color:#ff0000;">ResMed S9 SDCards need to be locked </span><span style=" font-weight:600; color:#ff0000;">before inserting into your computer.&nbsp;&nbsp;&nbsp;</span><span style=" color:#000000;"><br>Some operating systems write index files to the card without asking, which can render your card unreadable by your cpap device.</span></p></body></html></string>
2019-08-01 18:21:57 +00:00
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="indent">
<number>8</number>
2018-05-07 15:11:02 +00:00
</property>
</widget>
</item>
2018-05-07 16:54:08 +00:00
<item>
<widget class="QLabel" name="label_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="pixmap">
<pixmap resource="Resources.qrc">:/icons/sdcard-lock.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
2019-08-01 18:21:57 +00:00
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="indent">
<number>-1</number>
</property>
2018-05-07 16:54:08 +00:00
</widget>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2018-05-07 15:11:02 +00:00
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<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>
</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>
</layout>
</widget>
<resources>
<include location="Resources.qrc"/>
</resources>
<connections/>
</ui>