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>
|
2018-04-22 12:06:48 +00:00
|
|
|
<width>1023</width>
|
|
|
|
<height>804</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>
|
2014-05-17 11:33:33 +00:00
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
2022-01-10 15:49:23 +00:00
|
|
|
<active/>
|
|
|
|
<inactive/>
|
|
|
|
<disabled/>
|
2014-05-17 11:33:33 +00:00
|
|
|
</palette>
|
|
|
|
</property>
|
2011-06-26 08:30:44 +00:00
|
|
|
<property name="windowTitle">
|
2022-01-10 15:49:23 +00:00
|
|
|
<string notr="true">OSCAR</string>
|
2011-06-26 08:30:44 +00:00
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="Resources.qrc">
|
2019-04-16 17:12:26 +00:00
|
|
|
<normaloff>:/icons/logo-sm.png</normaloff>:/icons/logo-sm.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">
|
2011-12-25 11:27:10 +00:00
|
|
|
<number>4</number>
|
2011-07-18 02:33:25 +00:00
|
|
|
</property>
|
2013-10-26 13:59:37 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2011-07-18 02:33:25 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2011-06-26 08:30:44 +00:00
|
|
|
<item>
|
2014-10-03 02:31:51 +00:00
|
|
|
<widget class="QSplitter" name="mainsplitter">
|
2011-07-17 16:05:16 +00:00
|
|
|
<property name="orientation">
|
2011-12-25 11:27:10 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2011-06-26 08:30:44 +00:00
|
|
|
</property>
|
2014-10-03 02:31:51 +00:00
|
|
|
<widget class="QSplitter" name="logsplitter">
|
2014-05-17 12:20:06 +00:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<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>
|
2014-05-17 11:33:33 +00:00
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Light">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Midlight">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Dark">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>127</red>
|
|
|
|
<green>127</green>
|
|
|
|
<blue>127</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Mid">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>170</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>170</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Text">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="BrightText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ButtonText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</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>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Shadow">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ToolTipBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>220</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ToolTipText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Light">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Midlight">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Dark">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>127</red>
|
|
|
|
<green>127</green>
|
|
|
|
<blue>127</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Mid">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>170</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>170</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Text">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="BrightText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ButtonText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</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>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Shadow">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ToolTipBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>220</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ToolTipText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>127</red>
|
|
|
|
<green>127</green>
|
|
|
|
<blue>127</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Light">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Midlight">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Dark">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>127</red>
|
|
|
|
<green>127</green>
|
|
|
|
<blue>127</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Mid">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>170</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>170</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Text">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>127</red>
|
|
|
|
<green>127</green>
|
|
|
|
<blue>127</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="BrightText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ButtonText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>127</red>
|
|
|
|
<green>127</green>
|
|
|
|
<blue>127</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>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Shadow">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ToolTipBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>220</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ToolTipText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
|
|
|
</property>
|
2014-07-30 08:28:54 +00:00
|
|
|
<property name="mouseTracking">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="tabPosition">
|
|
|
|
<enum>QTabWidget::North</enum>
|
|
|
|
</property>
|
2014-05-17 11:33:33 +00:00
|
|
|
<property name="tabShape">
|
2014-07-30 08:28:54 +00:00
|
|
|
<enum>QTabWidget::Rounded</enum>
|
2014-05-17 11:33:33 +00:00
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="currentIndex">
|
2018-05-29 01:30:52 +00:00
|
|
|
<number>0</number>
|
2011-12-25 11:27:10 +00:00
|
|
|
</property>
|
|
|
|
<property name="documentMode">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="tabsClosable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="movable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2014-07-25 07:53:48 +00:00
|
|
|
<widget class="QWidget" name="statisticsTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>&Statistics</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</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>
|
2011-12-25 16:19:08 +00:00
|
|
|
<item>
|
2018-05-29 03:48:59 +00:00
|
|
|
<widget class="MyTextBrowser" name="statisticsView"/>
|
2011-12-25 16:19:08 +00:00
|
|
|
</item>
|
2014-05-06 11:54:41 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame_3">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="reportModeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Report Mode</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="reportModeStandard">
|
|
|
|
<property name="text">
|
|
|
|
<string>Standard</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="reportModeMonthly">
|
|
|
|
<property name="text">
|
|
|
|
<string>Monthly</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-25 07:07:08 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="reportModeRange">
|
|
|
|
<property name="text">
|
|
|
|
<string>Date Range</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDateEdit" name="statStartDate">
|
|
|
|
<property name="calendarPopup">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDateEdit" name="statEndDate">
|
|
|
|
<property name="calendarPopup">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-06 11:54:41 +00:00
|
|
|
<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>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-25 16:19:08 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-12-25 11:27:10 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QPlainTextEdit" name="logText">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBox" name="toolBox">
|
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
2011-12-25 11:27:10 +00:00
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Base">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
2011-12-25 11:27:10 +00:00
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
2011-12-25 11:27:10 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
2011-12-25 11:27:10 +00:00
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Base">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
2011-12-25 11:27:10 +00:00
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
2011-12-25 11:27:10 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
2011-12-25 11:27:10 +00:00
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Base">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
2011-12-25 11:27:10 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
2011-12-25 11:27:10 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
2011-08-20 08:40:03 +00:00
|
|
|
</property>
|
2011-12-25 15:00:10 +00:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolBox {
|
2014-08-29 10:38:46 +00:00
|
|
|
icon-size: 24px;
|
2013-10-16 16:39:22 +00:00
|
|
|
border-radius: 15px;
|
|
|
|
background: rgb(163, 190, 255)
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolBox::tab {
|
|
|
|
color: #444444;
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
|
stop: 0 #8181b1,
|
|
|
|
stop: 1.0 #8393c3);
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolBox::tab:pressed {
|
|
|
|
font: italic;
|
|
|
|
color: #ffffff;
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
|
stop: 0 #8181b1,
|
|
|
|
stop: 1.0 #8393c3);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolBox::tab:selected {
|
|
|
|
font: italic;
|
|
|
|
color: #ffffff;
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
|
stop: 0 #8181b1,
|
|
|
|
stop: 1.0 #8393c3);
|
2014-08-29 10:38:46 +00:00
|
|
|
}</string>
|
2013-10-16 16:39:22 +00:00
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
2011-07-17 16:05:16 +00:00
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
2011-07-17 16:05:16 +00:00
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="lineWidth">
|
|
|
|
<number>1</number>
|
2011-07-17 16:05:16 +00:00
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="midLineWidth">
|
|
|
|
<number>1</number>
|
2011-07-17 16:05:16 +00:00
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="currentIndex">
|
2018-06-14 08:58:06 +00:00
|
|
|
<number>0</number>
|
2011-07-17 16:05:16 +00:00
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="tabSpacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-01-06 18:15:21 +00:00
|
|
|
<widget class="QWidget" name="navPage">
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
2013-10-19 02:59:52 +00:00
|
|
|
<y>0</y>
|
2022-01-10 15:49:23 +00:00
|
|
|
<width>153</width>
|
|
|
|
<height>697</height>
|
2011-12-25 11:27:10 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
2011-12-25 11:27:10 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Base">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
2011-12-25 11:27:10 +00:00
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
2011-12-25 11:27:10 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
2011-12-25 11:27:10 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Base">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
2011-12-25 11:27:10 +00:00
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
2011-12-25 11:27:10 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
2011-12-25 11:27:10 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Base">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
2011-12-25 11:27:10 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
2011-12-25 11:27:10 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
2011-07-03 11:49:47 +00:00
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="mouseTracking">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background: rgb(163, 190, 255)</string>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="Resources.qrc">
|
2019-04-16 17:12:26 +00:00
|
|
|
<normaloff>:/icons/logo-sm.png</normaloff>:/icons/logo-sm.png</iconset>
|
2011-12-25 11:27:10 +00:00
|
|
|
</attribute>
|
|
|
|
<attribute name="label">
|
2014-08-07 22:47:34 +00:00
|
|
|
<string>Navigation</string>
|
2011-07-17 16:05:16 +00:00
|
|
|
</attribute>
|
2011-12-25 11:27:10 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2018-04-22 12:06:48 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="profilesButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton {
|
|
|
|
background: transparent;
|
|
|
|
border: 2px solid transparent; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
|
|
|
background-color: #8080ff;
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Profiles</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>64</width>
|
|
|
|
<height>64</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-25 11:27:10 +00:00
|
|
|
<item>
|
2014-04-25 05:28:10 +00:00
|
|
|
<widget class="QToolButton" name="statisticsButton">
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="sizePolicy">
|
2013-10-16 16:39:22 +00:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
2011-12-25 11:27:10 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton {
|
|
|
|
background: transparent;
|
|
|
|
border: 2px solid transparent; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
|
|
|
background-color: #8080ff;
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}</string>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="text">
|
2011-12-26 18:41:48 +00:00
|
|
|
<string>Statistics</string>
|
2011-12-25 11:27:10 +00:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="Resources.qrc">
|
2014-08-17 12:56:05 +00:00
|
|
|
<normaloff>:/icons/eye.png</normaloff>:/icons/eye.png</iconset>
|
2011-12-25 11:27:10 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2014-08-17 12:56:05 +00:00
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
2011-12-25 11:27:10 +00:00
|
|
|
</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">
|
2013-10-16 16:39:22 +00:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
2011-12-25 11:27:10 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton {
|
|
|
|
background: transparent;
|
|
|
|
border: 2px solid transparent; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
|
|
|
background-color: #8080ff;
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}</string>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<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>
|
2014-08-17 12:56:05 +00:00
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
2011-12-25 11:27:10 +00:00
|
|
|
</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">
|
2013-10-16 16:39:22 +00:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
2011-12-25 11:27:10 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton {
|
|
|
|
background: transparent;
|
|
|
|
border: 2px solid transparent; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
|
|
|
background-color: #8080ff;
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}</string>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<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>
|
2014-08-17 12:56:05 +00:00
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
2011-12-25 11:27:10 +00:00
|
|
|
</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">
|
2013-10-16 16:39:22 +00:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
2011-12-25 11:27:10 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton {
|
|
|
|
background: transparent;
|
|
|
|
border: 2px solid transparent; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
|
|
|
background-color: #8080ff;
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}</string>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<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>
|
2014-08-17 12:56:05 +00:00
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
2011-12-25 11:27:10 +00:00
|
|
|
</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">
|
2013-10-16 16:39:22 +00:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
2011-12-25 11:27:10 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton {
|
|
|
|
background: transparent;
|
|
|
|
border: 2px solid transparent; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
|
|
|
background-color: #8080ff;
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}</string>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<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>
|
2014-08-17 12:56:05 +00:00
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
2011-12-25 11:27:10 +00:00
|
|
|
</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>
|
2011-12-25 16:19:08 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="helpButton">
|
|
|
|
<property name="sizePolicy">
|
2013-10-16 16:39:22 +00:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
2011-12-25 16:19:08 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton {
|
|
|
|
background: transparent;
|
|
|
|
border: 2px solid transparent; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
|
|
|
background-color: #8080ff;
|
|
|
|
border: 2px solid #56789a; border-radius: 30px;
|
|
|
|
}</string>
|
|
|
|
</property>
|
2011-12-25 16:19:08 +00:00
|
|
|
<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>
|
2014-08-17 12:56:05 +00:00
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
2011-12-25 16:19:08 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-25 11:27:10 +00:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2013-10-16 16:39:22 +00:00
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
2011-12-25 11:27:10 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-01-06 18:15:21 +00:00
|
|
|
<widget class="QWidget" name="bookmarksPage">
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-01-10 15:49:23 +00:00
|
|
|
<width>167</width>
|
|
|
|
<height>687</height>
|
2011-12-25 11:27:10 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2012-01-06 18:15:21 +00:00
|
|
|
<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>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<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>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<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>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>170</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="mouseTracking">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="Resources.qrc">
|
|
|
|
<normaloff>:/icons/bookmark.png</normaloff>:/icons/bookmark.png</iconset>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="label">
|
2014-08-07 22:47:34 +00:00
|
|
|
<string>Bookmarks</string>
|
2011-12-25 11:27:10 +00:00
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
2011-07-17 16:05:16 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-10-26 13:59:37 +00:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetNoConstraint</enum>
|
|
|
|
</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">
|
2011-07-17 16:05:16 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-01-06 18:15:21 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame_2">
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-01-06 18:15:21 +00:00
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Button">
|
2013-10-16 16:39:22 +00:00
|
|
|
<brush brushstyle="LinearGradientPattern">
|
|
|
|
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="1.000000000000000" endy="0.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
|
|
|
|
<gradientstop position="0.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>125</red>
|
|
|
|
<green>125</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
<gradientstop position="1.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>200</red>
|
|
|
|
<green>200</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
</gradient>
|
2012-01-06 18:15:21 +00:00
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Light">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Midlight">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>212</red>
|
|
|
|
<green>212</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Dark">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>85</red>
|
|
|
|
<green>85</green>
|
|
|
|
<blue>127</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Mid">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>113</red>
|
|
|
|
<green>113</green>
|
|
|
|
<blue>170</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Text">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="BrightText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ButtonText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Base">
|
2013-10-16 16:39:22 +00:00
|
|
|
<brush brushstyle="LinearGradientPattern">
|
|
|
|
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="1.000000000000000" endy="0.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
|
|
|
|
<gradientstop position="0.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>125</red>
|
|
|
|
<green>125</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
<gradientstop position="1.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>200</red>
|
|
|
|
<green>200</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
</gradient>
|
2012-01-06 18:15:21 +00:00
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
2013-10-16 16:39:22 +00:00
|
|
|
<brush brushstyle="LinearGradientPattern">
|
|
|
|
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="1.000000000000000" endy="0.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
|
|
|
|
<gradientstop position="0.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>125</red>
|
|
|
|
<green>125</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
<gradientstop position="1.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>200</red>
|
|
|
|
<green>200</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
</gradient>
|
2012-01-06 18:15:21 +00:00
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Shadow">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>212</red>
|
|
|
|
<green>212</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ToolTipBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>220</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ToolTipText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Button">
|
2013-10-16 16:39:22 +00:00
|
|
|
<brush brushstyle="LinearGradientPattern">
|
|
|
|
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="1.000000000000000" endy="0.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
|
|
|
|
<gradientstop position="0.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>125</red>
|
|
|
|
<green>125</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
<gradientstop position="1.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>200</red>
|
|
|
|
<green>200</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
</gradient>
|
2012-01-06 18:15:21 +00:00
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Light">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Midlight">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>212</red>
|
|
|
|
<green>212</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Dark">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>85</red>
|
|
|
|
<green>85</green>
|
|
|
|
<blue>127</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Mid">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>113</red>
|
|
|
|
<green>113</green>
|
|
|
|
<blue>170</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Text">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="BrightText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ButtonText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Base">
|
2013-10-16 16:39:22 +00:00
|
|
|
<brush brushstyle="LinearGradientPattern">
|
|
|
|
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="1.000000000000000" endy="0.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
|
|
|
|
<gradientstop position="0.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>125</red>
|
|
|
|
<green>125</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
<gradientstop position="1.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>200</red>
|
|
|
|
<green>200</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
</gradient>
|
2012-01-06 18:15:21 +00:00
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
2013-10-16 16:39:22 +00:00
|
|
|
<brush brushstyle="LinearGradientPattern">
|
|
|
|
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="1.000000000000000" endy="0.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
|
|
|
|
<gradientstop position="0.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>125</red>
|
|
|
|
<green>125</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
<gradientstop position="1.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>200</red>
|
|
|
|
<green>200</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
</gradient>
|
2012-01-06 18:15:21 +00:00
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Shadow">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>212</red>
|
|
|
|
<green>212</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ToolTipBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>220</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ToolTipText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>85</red>
|
|
|
|
<green>85</green>
|
|
|
|
<blue>127</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Button">
|
2013-10-16 16:39:22 +00:00
|
|
|
<brush brushstyle="LinearGradientPattern">
|
|
|
|
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="1.000000000000000" endy="0.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
|
|
|
|
<gradientstop position="0.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>125</red>
|
|
|
|
<green>125</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
<gradientstop position="1.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>200</red>
|
|
|
|
<green>200</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
</gradient>
|
2012-01-06 18:15:21 +00:00
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Light">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Midlight">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>212</red>
|
|
|
|
<green>212</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Dark">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>85</red>
|
|
|
|
<green>85</green>
|
|
|
|
<blue>127</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Mid">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>113</red>
|
|
|
|
<green>113</green>
|
|
|
|
<blue>170</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Text">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>85</red>
|
|
|
|
<green>85</green>
|
|
|
|
<blue>127</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="BrightText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ButtonText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>85</red>
|
|
|
|
<green>85</green>
|
|
|
|
<blue>127</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Base">
|
2013-10-16 16:39:22 +00:00
|
|
|
<brush brushstyle="LinearGradientPattern">
|
|
|
|
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="1.000000000000000" endy="0.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
|
|
|
|
<gradientstop position="0.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>125</red>
|
|
|
|
<green>125</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
<gradientstop position="1.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>200</red>
|
|
|
|
<green>200</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
</gradient>
|
2012-01-06 18:15:21 +00:00
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
2013-10-16 16:39:22 +00:00
|
|
|
<brush brushstyle="LinearGradientPattern">
|
|
|
|
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="1.000000000000000" endy="0.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
|
|
|
|
<gradientstop position="0.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>125</red>
|
|
|
|
<green>125</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
<gradientstop position="1.000000000000000">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>200</red>
|
|
|
|
<green>200</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</gradientstop>
|
|
|
|
</gradient>
|
2012-01-06 18:15:21 +00:00
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Shadow">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>170</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ToolTipBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>220</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ToolTipText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(125, 125, 255, 255), stop:1 rgba(200, 200, 255, 255))</string>
|
|
|
|
</property>
|
2012-01-06 18:15:21 +00:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-10-26 13:59:37 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2012-01-06 18:15:21 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="filterBookmarks">
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-01-06 18:15:21 +00:00
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
2013-10-16 16:39:22 +00:00
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>190</red>
|
|
|
|
<green>209</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Text">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ButtonText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
2012-01-06 18:15:21 +00:00
|
|
|
<colorrole role="Base">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>190</red>
|
|
|
|
<green>209</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>190</red>
|
|
|
|
<green>209</green>
|
2012-01-06 18:15:21 +00:00
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>170</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
2013-10-16 16:39:22 +00:00
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>190</red>
|
|
|
|
<green>209</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Text">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ButtonText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
2012-01-06 18:15:21 +00:00
|
|
|
<colorrole role="Base">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>190</red>
|
|
|
|
<green>209</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>190</red>
|
|
|
|
<green>209</green>
|
2012-01-06 18:15:21 +00:00
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>170</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
2013-10-16 16:39:22 +00:00
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>190</red>
|
|
|
|
<green>209</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Text">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="ButtonText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
2012-01-06 18:15:21 +00:00
|
|
|
<colorrole role="Base">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>190</red>
|
|
|
|
<green>209</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>190</red>
|
|
|
|
<green>209</green>
|
|
|
|
<blue>255</blue>
|
2012-01-06 18:15:21 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>170</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>15</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QLineEdit {
|
|
|
|
border: 1px solid #6060e0;
|
|
|
|
border-radius: 20px;
|
|
|
|
color: white;
|
|
|
|
background-color: rgb(190, 209, 255);
|
|
|
|
}
|
|
|
|
|
|
|
|
QLineEdit:selected {
|
|
|
|
background-color: rgb(190, 209, 255);
|
|
|
|
|
|
|
|
}</string>
|
|
|
|
</property>
|
2012-01-06 18:15:21 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="filterBookmarksButton">
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-01-06 18:15:21 +00:00
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
2013-10-16 16:39:22 +00:00
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
2012-01-06 18:15:21 +00:00
|
|
|
<colorrole role="Base">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
2012-01-06 18:15:21 +00:00
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>170</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
2013-10-16 16:39:22 +00:00
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
2012-01-06 18:15:21 +00:00
|
|
|
<colorrole role="Base">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
2012-01-06 18:15:21 +00:00
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>170</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
2013-10-16 16:39:22 +00:00
|
|
|
<colorrole role="Button">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
2012-01-06 18:15:21 +00:00
|
|
|
<colorrole role="Base">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
2013-10-16 16:39:22 +00:00
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="Window">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>163</red>
|
|
|
|
<green>190</green>
|
|
|
|
<blue>255</blue>
|
2012-01-06 18:15:21 +00:00
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="AlternateBase">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>170</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton {
|
|
|
|
background: rgb(163, 190, 255);
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
background: rgb(163, 190, 255);
|
|
|
|
border: 2px solid #272727;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
QToolButton:pressed {
|
|
|
|
background: #6060c0;
|
|
|
|
border: 2px solid #272727;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
</string>
|
|
|
|
</property>
|
2012-01-06 18:15:21 +00:00
|
|
|
<property name="text">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true"/>
|
2012-01-06 18:15:21 +00:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="Resources.qrc">
|
|
|
|
<normaloff>:/icons/refresh.png</normaloff>:/icons/refresh.png</iconset>
|
|
|
|
</property>
|
2018-06-14 08:58:06 +00:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2012-01-06 18:15:21 +00:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-07-17 16:05:16 +00:00
|
|
|
<item>
|
2018-05-07 19:32:16 +00:00
|
|
|
<widget class="QTextBrowser" name="bookmarkView">
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background: rgb(163, 190, 255)</string>
|
|
|
|
</property>
|
2018-05-07 19:32:16 +00:00
|
|
|
<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 19:32:16 +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:9pt; 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 19:32:16 +00:00
|
|
|
</property>
|
|
|
|
<property name="openLinks">
|
|
|
|
<bool>false</bool>
|
2011-12-28 14:03:09 +00:00
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-01-06 18:15:21 +00:00
|
|
|
<widget class="QWidget" name="recordsPage">
|
2011-12-25 15:00:10 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-01-10 15:49:23 +00:00
|
|
|
<width>167</width>
|
|
|
|
<height>687</height>
|
2011-12-25 15:00:10 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="mouseTracking">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="Resources.qrc">
|
|
|
|
<normaloff>:/icons/trophy.png</normaloff>:/icons/trophy.png</iconset>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="label">
|
2014-08-07 22:47:34 +00:00
|
|
|
<string>Records</string>
|
2011-12-25 11:27:10 +00:00
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-10-26 13:59:37 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2011-12-25 11:27:10 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2018-05-07 19:32:16 +00:00
|
|
|
<widget class="QTextBrowser" name="recordsBox">
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background: rgb(163, 190, 255)</string>
|
|
|
|
</property>
|
2018-05-07 19:32:16 +00:00
|
|
|
<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 19:32:16 +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:9pt; 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 19:32:16 +00:00
|
|
|
</property>
|
|
|
|
<property name="openLinks">
|
|
|
|
<bool>false</bool>
|
2011-06-26 08:30:44 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
2011-07-17 16:05:16 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-07-17 15:57:45 +00:00
|
|
|
</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>
|
2018-04-22 12:06:48 +00:00
|
|
|
<width>1023</width>
|
2022-01-10 15:49:23 +00:00
|
|
|
<height>21</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>&File</string>
|
|
|
|
</property>
|
2014-09-29 14:41:31 +00:00
|
|
|
<widget class="QMenu" name="menuExp_ort_CSV_Data">
|
|
|
|
<property name="title">
|
|
|
|
<string>Exp&ort Data</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionExport_CSV"/>
|
|
|
|
<addaction name="separator"/>
|
2014-10-02 03:39:37 +00:00
|
|
|
<addaction name="actionExport_Review"/>
|
2014-09-29 14:41:31 +00:00
|
|
|
</widget>
|
2011-06-26 08:30:44 +00:00
|
|
|
<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"/>
|
2011-09-11 06:16:45 +00:00
|
|
|
<addaction name="actionPrint_Report"/>
|
|
|
|
<addaction name="separator"/>
|
2014-10-02 03:39:37 +00:00
|
|
|
<addaction name="menuExp_ort_CSV_Data"/>
|
2014-08-17 12:56:05 +00:00
|
|
|
<addaction name="actionExport_Journal"/>
|
|
|
|
<addaction name="separator"/>
|
2013-10-19 02:59:52 +00:00
|
|
|
<addaction name="actionChange_Data_Folder"/>
|
2011-12-03 05:27:57 +00:00
|
|
|
<addaction name="separator"/>
|
2014-07-19 06:12:03 +00:00
|
|
|
<addaction name="action_Exit"/>
|
2011-06-26 08:30:44 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_View">
|
|
|
|
<property name="title">
|
|
|
|
<string>&View</string>
|
|
|
|
</property>
|
2019-09-29 03:15:16 +00:00
|
|
|
<widget class="QMenu" name="menu_Reset_Graphs">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Reset Graphs</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_Standard_Graph_Order"/>
|
|
|
|
<addaction name="action_Advanced_Graph_Order"/>
|
|
|
|
</widget>
|
2011-06-26 08:30:44 +00:00
|
|
|
<addaction name="actionView_Daily"/>
|
|
|
|
<addaction name="actionView_Overview"/>
|
2020-07-05 01:17:25 +00:00
|
|
|
<addaction name="actionView_Statistics"/>
|
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"/>
|
2019-09-29 03:15:16 +00:00
|
|
|
<addaction name="menu_Reset_Graphs"/>
|
2011-07-28 14:20:59 +00:00
|
|
|
<addaction name="action_Reset_Graph_Layout"/>
|
2011-12-25 11:27:10 +00:00
|
|
|
<addaction name="separator"/>
|
2019-07-13 21:53:57 +00:00
|
|
|
<addaction name="actionLine_Cursor"/>
|
|
|
|
<addaction name="actionPie_Chart"/>
|
2014-08-04 21:28:27 +00:00
|
|
|
<addaction name="actionLeft_Daily_Sidebar"/>
|
|
|
|
<addaction name="actionDaily_Calendar"/>
|
2014-08-09 19:09:49 +00:00
|
|
|
<addaction name="action_Sidebar_Toggle"/>
|
2020-06-05 04:25:23 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionShowPersonalData"/>
|
2011-06-26 08:30:44 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Help">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
2020-01-27 19:13:41 +00:00
|
|
|
<widget class="QMenu" name="menuTroubleshooting">
|
|
|
|
<property name="title">
|
|
|
|
<string>Troubleshooting</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionDebug"/>
|
|
|
|
<addaction name="actionShow_Performance_Counters"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionCreate_Card_zip"/>
|
2020-07-21 17:21:29 +00:00
|
|
|
<addaction name="actionCreate_Log_zip"/>
|
2020-01-27 19:13:41 +00:00
|
|
|
<addaction name="actionCreate_OSCAR_Data_zip"/>
|
|
|
|
<addaction name="actionReport_a_Bug"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSystem_Information"/>
|
|
|
|
</widget>
|
2020-07-05 01:17:25 +00:00
|
|
|
<addaction name="action_Check_for_Updates"/>
|
|
|
|
<addaction name="separator"/>
|
2011-11-21 10:20:11 +00:00
|
|
|
<addaction name="actionOnline_Users_Guide"/>
|
|
|
|
<addaction name="action_Frequently_Asked_Questions"/>
|
2012-01-29 04:17:02 +00:00
|
|
|
<addaction name="actionSleep_Disorder_Terms_Glossary"/>
|
2011-11-21 10:20:11 +00:00
|
|
|
<addaction name="separator"/>
|
2013-09-15 04:20:26 +00:00
|
|
|
<addaction name="actionChange_Language"/>
|
|
|
|
<addaction name="separator"/>
|
2020-01-27 19:13:41 +00:00
|
|
|
<addaction name="menuTroubleshooting"/>
|
2020-01-21 16:22:49 +00:00
|
|
|
<addaction name="separator"/>
|
2011-06-26 08:30:44 +00:00
|
|
|
<addaction name="action_About"/>
|
|
|
|
</widget>
|
2011-12-01 01:47:09 +00:00
|
|
|
<widget class="QMenu" name="menu_Data">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Data</string>
|
|
|
|
</property>
|
2011-12-08 04:10:35 +00:00
|
|
|
<widget class="QMenu" name="menu_Advanced">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Advanced</string>
|
|
|
|
</property>
|
2020-03-26 23:48:09 +00:00
|
|
|
<widget class="QMenu" name="menuPurge_Oximetry_Data">
|
2014-05-28 17:45:42 +00:00
|
|
|
<property name="title">
|
2018-06-04 20:48:38 +00:00
|
|
|
<string>Purge Oximetry Data</string>
|
2014-05-28 17:45:42 +00:00
|
|
|
</property>
|
|
|
|
<addaction name="actionPurgeCurrentDaysOximetry"/>
|
|
|
|
</widget>
|
2014-08-04 19:57:48 +00:00
|
|
|
<widget class="QMenu" name="menuPurge_CPAP_Data">
|
|
|
|
<property name="title">
|
2020-01-31 20:16:31 +00:00
|
|
|
<string>Purge ALL Machine Data</string>
|
2014-08-04 19:57:48 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
2021-04-05 02:05:05 +00:00
|
|
|
<widget class="QMenu" name="menuPurge_Current_Selected_Day">
|
|
|
|
<property name="title">
|
|
|
|
<string>Purge &Current Selected Day</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionPurge_Current_Day"/>
|
|
|
|
<addaction name="actionPurgeCurrentDayOximetry"/>
|
|
|
|
<addaction name="actionPurgeCurrentDaySleepStage"/>
|
|
|
|
<addaction name="actionPurgeCurrentDayPosition"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionPurgeCurrentDayAllExceptNotes"/>
|
|
|
|
<addaction name="actionPurgeCurrentDayAll"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuPurge_Current_Selected_Day"/>
|
2014-08-04 19:57:48 +00:00
|
|
|
<addaction name="menuPurge_CPAP_Data"/>
|
2014-05-28 17:45:42 +00:00
|
|
|
<addaction name="separator"/>
|
2020-03-26 23:48:09 +00:00
|
|
|
<addaction name="menuPurge_Oximetry_Data"/>
|
2011-12-08 04:10:35 +00:00
|
|
|
</widget>
|
2014-07-26 12:46:11 +00:00
|
|
|
<widget class="QMenu" name="menu_Rebuild_CPAP_Data">
|
|
|
|
<property name="title">
|
|
|
|
<string>Rebuild CPAP Data</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2014-07-03 01:11:54 +00:00
|
|
|
<addaction name="actionView_Oximetry"/>
|
|
|
|
<addaction name="separator"/>
|
2012-01-12 09:35:50 +00:00
|
|
|
<addaction name="actionImport_ZEO_Data"/>
|
2020-01-30 00:59:05 +00:00
|
|
|
<addaction name="actionImport_Dreem_Data"/>
|
2014-04-15 13:59:24 +00:00
|
|
|
<addaction name="actionImport_Somnopose_Data"/>
|
2020-01-23 17:51:58 +00:00
|
|
|
<addaction name="actionImport_Viatom_Data"/>
|
2012-01-24 15:51:11 +00:00
|
|
|
<addaction name="actionImport_RemStar_MSeries_Data"/>
|
2011-12-08 04:10:35 +00:00
|
|
|
<addaction name="separator"/>
|
2012-01-12 09:35:50 +00:00
|
|
|
<addaction name="action_Rebuild_Oximetry_Index"/>
|
2014-07-26 12:46:11 +00:00
|
|
|
<addaction name="menu_Rebuild_CPAP_Data"/>
|
2012-01-12 09:35:50 +00:00
|
|
|
<addaction name="separator"/>
|
2014-07-26 12:46:11 +00:00
|
|
|
<addaction name="menu_Advanced"/>
|
2011-12-01 01:47:09 +00:00
|
|
|
</widget>
|
2011-06-26 08:30:44 +00:00
|
|
|
<addaction name="menu_File"/>
|
|
|
|
<addaction name="menu_View"/>
|
2011-12-01 01:47:09 +00:00
|
|
|
<addaction name="menu_Data"/>
|
2011-06-26 08:30:44 +00:00
|
|
|
<addaction name="menu_Help"/>
|
|
|
|
</widget>
|
|
|
|
<action name="action_Import_Data">
|
|
|
|
<property name="text">
|
2020-01-21 16:22:49 +00:00
|
|
|
<string>&Import CPAP Card Data</string>
|
2011-06-26 08:30:44 +00:00
|
|
|
</property>
|
2011-07-03 12:08:30 +00:00
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">Shift+F2</string>
|
2011-07-03 12:08:30 +00:00
|
|
|
</property>
|
2011-06-26 08:30:44 +00:00
|
|
|
</action>
|
|
|
|
<action name="action_Preferences">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Preferences</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Profiles">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Profiles</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2014-07-19 06:12:03 +00:00
|
|
|
<action name="action_Exit">
|
2011-06-26 08:30:44 +00:00
|
|
|
<property name="text">
|
2014-07-19 06:12:03 +00:00
|
|
|
<string>Exit</string>
|
2011-06-26 08:30:44 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionView_Daily">
|
|
|
|
<property name="text">
|
|
|
|
<string>View &Daily</string>
|
|
|
|
</property>
|
2019-07-13 21:53:57 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show Daily view</string>
|
|
|
|
</property>
|
2011-07-03 12:08:30 +00:00
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">F5</string>
|
2011-07-03 12:08:30 +00:00
|
|
|
</property>
|
2011-06-26 08:30:44 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionView_Overview">
|
|
|
|
<property name="text">
|
|
|
|
<string>View &Overview</string>
|
|
|
|
</property>
|
2019-07-13 21:53:57 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show Overview view</string>
|
|
|
|
</property>
|
2011-07-03 12:08:30 +00:00
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">F6</string>
|
2011-07-03 12:08:30 +00:00
|
|
|
</property>
|
2011-06-26 08:30:44 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionView_Welcome">
|
|
|
|
<property name="text">
|
|
|
|
<string>View &Welcome</string>
|
|
|
|
</property>
|
2011-07-03 12:08:30 +00:00
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">F4</string>
|
2011-07-03 12:08:30 +00:00
|
|
|
</property>
|
2011-06-26 08:30:44 +00:00
|
|
|
</action>
|
2011-10-28 11:31:31 +00:00
|
|
|
<action name="action_CycleTabs">
|
2011-06-26 08:30:44 +00:00
|
|
|
<property name="text">
|
2022-01-10 15:49:23 +00:00
|
|
|
<string notr="true">-</string>
|
|
|
|
</property>
|
|
|
|
<property name="iconText">
|
|
|
|
<string notr="true">-</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string notr="true">-</string>
|
2011-06-26 08:30:44 +00:00
|
|
|
</property>
|
2011-10-28 11:31:31 +00:00
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">Ctrl+Tab</string>
|
2011-10-28 11:31:31 +00:00
|
|
|
</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 &AntiAliasing</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_About">
|
|
|
|
<property name="text">
|
2019-02-24 00:58:25 +00:00
|
|
|
<string>&About OSCAR</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">
|
2019-04-03 22:32:33 +00:00
|
|
|
<string>&Maximize Toggle</string>
|
2011-06-26 08:30:44 +00:00
|
|
|
</property>
|
2019-07-13 21:53:57 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Maximize window</string>
|
|
|
|
</property>
|
2011-07-03 12:08:30 +00:00
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">F11</string>
|
2011-07-03 12:08:30 +00:00
|
|
|
</property>
|
2011-06-26 08:30:44 +00:00
|
|
|
</action>
|
2011-07-17 15:57:45 +00:00
|
|
|
<action name="actionDebug">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2012-01-29 04:17:02 +00:00
|
|
|
<string>Show Debug Pane</string>
|
2011-07-17 15:57:45 +00:00
|
|
|
</property>
|
2018-06-14 08:58:06 +00:00
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2011-07-17 15:57:45 +00:00
|
|
|
</action>
|
2011-07-28 14:20:59 +00:00
|
|
|
<action name="action_Reset_Graph_Layout">
|
|
|
|
<property name="text">
|
2019-07-31 02:59:01 +00:00
|
|
|
<string>Reset Graph &Heights</string>
|
2011-07-28 14:20:59 +00:00
|
|
|
</property>
|
2019-07-13 21:53:57 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reset sizes of graphs</string>
|
|
|
|
</property>
|
2011-07-28 14:20:59 +00:00
|
|
|
</action>
|
2011-09-07 08:08:27 +00:00
|
|
|
<action name="action_Screenshot">
|
|
|
|
<property name="text">
|
|
|
|
<string>Take &Screenshot</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">F12</string>
|
2011-09-07 08:08:27 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-04-15 11:02:51 +00:00
|
|
|
<action name="actionView_Oximetry">
|
2011-09-07 09:15:33 +00:00
|
|
|
<property name="text">
|
2014-07-03 01:11:54 +00:00
|
|
|
<string>O&ximetry Wizard</string>
|
2011-09-07 09:15:33 +00:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">F7</string>
|
2011-09-07 09:15:33 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2011-09-11 06:16:45 +00:00
|
|
|
<action name="actionPrint_Report">
|
|
|
|
<property name="text">
|
|
|
|
<string>Print &Report</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2011-10-01 12:59:05 +00:00
|
|
|
<action name="action_Edit_Profile">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Edit Profile</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2011-11-21 10:20:11 +00:00
|
|
|
<action name="actionOnline_Users_Guide">
|
|
|
|
<property name="text">
|
|
|
|
<string>Online Users &Guide</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Frequently_Asked_Questions">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Frequently Asked Questions</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2011-12-01 01:47:09 +00:00
|
|
|
<action name="action_Rebuild_Oximetry_Index">
|
|
|
|
<property name="text">
|
2014-07-26 12:46:11 +00:00
|
|
|
<string>&Automatic Oximetry Cleanup</string>
|
2011-12-01 01:47:09 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2011-12-03 05:27:57 +00:00
|
|
|
<action name="actionChange_User">
|
|
|
|
<property name="text">
|
|
|
|
<string>Change &User</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2011-12-25 11:27:10 +00:00
|
|
|
<action name="action_Sidebar_Toggle">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2019-07-15 03:25:49 +00:00
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Right &Sidebar</string>
|
|
|
|
</property>
|
2019-07-13 21:53:57 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show Right Sidebar</string>
|
|
|
|
</property>
|
2011-12-25 11:27:10 +00:00
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">F10</string>
|
2011-12-25 11:27:10 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-04-15 11:02:51 +00:00
|
|
|
<action name="actionView_Statistics">
|
2011-12-25 16:19:08 +00:00
|
|
|
<property name="text">
|
2014-04-15 11:02:51 +00:00
|
|
|
<string>View S&tatistics</string>
|
|
|
|
</property>
|
|
|
|
<property name="iconText">
|
|
|
|
<string>View Statistics</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2019-07-13 21:53:57 +00:00
|
|
|
<string>Show Statistics view</string>
|
2011-12-25 16:19:08 +00:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">F4</string>
|
2011-12-25 16:19:08 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-11 13:55:46 +00:00
|
|
|
<action name="actionImport_ZEO_Data">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import &ZEO Data</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-30 00:59:05 +00:00
|
|
|
<action name="actionImport_Dreem_Data">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import &Dreem Data</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-24 15:51:11 +00:00
|
|
|
<action name="actionImport_RemStar_MSeries_Data">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import RemStar &MSeries Data</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-29 04:17:02 +00:00
|
|
|
<action name="actionSleep_Disorder_Terms_Glossary">
|
|
|
|
<property name="text">
|
|
|
|
<string>Sleep Disorder Terms &Glossary</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-09-15 04:20:26 +00:00
|
|
|
<action name="actionChange_Language">
|
|
|
|
<property name="text">
|
|
|
|
<string>Change &Language</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-10-19 02:59:52 +00:00
|
|
|
<action name="actionChange_Data_Folder">
|
|
|
|
<property name="text">
|
|
|
|
<string>Change &Data Folder</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2014-04-15 13:59:24 +00:00
|
|
|
<action name="actionImport_Somnopose_Data">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import &Somnopose Data</string>
|
2020-01-23 17:51:58 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionImport_Viatom_Data">
|
|
|
|
<property name="text">
|
2021-02-22 20:30:04 +00:00
|
|
|
<string>Import &Viatom/Wellue Data</string>
|
2014-04-15 13:59:24 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-05-28 17:45:42 +00:00
|
|
|
<action name="actionPurgeCurrentDaysOximetry">
|
|
|
|
<property name="text">
|
|
|
|
<string>Current Days</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-07-13 21:53:57 +00:00
|
|
|
<action name="actionLine_Cursor">
|
2014-07-21 08:45:35 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2019-07-19 05:39:08 +00:00
|
|
|
<string>Show &Line Cursor</string>
|
2014-07-21 08:45:35 +00:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">Ctrl+L</string>
|
2014-07-21 08:45:35 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-08-04 19:57:48 +00:00
|
|
|
<action name="action">
|
|
|
|
<property name="text">
|
2014-08-07 22:47:34 +00:00
|
|
|
<string/>
|
2014-08-04 19:57:48 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-08-04 21:28:27 +00:00
|
|
|
<action name="actionLeft_Daily_Sidebar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
2019-07-15 03:25:49 +00:00
|
|
|
<bool>true</bool>
|
2014-08-04 21:28:27 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Daily Sidebar</string>
|
|
|
|
</property>
|
2019-07-13 21:53:57 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show Daily Left Sidebar</string>
|
|
|
|
</property>
|
2014-08-04 21:28:27 +00:00
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">F8</string>
|
2014-08-04 21:28:27 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDaily_Calendar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
2019-07-15 03:25:49 +00:00
|
|
|
<bool>true</bool>
|
2014-08-04 21:28:27 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Daily Calendar</string>
|
|
|
|
</property>
|
2019-07-13 21:53:57 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show Daily Calendar</string>
|
|
|
|
</property>
|
2014-08-04 21:28:27 +00:00
|
|
|
<property name="shortcut">
|
2018-06-14 08:58:06 +00:00
|
|
|
<string notr="true">F9</string>
|
2014-08-04 21:28:27 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-08-17 12:56:05 +00:00
|
|
|
<action name="actionExport_Journal">
|
|
|
|
<property name="text">
|
|
|
|
<string>Backup &Journal</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2014-09-13 11:34:18 +00:00
|
|
|
<action name="actionShow_Performance_Counters">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Performance Information</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-21 16:22:49 +00:00
|
|
|
<action name="actionCreate_Card_zip">
|
|
|
|
<property name="text">
|
2020-01-27 19:13:41 +00:00
|
|
|
<string>Create zip of CPAP data card</string>
|
2020-01-21 16:22:49 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2020-07-21 17:21:29 +00:00
|
|
|
<action name="actionCreate_Log_zip">
|
|
|
|
<property name="text">
|
|
|
|
<string>Create zip of OSCAR diagnostic logs</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-21 16:22:49 +00:00
|
|
|
<action name="actionCreate_OSCAR_Data_zip">
|
|
|
|
<property name="text">
|
2020-01-27 19:13:41 +00:00
|
|
|
<string>Create zip of all OSCAR data</string>
|
2020-01-21 16:22:49 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-09-29 14:41:31 +00:00
|
|
|
<action name="actionExport_CSV">
|
|
|
|
<property name="text">
|
2014-10-02 03:39:37 +00:00
|
|
|
<string>CSV Export Wizard</string>
|
2014-09-29 14:41:31 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-10-02 03:39:37 +00:00
|
|
|
<action name="actionExport_Review">
|
2014-09-29 14:41:31 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Export for Review</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-04-03 12:48:24 +00:00
|
|
|
<action name="actionReport_a_Bug">
|
|
|
|
<property name="text">
|
2019-02-25 19:08:17 +00:00
|
|
|
<string>Report an Issue</string>
|
2016-04-03 12:48:24 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2019-06-02 02:51:18 +00:00
|
|
|
<action name="actionSystem_Information">
|
|
|
|
<property name="text">
|
|
|
|
<string>System Information</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-07-13 21:53:57 +00:00
|
|
|
<action name="actionPie_Chart">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2019-07-19 05:39:08 +00:00
|
|
|
<string>Show &Pie Chart</string>
|
2019-07-13 21:53:57 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show Pie Chart on Daily page</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2022-01-10 15:49:23 +00:00
|
|
|
<string notr="true">F3</string>
|
2019-07-13 21:53:57 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2019-09-29 03:15:16 +00:00
|
|
|
<action name="action_Standard_Graph_Order">
|
|
|
|
<property name="text">
|
|
|
|
<string>Standard</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Standard graph order, good for CPAP, APAP, Bi-Level</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Advanced_Graph_Order">
|
2019-07-31 02:59:01 +00:00
|
|
|
<property name="text">
|
2019-09-29 03:15:16 +00:00
|
|
|
<string>Advanced</string>
|
2019-07-31 02:59:01 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2019-09-29 03:15:16 +00:00
|
|
|
<string>Advanced graph order, good for ASV, AVAPS</string>
|
2019-07-31 02:59:01 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2020-06-05 04:25:23 +00:00
|
|
|
<action name="actionShowPersonalData">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Personal Data</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-07-05 01:17:25 +00:00
|
|
|
<action name="action_Check_for_Updates">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Check For &Updates</string>
|
|
|
|
</property>
|
|
|
|
<property name="visible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-04-05 02:05:05 +00:00
|
|
|
<action name="actionPurge_Current_Selected_Day">
|
|
|
|
<property name="text">
|
|
|
|
<string>Purge Current Selected Day</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPurge_Current_Day">
|
|
|
|
<property name="text">
|
|
|
|
<string>&CPAP</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPurgeCurrentDayOximetry">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Oximetry</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPurgeCurrentDaySleepStage">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Sleep Stage</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPurgeCurrentDayPosition">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Position</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPurgeCurrentDayAllExceptNotes">
|
|
|
|
<property name="text">
|
|
|
|
<string>&All except Notes</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPurgeCurrentDayAll">
|
|
|
|
<property name="text">
|
|
|
|
<string>All including &Notes</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2011-06-26 08:30:44 +00:00
|
|
|
</widget>
|
2018-05-29 03:48:59 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>MyTextBrowser</class>
|
|
|
|
<extends>QTextBrowser</extends>
|
|
|
|
<header>mytextbrowser.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2011-06-26 08:30:44 +00:00
|
|
|
<resources>
|
|
|
|
<include location="Resources.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
2014-07-19 06:12:03 +00:00
|
|
|
<sender>action_Exit</sender>
|
2013-01-20 16:31:51 +00:00
|
|
|
<signal>triggered()</signal>
|
2011-06-26 08:30:44 +00:00
|
|
|
<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>
|
2011-06-27 15:00:00 +00:00
|
|
|
<connection>
|
|
|
|
<sender>actionView_Daily</sender>
|
2013-01-20 16:31:51 +00:00
|
|
|
<signal>triggered()</signal>
|
2011-06-27 15:00:00 +00:00
|
|
|
<receiver>dailyButton</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2014-04-15 11:02:51 +00:00
|
|
|
<x>850</x>
|
|
|
|
<y>219</y>
|
2011-06-27 15:00:00 +00:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>actionView_Overview</sender>
|
2013-01-20 16:31:51 +00:00
|
|
|
<signal>triggered()</signal>
|
2011-06-27 15:00:00 +00:00
|
|
|
<receiver>overviewButton</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2014-04-15 11:02:51 +00:00
|
|
|
<x>850</x>
|
|
|
|
<y>301</y>
|
2011-06-27 15:00:00 +00:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2014-04-25 05:28:10 +00:00
|
|
|
<connection>
|
|
|
|
<sender>actionView_Statistics</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>statisticsButton</receiver>
|
|
|
|
<slot>click()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>772</x>
|
|
|
|
<y>101</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2011-06-26 08:30:44 +00:00
|
|
|
</connections>
|
|
|
|
</ui>
|