OSCAR-code/mainwindow.ui

1260 lines
37 KiB
Plaintext
Raw Normal View History

2011-06-26 08:30:44 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>554</width>
<height>443</height>
2011-06-26 08:30:44 +00:00
</rect>
</property>
<property name="sizePolicy">
2011-06-26 11:49:40 +00:00
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
2011-06-26 08:30:44 +00:00
<horstretch>0</horstretch>
2011-06-26 11:49:40 +00:00
<verstretch>1</verstretch>
2011-06-26 08:30:44 +00:00
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
2011-06-26 11:49:40 +00:00
<height>16777215</height>
2011-06-26 08:30:44 +00:00
</size>
</property>
<property name="windowTitle">
<string>SleepyHead</string>
</property>
<property name="windowIcon">
<iconset resource="Resources.qrc">
<normaloff>:/docs/sheep.png</normaloff>:/docs/sheep.png</iconset>
2011-06-26 08:30:44 +00:00
</property>
<property name="iconSize">
<size>
2011-06-26 11:49:40 +00:00
<width>64</width>
<height>64</height>
2011-06-26 08:30:44 +00:00
</size>
</property>
<widget class="QWidget" name="centralwidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2011-07-17 16:05:16 +00:00
<layout class="QVBoxLayout" name="verticalLayout_3">
2011-07-18 02:33:25 +00:00
<property name="spacing">
<number>4</number>
2011-07-18 02:33:25 +00:00
</property>
<property name="margin">
<number>0</number>
</property>
2011-06-26 08:30:44 +00:00
<item>
<widget class="QSplitter" name="splitter_2">
2011-07-17 16:05:16 +00:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
2011-06-26 08:30:44 +00:00
</property>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QTabWidget" name="tabWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="tabPosition">
<enum>QTabWidget::North</enum>
</property>
<property name="currentIndex">
<number>1</number>
</property>
<property name="documentMode">
<bool>false</bool>
</property>
<property name="tabsClosable">
<bool>false</bool>
</property>
<property name="movable">
<bool>false</bool>
</property>
<widget class="QWidget" name="summaryTab">
<attribute name="title">
<string>&amp;Summary</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_7">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QWebView" name="summaryView">
<property name="url">
<url>
<string>about:blank</string>
</url>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="helpTab">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="title">
<string>&amp;Help Browser</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="spacing">
<number>3</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<item>
<widget class="QFrame" name="frame">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>40</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QToolButton" name="backButton">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/back.png</normaloff>:/icons/back.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="forwardButton">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/forward.png</normaloff>:/icons/forward.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="homeButton">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/go-home.png</normaloff>:/icons/go-home.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="urlBar">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWebView" name="webView">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>200</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>200</height>
</size>
</property>
<property name="url">
<url>
<string>qrc:/docs/index.html</string>
</url>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<widget class="QPlainTextEdit" name="logText">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QToolBox" name="toolBox">
<property name="minimumSize">
<size>
<width>160</width>
<height>0</height>
</size>
2011-06-26 08:30:44 +00:00
</property>
2011-07-17 16:05:16 +00:00
<property name="maximumSize">
<size>
<width>160</width>
2011-07-17 16:05:16 +00:00
<height>16777215</height>
</size>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>129</red>
<green>142</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>31</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>129</red>
<green>142</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>31</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>129</red>
<green>142</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>31</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>31</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
2011-08-20 08:40:03 +00:00
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
2011-07-17 16:05:16 +00:00
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
2011-07-17 16:05:16 +00:00
</property>
<property name="lineWidth">
<number>1</number>
2011-07-17 16:05:16 +00:00
</property>
<property name="midLineWidth">
<number>1</number>
2011-07-17 16:05:16 +00:00
</property>
<property name="currentIndex">
<number>0</number>
2011-07-17 16:05:16 +00:00
</property>
<property name="tabSpacing">
<number>0</number>
</property>
<widget class="QWidget" name="page">
<property name="geometry">
<rect>
<x>0</x>
<y>-211</y>
<width>143</width>
<height>524</height>
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>181</red>
<green>194</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>153</red>
<green>186</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>181</red>
<green>194</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>153</red>
<green>186</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>181</red>
<green>194</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>153</red>
<green>186</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>153</red>
<green>186</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
2011-07-03 11:49:47 +00:00
</property>
<property name="mouseTracking">
<bool>true</bool>
</property>
<attribute name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/docs/sheep.png</normaloff>:/docs/sheep.png</iconset>
</attribute>
<attribute name="label">
<string>Navigation</string>
2011-07-17 16:05:16 +00:00
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QToolButton" name="summaryButton_2">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Summary</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/go-home.png</normaloff>:/icons/go-home.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</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="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Daily</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</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="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Overview</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/overview.png</normaloff>:/icons/overview.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</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="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Oximetry</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/oximeter.png</normaloff>:/icons/oximeter.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</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="importButton">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Import</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/sdcard.png</normaloff>:/icons/sdcard.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
<property name="arrowType">
<enum>Qt::NoArrow</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="helpButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Help</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/help.png</normaloff>:/icons/help.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</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>
<zorder>dailyButton</zorder>
<zorder>overviewButton</zorder>
<zorder>verticalSpacer</zorder>
<zorder>oximetryButton</zorder>
<zorder>summaryButton_2</zorder>
<zorder>importButton</zorder>
<zorder>helpButton</zorder>
</widget>
<widget class="QWidget" name="page_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>158</width>
<height>313</height>
</rect>
</property>
<property name="mouseTracking">
<bool>true</bool>
</property>
<attribute name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/bookmark.png</normaloff>:/icons/bookmark.png</iconset>
</attribute>
<attribute name="label">
<string>Favourites</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_5">
2011-07-17 16:05:16 +00:00
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QListWidget" name="favouritesList">
<property name="palette">
<palette>
<active>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>170</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>170</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>31</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>158</width>
<height>313</height>
</rect>
</property>
<property name="mouseTracking">
<bool>true</bool>
</property>
<attribute name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/trophy.png</normaloff>:/icons/trophy.png</iconset>
</attribute>
<attribute name="label">
<string>Records</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_6">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QWebView" name="recordsBox">
<property name="palette">
<palette>
<active>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>170</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>170</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>31</green>
<blue>237</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="url">
<url>
<string>about:blank</string>
</url>
2011-06-26 08:30:44 +00:00
</property>
</widget>
2011-07-17 16:05:16 +00:00
</item>
</layout>
</widget>
</widget>
2011-06-26 08:30:44 +00:00
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>554</width>
<height>25</height>
2011-06-26 08:30:44 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<widget class="QMenu" name="menu_File">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="action_Import_Data"/>
<addaction name="action_Preferences"/>
2011-10-01 12:59:05 +00:00
<addaction name="action_Edit_Profile"/>
2011-06-26 08:30:44 +00:00
<addaction name="separator"/>
<addaction name="actionPrint_Report"/>
2011-11-14 14:10:46 +00:00
<addaction name="actionExp_ort"/>
<addaction name="separator"/>
<addaction name="actionChange_User"/>
<addaction name="separator"/>
2011-06-26 08:30:44 +00:00
<addaction name="actionE_xit"/>
</widget>
<widget class="QMenu" name="menu_View">
<property name="title">
<string>&amp;View</string>
</property>
<addaction name="actionView_S_ummary"/>
2011-06-26 08:30:44 +00:00
<addaction name="actionView_Daily"/>
<addaction name="actionView_Overview"/>
2011-09-07 09:15:33 +00:00
<addaction name="actionView_O_ximetry"/>
2011-06-26 08:30:44 +00:00
<addaction name="separator"/>
<addaction name="action_Fullscreen"/>
2011-09-07 08:08:27 +00:00
<addaction name="action_Screenshot"/>
<addaction name="separator"/>
<addaction name="action_Link_Graph_Groups"/>
2011-07-28 14:20:59 +00:00
<addaction name="action_Reset_Graph_Layout"/>
<addaction name="separator"/>
<addaction name="action_Sidebar_Toggle"/>
2011-06-26 08:30:44 +00:00
</widget>
<widget class="QMenu" name="menu_Help">
<property name="title">
<string>&amp;Help</string>
</property>
2011-11-21 10:20:11 +00:00
<addaction name="actionOnline_Users_Guide"/>
<addaction name="action_Frequently_Asked_Questions"/>
<addaction name="separator"/>
<addaction name="actionDebug"/>
2011-09-06 07:33:34 +00:00
<addaction name="actionCheck_for_Updates"/>
<addaction name="separator"/>
2011-06-26 08:30:44 +00:00
<addaction name="action_About"/>
</widget>
<widget class="QMenu" name="menu_Data">
<property name="title">
<string>&amp;Data</string>
</property>
<widget class="QMenu" name="menu_Advanced">
<property name="title">
<string>&amp;Advanced</string>
</property>
<widget class="QMenu" name="menu_Purge_CPAP_Data">
<property name="title">
<string>&amp;Purge CPAP Data</string>
</property>
<addaction name="actionPurge_Current_Day"/>
2011-12-13 08:05:33 +00:00
<addaction name="separator"/>
<addaction name="actionAll_Data_for_current_CPAP_machine"/>
</widget>
<addaction name="menu_Purge_CPAP_Data"/>
</widget>
<addaction name="action_Rebuild_Oximetry_Index"/>
<addaction name="separator"/>
<addaction name="separator"/>
<addaction name="menu_Advanced"/>
</widget>
2011-06-26 08:30:44 +00:00
<addaction name="menu_File"/>
<addaction name="menu_View"/>
<addaction name="menu_Data"/>
2011-06-26 08:30:44 +00:00
<addaction name="menu_Help"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="action_Import_Data">
<property name="text">
<string>&amp;Import Data</string>
</property>
<property name="shortcut">
<string>Shift+F2</string>
</property>
2011-06-26 08:30:44 +00:00
</action>
<action name="action_Preferences">
<property name="text">
<string>&amp;Preferences</string>
</property>
</action>
<action name="action_Profiles">
<property name="text">
<string>&amp;Profiles</string>
</property>
</action>
<action name="actionE_xit">
<property name="text">
<string>E&amp;xit</string>
</property>
</action>
<action name="actionView_Daily">
<property name="text">
<string>View &amp;Daily</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
2011-06-26 08:30:44 +00:00
</action>
<action name="actionView_Overview">
<property name="text">
<string>View &amp;Overview</string>
</property>
<property name="shortcut">
<string>F6</string>
</property>
2011-06-26 08:30:44 +00:00
</action>
<action name="actionView_Welcome">
<property name="text">
<string>View &amp;Welcome</string>
</property>
<property name="shortcut">
<string>F4</string>
</property>
2011-06-26 08:30:44 +00:00
</action>
<action name="action_CycleTabs">
2011-06-26 08:30:44 +00:00
<property name="text">
<string>-</string>
</property>
<property name="shortcut">
<string>Ctrl+Tab</string>
</property>
2011-06-26 08:30:44 +00:00
</action>
<action name="actionUse_AntiAliasing">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Use &amp;AntiAliasing</string>
</property>
</action>
<action name="action_About">
<property name="text">
2011-06-26 23:26:51 +00:00
<string>&amp;About SleepyHead</string>
2011-06-26 08:30:44 +00:00
</property>
</action>
<action name="action_Fullscreen">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Fullscreen Toggle</string>
</property>
<property name="shortcut">
<string>F11</string>
</property>
2011-06-26 08:30:44 +00:00
</action>
<action name="actionDebug">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Debug</string>
</property>
</action>
2011-07-28 14:20:59 +00:00
<action name="action_Reset_Graph_Layout">
<property name="text">
<string>&amp;Reset Graph Layout</string>
</property>
</action>
2011-09-06 07:33:34 +00:00
<action name="actionCheck_for_Updates">
<property name="text">
<string>Check for &amp;Updates</string>
</property>
</action>
2011-09-07 08:08:27 +00:00
<action name="action_Screenshot">
<property name="text">
<string>Take &amp;Screenshot</string>
</property>
<property name="shortcut">
<string>F12</string>
</property>
</action>
2011-09-07 09:15:33 +00:00
<action name="actionView_O_ximetry">
<property name="text">
<string>View O&amp;ximetry</string>
</property>
<property name="shortcut">
<string>F7</string>
</property>
</action>
<action name="actionPrint_Report">
<property name="text">
<string>Print &amp;Report</string>
</property>
</action>
2011-10-01 12:59:05 +00:00
<action name="action_Edit_Profile">
<property name="text">
<string>&amp;Edit Profile</string>
</property>
</action>
<action name="action_Link_Graph_Groups">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Link Graph Groups</string>
</property>
</action>
2011-11-14 14:10:46 +00:00
<action name="actionExp_ort">
<property name="text">
<string>Exp&amp;ort</string>
</property>
</action>
2011-11-21 10:20:11 +00:00
<action name="actionOnline_Users_Guide">
<property name="text">
<string>Online Users &amp;Guide</string>
</property>
</action>
<action name="action_Frequently_Asked_Questions">
<property name="text">
<string>&amp;Frequently Asked Questions</string>
</property>
</action>
<action name="action_Rebuild_Oximetry_Index">
<property name="text">
<string>&amp;Rebuild Oximetry Indices</string>
</property>
</action>
<action name="actionChange_User">
<property name="text">
<string>Change &amp;User</string>
</property>
</action>
<action name="actionPurge_Current_Day">
<property name="text">
<string>&amp;Current Selected Day</string>
</property>
</action>
2011-12-13 08:05:33 +00:00
<action name="actionAll_Data_for_current_CPAP_machine">
<property name="text">
<string>All data for current CPAP machine</string>
</property>
</action>
<action name="action_Sidebar_Toggle">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Right &amp;Sidebar</string>
</property>
<property name="shortcut">
<string>F8</string>
</property>
</action>
<action name="actionView_S_ummary">
<property name="text">
<string>View S&amp;ummary</string>
</property>
<property name="shortcut">
<string>F4</string>
</property>
</action>
2011-06-26 08:30:44 +00:00
</widget>
<customwidgets>
<customwidget>
<class>QWebView</class>
<extends>QWidget</extends>
<header>QtWebKit/QWebView</header>
</customwidget>
</customwidgets>
<resources>
<include location="Resources.qrc"/>
</resources>
<connections>
<connection>
<sender>actionE_xit</sender>
<signal>activated()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
<connection>
<sender>importButton</sender>
<signal>clicked()</signal>
<receiver>action_Import_Data</receiver>
<slot>trigger()</slot>
<hints>
<hint type="sourcelabel">
<x>192</x>
<y>407</y>
</hint>
<hint type="destinationlabel">
<x>-1</x>
<y>-1</y>
</hint>
</hints>
</connection>
2011-06-27 15:00:00 +00:00
<connection>
<sender>actionView_Daily</sender>
<signal>activated()</signal>
<receiver>dailyButton</receiver>
<slot>click()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>1020</x>
<y>223</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionView_Overview</sender>
<signal>activated()</signal>
<receiver>overviewButton</receiver>
<slot>click()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>1020</x>
<y>319</y>
</hint>
</hints>
</connection>
2011-06-26 08:30:44 +00:00
</connections>
</ui>