2011-06-26 08:30:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Overview</class>
|
|
|
|
<widget class="QWidget" name="Overview">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-01-03 12:10:00 +00:00
|
|
|
<width>760</width>
|
2011-12-25 13:27:47 +00:00
|
|
|
<height>392</height>
|
2011-06-26 08:30:44 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2022-01-10 15:49:23 +00:00
|
|
|
<string notr="true">Form</string>
|
2011-06-26 08:30:44 +00:00
|
|
|
</property>
|
2011-09-07 08:48:10 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2011-06-26 08:30:44 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-10-16 16:54:54 +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-06-26 08:30:44 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2011-09-07 08:48:10 +00:00
|
|
|
<widget class="QWidget" name="graphArea" native="true"/>
|
2011-06-26 08:30:44 +00:00
|
|
|
</item>
|
2011-09-11 06:16:45 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>45</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
2012-01-05 04:37:22 +00:00
|
|
|
<number>4</number>
|
2011-09-11 06:16:45 +00:00
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
2012-01-05 04:37:22 +00:00
|
|
|
<number>4</number>
|
2011-09-11 06:16:45 +00:00
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2011-12-25 06:24:40 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Range:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="rangeCombo">
|
2012-01-05 04:37:22 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-12-25 06:24:40 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Last Week</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Last Two Weeks</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Last Month</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Last Two Months</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Last Three Months</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Last 6 Months</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Last Year</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2012-01-04 01:28:03 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Everything</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Custom</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2021-04-17 18:09:40 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Snapshot</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2011-12-25 06:24:40 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-09-11 06:16:45 +00:00
|
|
|
<item>
|
2012-01-04 01:28:03 +00:00
|
|
|
<widget class="QLabel" name="dateStartLabel">
|
2011-09-11 06:16:45 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Start:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDateEdit" name="dateStart">
|
2012-01-05 04:37:22 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-09-11 06:16:45 +00:00
|
|
|
<property name="calendarPopup">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="timeSpec">
|
|
|
|
<enum>Qt::UTC</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2012-01-04 01:28:03 +00:00
|
|
|
<widget class="QLabel" name="dateEndLabel">
|
2011-09-11 06:16:45 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>End:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDateEdit" name="dateEnd">
|
2012-01-05 04:37:22 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-09-11 06:16:45 +00:00
|
|
|
<property name="calendarPopup">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="timeSpec">
|
|
|
|
<enum>Qt::UTC</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-08-14 18:29:26 +00:00
|
|
|
<widget class="QToolButton" name="zoomButton">
|
2011-09-11 06:16:45 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reset view to selected date range</string>
|
|
|
|
</property>
|
2013-10-16 16:54:54 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton {
|
|
|
|
background: transparent;
|
|
|
|
border-radius: 8px;
|
|
|
|
border: 2px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
background-color: #89abcd;
|
|
|
|
}</string>
|
|
|
|
</property>
|
2011-09-11 06:16:45 +00:00
|
|
|
<property name="text">
|
2022-01-10 15:49:23 +00:00
|
|
|
<string notr="true">...</string>
|
2011-09-11 06:16:45 +00:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="Resources.qrc">
|
|
|
|
<normaloff>:/icons/refresh.png</normaloff>:/icons/refresh.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2014-08-28 15:45:46 +00:00
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
2011-09-11 06:16:45 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2014-08-28 15:45:46 +00:00
|
|
|
<width>4</width>
|
2011-09-11 06:16:45 +00:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2014-08-28 15:45:46 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="dateLayout"/>
|
|
|
|
</item>
|
2012-01-03 14:59:15 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toggleVisibility">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle Graph Visibility</string>
|
|
|
|
</property>
|
2013-10-16 16:54:54 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton {
|
|
|
|
background: transparent;
|
|
|
|
border-radius: 8px;
|
|
|
|
border: 2px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
background-color: #89abcd;
|
|
|
|
}</string>
|
|
|
|
</property>
|
2012-01-03 14:59:15 +00:00
|
|
|
<property name="text">
|
2022-01-10 15:49:23 +00:00
|
|
|
<string notr="true">...</string>
|
2012-01-03 14:59:15 +00:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="arrowType">
|
|
|
|
<enum>Qt::DownArrow</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-12-27 00:26:23 +00:00
|
|
|
<item>
|
2022-12-29 17:54:22 +00:00
|
|
|
<widget class="QPushButton" name="layout">
|
2022-12-27 00:26:23 +00:00
|
|
|
<property name="text">
|
2022-12-29 17:54:22 +00:00
|
|
|
<string>Layout</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="Resources.qrc">
|
|
|
|
<normaloff>:/icons/cog.png</normaloff>:/icons/cog.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Save and Restore graph layout settings</string>
|
2022-12-27 00:26:23 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-01-03 11:12:13 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="graphCombo">
|
2012-01-03 14:59:15 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Drop down to see list of graphs to switch on/off.</string>
|
|
|
|
</property>
|
2019-06-02 05:46:48 +00:00
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
2012-01-03 11:12:13 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Graphs</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-09-11 06:16:45 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-06-26 08:30:44 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-09-11 06:16:45 +00:00
|
|
|
<resources>
|
|
|
|
<include location="Resources.qrc"/>
|
|
|
|
</resources>
|
2011-06-26 08:30:44 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|