mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 02:00:43 +00:00
3044 lines
96 KiB
XML
3044 lines
96 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1023</width>
|
|
<height>804</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>1</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="palette">
|
|
<palette>
|
|
<active/>
|
|
<inactive/>
|
|
<disabled/>
|
|
</palette>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string notr="true">OSCAR</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="Resources.qrc">
|
|
<normaloff>:/icons/logo-sm.png</normaloff>:/icons/logo-sm.png</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>64</width>
|
|
<height>64</height>
|
|
</size>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<property name="spacing">
|
|
<number>4</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>
|
|
<item>
|
|
<widget class="QSplitter" name="mainsplitter">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<widget class="QSplitter" name="logsplitter">
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="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="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="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="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>
|
|
<property name="mouseTracking">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="tabPosition">
|
|
<enum>QTabWidget::North</enum>
|
|
</property>
|
|
<property name="tabShape">
|
|
<enum>QTabWidget::Rounded</enum>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="documentMode">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="tabsClosable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="movable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<widget class="QWidget" name="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>
|
|
<item>
|
|
<widget class="MyTextBrowser" name="statisticsView"/>
|
|
</item>
|
|
<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="toolTip">
|
|
<string>Show Standard Report</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Standard</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="reportModeMonthly">
|
|
<property name="toolTip">
|
|
<string>Show Monthly Report</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Monthly</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="reportModeRange">
|
|
<property name="toolTip">
|
|
<string>Show Range Report</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Date Range</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDateEdit" name="statStartDate">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="currentSection">
|
|
<enum>QDateTimeEdit::MonthSection</enum>
|
|
</property>
|
|
<!-- this cause oscar to crash on start up with linus 20.04.o4
|
|
<property name="displayFormat">
|
|
<string>Qt::SystemLocaleShortDate</string>
|
|
</property>
|
|
-->
|
|
<property name="calendarPopup">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="statEnableEndDisplay">
|
|
<property name="toolTip">
|
|
<string>Select Report Date</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Report Date</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDateEdit" name="statEndDate">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="currentSection">
|
|
<enum>QDateTimeEdit::MonthSection</enum>
|
|
</property>
|
|
<!-- this cause oscar to crash on start up with linus 20.04.o4
|
|
<property name="displayFormat">
|
|
<string>Qt::SystemLocaleShortDate</string>
|
|
</property>
|
|
-->
|
|
<property name="currentSectionIndex">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="calendarPopup">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="logText">
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QToolBox" name="toolBox">
|
|
<property name="palette">
|
|
<palette>
|
|
<active>
|
|
<colorrole role="Button">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<red>163</red>
|
|
<green>190</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Base">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<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>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</active>
|
|
<inactive>
|
|
<colorrole role="Button">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<red>163</red>
|
|
<green>190</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Base">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<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>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</inactive>
|
|
<disabled>
|
|
<colorrole role="Button">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<red>163</red>
|
|
<green>190</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Base">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<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>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</disabled>
|
|
</palette>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QToolBox {
|
|
icon-size: 24px;
|
|
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);
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Box</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Sunken</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="midLineWidth">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="tabSpacing">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="QWidget" name="navPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>123</width>
|
|
<height>704</height>
|
|
</rect>
|
|
</property>
|
|
<property name="palette">
|
|
<palette>
|
|
<active>
|
|
<colorrole role="Button">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<red>163</red>
|
|
<green>190</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Base">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<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>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</active>
|
|
<inactive>
|
|
<colorrole role="Button">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<red>163</red>
|
|
<green>190</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Base">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<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>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</inactive>
|
|
<disabled>
|
|
<colorrole role="Button">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<red>163</red>
|
|
<green>190</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Base">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<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>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</disabled>
|
|
</palette>
|
|
</property>
|
|
<property name="mouseTracking">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: rgb(163, 190, 255)</string>
|
|
</property>
|
|
<attribute name="icon">
|
|
<iconset resource="Resources.qrc">
|
|
<normaloff>:/icons/logo-sm.png</normaloff>:/icons/logo-sm.png</iconset>
|
|
</attribute>
|
|
<attribute name="label">
|
|
<string>Navigation</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<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>
|
|
<item>
|
|
<widget class="QToolButton" name="statisticsButton">
|
|
<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>Statistics</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Resources.qrc">
|
|
<normaloff>:/icons/eye.png</normaloff>:/icons/eye.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>
|
|
<item>
|
|
<widget class="QToolButton" name="dailyButton">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</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>Daily</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Resources.qrc">
|
|
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>64</width>
|
|
<height>64</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolButtonStyle">
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
</property>
|
|
<property name="autoRaise">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="overviewButton">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="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>Overview</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Resources.qrc">
|
|
<normaloff>:/icons/overview.png</normaloff>:/icons/overview.png</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>64</width>
|
|
<height>64</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolButtonStyle">
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
</property>
|
|
<property name="autoRaise">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="oximetryButton">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="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>Oximetry</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Resources.qrc">
|
|
<normaloff>:/icons/oximeter.png</normaloff>:/icons/oximeter.png</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>64</width>
|
|
<height>64</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolButtonStyle">
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
</property>
|
|
<property name="autoRaise">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="importButton">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</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>Import</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Resources.qrc">
|
|
<normaloff>:/icons/sdcard.png</normaloff>:/icons/sdcard.png</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>64</width>
|
|
<height>64</height>
|
|
</size>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="toolButtonStyle">
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
</property>
|
|
<property name="autoRaise">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="arrowType">
|
|
<enum>Qt::NoArrow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="helpButton">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="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>Help</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Resources.qrc">
|
|
<normaloff>:/icons/help.png</normaloff>:/icons/help.png</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>64</width>
|
|
<height>64</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolButtonStyle">
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
</property>
|
|
<property name="autoRaise">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="bookmarksPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>137</width>
|
|
<height>686</height>
|
|
</rect>
|
|
</property>
|
|
<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>
|
|
<property name="mouseTracking">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<attribute name="icon">
|
|
<iconset resource="Resources.qrc">
|
|
<normaloff>:/icons/bookmark.png</normaloff>:/icons/bookmark.png</iconset>
|
|
</attribute>
|
|
<attribute name="label">
|
|
<string>Bookmarks</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<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">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QFrame" name="frame_2">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<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="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>
|
|
</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">
|
|
<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>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Window">
|
|
<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>
|
|
</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">
|
|
<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>
|
|
</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">
|
|
<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>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Window">
|
|
<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>
|
|
</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">
|
|
<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>
|
|
</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">
|
|
<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>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Window">
|
|
<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>
|
|
</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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<item>
|
|
<widget class="QLineEdit" name="filterBookmarks">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="palette">
|
|
<palette>
|
|
<active>
|
|
<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>
|
|
<colorrole role="Base">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<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>
|
|
</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="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>
|
|
<colorrole role="Base">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<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>
|
|
</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="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>
|
|
<colorrole role="Base">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<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>
|
|
</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>
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="filterBookmarksButton">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="palette">
|
|
<palette>
|
|
<active>
|
|
<colorrole role="Button">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<red>163</red>
|
|
<green>190</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Base">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<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>
|
|
</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="Button">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<red>163</red>
|
|
<green>190</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Base">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<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>
|
|
</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="Button">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<red>163</red>
|
|
<green>190</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Base">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<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>
|
|
</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>
|
|
<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>
|
|
<property name="text">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Resources.qrc">
|
|
<normaloff>:/icons/refresh.png</normaloff>:/icons/refresh.png</iconset>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="autoRaise">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTextBrowser" name="bookmarkView">
|
|
<property name="styleSheet">
|
|
<string notr="true">background: rgb(163, 190, 255)</string>
|
|
</property>
|
|
<property name="html">
|
|
<string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; 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>
|
|
</property>
|
|
<property name="openLinks">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="recordsPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>137</width>
|
|
<height>686</height>
|
|
</rect>
|
|
</property>
|
|
<property name="mouseTracking">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<attribute name="icon">
|
|
<iconset resource="Resources.qrc">
|
|
<normaloff>:/icons/trophy.png</normaloff>:/icons/trophy.png</iconset>
|
|
</attribute>
|
|
<attribute name="label">
|
|
<string>Records</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="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>
|
|
<item>
|
|
<widget class="QTextBrowser" name="recordsBox">
|
|
<property name="styleSheet">
|
|
<string notr="true">background: rgb(163, 190, 255)</string>
|
|
</property>
|
|
<property name="html">
|
|
<string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; 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>
|
|
</property>
|
|
<property name="openLinks">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1023</width>
|
|
<height>22</height>
|
|
</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>
|
|
<widget class="QMenu" name="menuExp_ort_CSV_Data">
|
|
<property name="title">
|
|
<string>Export Data</string>
|
|
</property>
|
|
<addaction name="actionExport_CSV"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionExport_Review"/>
|
|
</widget>
|
|
<addaction name="action_Import_Data"/>
|
|
<addaction name="action_Preferences"/>
|
|
<addaction name="action_Edit_Profile"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionPrint_Report"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menuExp_ort_CSV_Data"/>
|
|
<addaction name="actionExport_Journal"/>
|
|
<addaction name="actionImport_Journal"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionChange_Data_Folder"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Exit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_View">
|
|
<property name="title">
|
|
<string>View</string>
|
|
</property>
|
|
<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>
|
|
<addaction name="actionView_Daily"/>
|
|
<addaction name="actionView_Overview"/>
|
|
<addaction name="actionView_Statistics"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Fullscreen"/>
|
|
<addaction name="action_Screenshot"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menu_Reset_Graphs"/>
|
|
<addaction name="action_Reset_Graph_Layout"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionLine_Cursor"/>
|
|
<addaction name="actionPie_Chart"/>
|
|
<addaction name="actionLeft_Daily_Sidebar"/>
|
|
<addaction name="actionDaily_Calendar"/>
|
|
<addaction name="action_Sidebar_Toggle"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionShowPersonalData"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Help">
|
|
<property name="title">
|
|
<string>Help</string>
|
|
</property>
|
|
<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"/>
|
|
<addaction name="actionCreate_Log_zip"/>
|
|
<addaction name="actionCreate_OSCAR_Data_zip"/>
|
|
<addaction name="actionReport_a_Bug"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSystem_Information"/>
|
|
</widget>
|
|
<addaction name="action_Check_for_Updates"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionOnline_Users_Guide"/>
|
|
<addaction name="action_Frequently_Asked_Questions"/>
|
|
<addaction name="actionSleep_Disorder_Terms_Glossary"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionChange_Language"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menuTroubleshooting"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_About"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Data">
|
|
<property name="title">
|
|
<string>Data</string>
|
|
</property>
|
|
<widget class="QMenu" name="menu_Advanced">
|
|
<property name="title">
|
|
<string>Advanced</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuPurge_Oximetry_Data">
|
|
<property name="title">
|
|
<string>Purge Oximetry Data</string>
|
|
</property>
|
|
<addaction name="actionPurgeCurrentDaysOximetry"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuPurge_CPAP_Data">
|
|
<property name="title">
|
|
<string>Purge ALL Device Data</string>
|
|
</property>
|
|
</widget>
|
|
<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"/>
|
|
<addaction name="menuPurge_CPAP_Data"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menuPurge_Oximetry_Data"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Rebuild_CPAP_Data">
|
|
<property name="title">
|
|
<string>Rebuild CPAP Data</string>
|
|
</property>
|
|
</widget>
|
|
<addaction name="actionView_Oximetry"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionImport_ZEO_Data"/>
|
|
<addaction name="actionImport_Dreem_Data"/>
|
|
<addaction name="actionImport_Somnopose_Data"/>
|
|
<addaction name="actionImport_Viatom_Data"/>
|
|
<addaction name="actionImport_RemStar_MSeries_Data"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Rebuild_Oximetry_Index"/>
|
|
<addaction name="menu_Rebuild_CPAP_Data"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menu_Advanced"/>
|
|
</widget>
|
|
<addaction name="menu_File"/>
|
|
<addaction name="menu_View"/>
|
|
<addaction name="menu_Data"/>
|
|
<addaction name="menu_Help"/>
|
|
</widget>
|
|
<action name="action_Import_Data">
|
|
<property name="text">
|
|
<string>Import CPAP Card Data</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">Shift+F2</string>
|
|
</property>
|
|
</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>
|
|
<action name="action_Exit">
|
|
<property name="text">
|
|
<string>Exit</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionView_Daily">
|
|
<property name="text">
|
|
<string>View Daily</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show Daily view</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">F5</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionView_Overview">
|
|
<property name="text">
|
|
<string>View Overview</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show Overview view</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">F6</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionView_Welcome">
|
|
<property name="text">
|
|
<string>View Welcome</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">F4</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_CycleTabs">
|
|
<property name="text">
|
|
<string notr="true">-</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string notr="true">-</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string notr="true">-</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">Ctrl+Tab</string>
|
|
</property>
|
|
</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">
|
|
<string>About OSCAR</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Fullscreen">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Maximize Toggle</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Maximize window</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">F11</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDebug">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show Debug Pane</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true"/>
|
|
</property>
|
|
</action>
|
|
<action name="action_Reset_Graph_Layout">
|
|
<property name="text">
|
|
<string>Reset Graph Heights</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Reset sizes of graphs</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Screenshot">
|
|
<property name="text">
|
|
<string>Take Screenshot</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">F12</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionView_Oximetry">
|
|
<property name="text">
|
|
<string>Oximetry Wizard</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">F7</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPrint_Report">
|
|
<property name="text">
|
|
<string>Print Report</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Edit_Profile">
|
|
<property name="text">
|
|
<string>Edit Profile</string>
|
|
</property>
|
|
</action>
|
|
<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>
|
|
<action name="action_Rebuild_Oximetry_Index">
|
|
<property name="text">
|
|
<string>Automatic Oximetry Cleanup</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionChange_User">
|
|
<property name="text">
|
|
<string>Change User</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Sidebar_Toggle">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Right Sidebar</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show Right Sidebar</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">F10</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionView_Statistics">
|
|
<property name="text">
|
|
<string>View Statistics</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string>View Statistics</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show Statistics view</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">F4</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionImport_ZEO_Data">
|
|
<property name="text">
|
|
<string>Import ZEO Data</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionImport_Dreem_Data">
|
|
<property name="text">
|
|
<string>Import Dreem Data</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionImport_RemStar_MSeries_Data">
|
|
<property name="text">
|
|
<string>Import RemStar MSeries Data</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSleep_Disorder_Terms_Glossary">
|
|
<property name="text">
|
|
<string>Sleep Disorder Terms Glossary</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionChange_Language">
|
|
<property name="text">
|
|
<string>Change Language</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionChange_Data_Folder">
|
|
<property name="text">
|
|
<string>Change Data Folder</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionImport_Somnopose_Data">
|
|
<property name="text">
|
|
<string>Import Somnopose Data</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionImport_Viatom_Data">
|
|
<property name="text">
|
|
<string>Import Viatom/Wellue Data</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPurgeCurrentDaysOximetry">
|
|
<property name="text">
|
|
<string>Current Days</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLine_Cursor">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show Line Cursor</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">Ctrl+L</string>
|
|
</property>
|
|
</action>
|
|
<action name="action">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</action>
|
|
<action name="actionLeft_Daily_Sidebar">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Daily Sidebar</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show Daily Left Sidebar</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">F8</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDaily_Calendar">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Daily Calendar</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show Daily Calendar</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">F9</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExport_Journal">
|
|
<property name="text">
|
|
<string>Backup Journal</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionImport_Journal">
|
|
<property name="text">
|
|
<string>Import Journal</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShow_Performance_Counters">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show Performance Information</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreate_Card_zip">
|
|
<property name="text">
|
|
<string>Create zip of CPAP data card</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreate_Log_zip">
|
|
<property name="text">
|
|
<string>Create zip of OSCAR diagnostic logs</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreate_OSCAR_Data_zip">
|
|
<property name="text">
|
|
<string>Create zip of all OSCAR data</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExport_CSV">
|
|
<property name="text">
|
|
<string>CSV Export Wizard</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExport_Review">
|
|
<property name="text">
|
|
<string>Export for Review</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionReport_a_Bug">
|
|
<property name="text">
|
|
<string>Report an Issue</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSystem_Information">
|
|
<property name="text">
|
|
<string>System Information</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPie_Chart">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show Pie Chart</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show Pie Chart on Daily page</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string notr="true">F3</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Standard_Graph_Order">
|
|
<property name="text">
|
|
<string>Standard - CPAP, APAP</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Standard graph order, good for CPAP, APAP, Basic BPAP</p></body></html></string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Advanced_Graph_Order">
|
|
<property name="text">
|
|
<string>Advanced - BPAP, ASV</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Advanced graph order, good for BPAP w/BU, ASV, AVAPS, IVAPS</p></body></html></string>
|
|
</property>
|
|
</action>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>MyTextBrowser</class>
|
|
<extends>QTextBrowser</extends>
|
|
<header>mytextbrowser.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources>
|
|
<include location="Resources.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>action_Exit</sender>
|
|
<signal>triggered()</signal>
|
|
<receiver>MainWindow</receiver>
|
|
<slot>close()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>399</x>
|
|
<y>299</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>actionView_Daily</sender>
|
|
<signal>triggered()</signal>
|
|
<receiver>dailyButton</receiver>
|
|
<slot>click()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>850</x>
|
|
<y>219</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>actionView_Overview</sender>
|
|
<signal>triggered()</signal>
|
|
<receiver>overviewButton</receiver>
|
|
<slot>click()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>850</x>
|
|
<y>301</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<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>
|
|
</connections>
|
|
</ui>
|