2011-06-26 08:30:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Daily</class>
|
|
|
|
<widget class="QWidget" name="Daily">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-01-03 16:29:35 +00:00
|
|
|
<width>942</width>
|
|
|
|
<height>666</height>
|
2011-06-26 08:30:44 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2011-06-26 11:49:40 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-06-26 08:30:44 +00:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2012-01-03 16:29:35 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
2011-10-30 02:50:58 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-10-18 04:56:44 +00:00
|
|
|
<property name="margin">
|
2011-10-30 02:50:58 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2011-06-26 08:30:44 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2011-10-30 03:09:43 +00:00
|
|
|
<widget class="QWidget" name="calNavWidget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-10-30 02:46:17 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
2011-10-30 03:09:43 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-10-18 04:56:44 +00:00
|
|
|
<property name="margin">
|
2011-10-30 03:09:43 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2011-10-30 02:46:17 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="prevDayButton">
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-10-30 04:10:29 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-10-30 03:18:20 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Go to the previous day</string>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +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-10-30 02:46:17 +00:00
|
|
|
<property name="text">
|
2011-10-30 10:02:29 +00:00
|
|
|
<string>Prev</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="Resources.qrc">
|
2011-12-01 03:12:04 +00:00
|
|
|
<normaloff>:/icons/arrow-left.png</normaloff>:/icons/arrow-left.png</iconset>
|
2011-10-30 03:58:08 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
2011-10-30 10:02:29 +00:00
|
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
2011-10-30 03:58:08 +00:00
|
|
|
</property>
|
2011-10-30 04:21:35 +00:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2011-10-30 03:58:08 +00:00
|
|
|
<property name="arrowType">
|
2011-10-30 04:21:35 +00:00
|
|
|
<enum>Qt::NoArrow</enum>
|
2011-10-30 02:46:17 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="calButton">
|
|
|
|
<property name="sizePolicy">
|
2013-10-16 16:39:22 +00:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
2011-10-30 02:46:17 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-10-30 04:10:29 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-10-30 03:09:43 +00:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-10-30 03:18:20 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show or hide the calender</string>
|
|
|
|
</property>
|
2011-10-30 02:46:17 +00:00
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton {
|
2013-10-25 15:25:13 +00:00
|
|
|
border: 2px solid #aaaaaa;
|
2013-10-16 16:39:22 +00:00
|
|
|
border-radius: 10px;
|
2013-10-25 15:25:13 +00:00
|
|
|
background: white;
|
2013-10-16 16:39:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
border-radius: 10px;
|
|
|
|
}</string>
|
|
|
|
</property>
|
2011-10-30 02:46:17 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="arrowType">
|
2011-10-30 04:21:35 +00:00
|
|
|
<enum>Qt::UpArrow</enum>
|
2011-10-30 02:46:17 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-10-30 03:18:20 +00:00
|
|
|
<item>
|
2011-11-30 09:08:45 +00:00
|
|
|
<widget class="QToolButton" name="nextDayButton">
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-10-30 04:10:29 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-10-30 03:18:20 +00:00
|
|
|
<property name="toolTip">
|
2011-11-30 09:08:45 +00:00
|
|
|
<string>Go to the next day</string>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
2011-10-30 03:18:20 +00:00
|
|
|
</property>
|
2013-10-16 16:39:22 +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-10-30 03:18:20 +00:00
|
|
|
<property name="text">
|
2011-11-30 09:08:45 +00:00
|
|
|
<string>Next</string>
|
2011-10-30 03:18:20 +00:00
|
|
|
</property>
|
2011-10-30 09:40:45 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="Resources.qrc">
|
2011-12-01 03:12:04 +00:00
|
|
|
<normaloff>:/icons/arrow-right.png</normaloff>:/icons/arrow-right.png</iconset>
|
2011-10-30 09:40:45 +00:00
|
|
|
</property>
|
2011-10-30 10:02:29 +00:00
|
|
|
<property name="toolButtonStyle">
|
2011-11-30 09:08:45 +00:00
|
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
2011-10-30 10:02:29 +00:00
|
|
|
</property>
|
2011-10-30 04:21:35 +00:00
|
|
|
<property name="autoRaise">
|
2011-11-30 09:08:45 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="arrowType">
|
|
|
|
<enum>Qt::NoArrow</enum>
|
2011-10-30 04:21:35 +00:00
|
|
|
</property>
|
2011-10-30 03:18:20 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-10-30 02:46:17 +00:00
|
|
|
<item>
|
2011-11-30 09:08:45 +00:00
|
|
|
<widget class="QToolButton" name="todayButton">
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-10-30 04:10:29 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-10-30 03:18:20 +00:00
|
|
|
<property name="toolTip">
|
2011-11-30 09:08:45 +00:00
|
|
|
<string>Go to the most recent day with data records</string>
|
2011-10-30 04:10:29 +00:00
|
|
|
</property>
|
2013-10-16 16:39:22 +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-10-30 10:02:29 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="Resources.qrc">
|
2011-12-01 03:12:04 +00:00
|
|
|
<normaloff>:/icons/arrow-end.png</normaloff>:/icons/arrow-end.png</iconset>
|
2011-10-30 03:58:08 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
2011-12-01 03:12:04 +00:00
|
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
2011-10-30 03:58:08 +00:00
|
|
|
</property>
|
2011-10-30 04:21:35 +00:00
|
|
|
<property name="autoRaise">
|
2011-12-01 03:12:04 +00:00
|
|
|
<bool>false</bool>
|
2011-10-30 02:46:17 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-06-26 08:30:44 +00:00
|
|
|
<widget class="QCalendarWidget" name="calendar">
|
2011-08-26 13:22:16 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-06-26 08:30:44 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
2011-10-05 11:51:33 +00:00
|
|
|
<height>200</height>
|
2011-06-26 08:30:44 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
2011-08-25 06:11:44 +00:00
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
2011-06-26 08:30:44 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">#qt_calendar_nextmonth {
|
|
|
|
background: transparent;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#qt_calendar_nextmonth:hover {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
}
|
|
|
|
|
|
|
|
#qt_calendar_nextmonth:pressed {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
background: #89abcd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#qt_calendar_prevmonth {
|
|
|
|
background: transparent;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#qt_calendar_prevmonth:hover {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
}
|
|
|
|
|
|
|
|
#qt_calendar_prevmonth:pressed {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
background: #89abcd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#qt_calendar_monthbutton {
|
|
|
|
background: transparent;
|
2013-10-19 12:51:25 +00:00
|
|
|
border: 2px solid transparent;
|
2013-10-16 16:39:22 +00:00
|
|
|
border-radius: 8px;
|
2013-10-18 04:56:44 +00:00
|
|
|
width: 6em;
|
2013-10-16 16:39:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#qt_calendar_monthbutton:hover {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
}
|
|
|
|
|
|
|
|
#qt_calendar_monthbutton:pressed {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
background: #89abcd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#qt_calendar_yearbutton {
|
|
|
|
background: transparent;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#qt_calendar_yearbutton:hover {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
}
|
|
|
|
|
|
|
|
#qt_calendar_yearbutton:pressed {
|
|
|
|
border: 2px solid #456789;
|
|
|
|
background: #89abcd;
|
2013-10-19 12:51:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
</string>
|
2013-10-16 16:39:22 +00:00
|
|
|
</property>
|
2011-06-26 08:30:44 +00:00
|
|
|
<property name="firstDayOfWeek">
|
2011-08-25 06:11:44 +00:00
|
|
|
<enum>Qt::Monday</enum>
|
2011-06-26 08:30:44 +00:00
|
|
|
</property>
|
|
|
|
<property name="gridVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalHeaderFormat">
|
|
|
|
<enum>QCalendarWidget::ShortDayNames</enum>
|
|
|
|
</property>
|
|
|
|
<property name="verticalHeaderFormat">
|
|
|
|
<enum>QCalendarWidget::NoVerticalHeader</enum>
|
|
|
|
</property>
|
|
|
|
<property name="navigationBarVisible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
2011-08-25 06:11:44 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-06-26 08:30:44 +00:00
|
|
|
<property name="currentIndex">
|
2013-10-16 16:39:22 +00:00
|
|
|
<number>1</number>
|
2011-06-26 08:30:44 +00:00
|
|
|
</property>
|
|
|
|
<property name="movable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="events">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Events</string>
|
|
|
|
</attribute>
|
2011-11-27 07:41:00 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-10-18 04:56:44 +00:00
|
|
|
<property name="margin">
|
2011-06-26 08:30:44 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QTreeWidget" name="treeWidget">
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="animated">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="headerVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="headerHighlightSections">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">1</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-11-27 07:41:00 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
2013-10-18 04:56:44 +00:00
|
|
|
<property name="margin">
|
2011-11-27 14:35:25 +00:00
|
|
|
<number>4</number>
|
|
|
|
</property>
|
2011-11-27 07:41:00 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="text">
|
|
|
|
<string>View Size</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="evViewSlider">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>30</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::TicksAbove</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickInterval">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLCDNumber" name="evViewLCD">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-10-10 17:36:53 +00:00
|
|
|
<property name="digitCount">
|
2011-11-27 07:41:00 +00:00
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="segmentStyle">
|
|
|
|
<enum>QLCDNumber::Flat</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-06-26 08:30:44 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="notes">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Notes</string>
|
|
|
|
</attribute>
|
2011-10-30 02:46:17 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
2011-06-26 08:30:44 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-10-18 04:56:44 +00:00
|
|
|
<property name="margin">
|
2011-06-26 08:30:44 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2013-10-19 12:51:25 +00:00
|
|
|
<widget class="QFrame" name="frame_3">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
2011-06-26 08:30:44 +00:00
|
|
|
</property>
|
2013-10-19 12:51:25 +00:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>4</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="QLabel" name="label_5">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-10-30 02:46:17 +00:00
|
|
|
<property name="text">
|
2013-10-19 12:51:25 +00:00
|
|
|
<string>Journal</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>342</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="JournalNotesItalic">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<italic>true</italic>
|
|
|
|
</font>
|
2011-10-30 02:46:17 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-10-19 12:51:25 +00:00
|
|
|
<string> i </string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+I</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="JournalNotesBold">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
2011-10-30 02:46:17 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-10-19 12:51:25 +00:00
|
|
|
<string>B</string>
|
2011-10-30 02:46:17 +00:00
|
|
|
</property>
|
2013-10-19 12:51:25 +00:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+B</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="JournalNotesUnderline">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<underline>true</underline>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>u</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="JournalNotesColour">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 0, 0, 255), stop:0.166 rgba(255, 255, 0, 255), stop:0.333 rgba(0, 255, 0, 255), stop:0.5 rgba(0, 255, 255, 255), stop:0.666 rgba(0, 0, 255, 255), stop:0.833 rgba(255, 0, 255, 255), stop:1 rgba(255, 0, 0, 255))</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Color</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="JournalNotesFontsize">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>85</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maxVisibleItems">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Small</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Medium</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Big</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-06-28 01:51:21 +00:00
|
|
|
</item>
|
2011-10-30 02:46:17 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QTextEdit" name="JournalNotes">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-02 11:40:47 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2011-12-03 19:13:55 +00:00
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
|
|
</property>
|
2011-12-02 11:40:47 +00:00
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2011-12-03 19:13:55 +00:00
|
|
|
<item row="0" column="0" colspan="2">
|
2011-12-02 11:40:47 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Zombie</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-03 19:13:55 +00:00
|
|
|
<item row="0" column="1" colspan="6">
|
2011-12-02 11:40:47 +00:00
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>I'm feeling...</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-02 13:48:05 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Weight</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-03 01:05:17 +00:00
|
|
|
<item row="2" column="1" colspan="2">
|
2011-12-02 13:48:05 +00:00
|
|
|
<widget class="QDoubleSpinBox" name="weightSpinBox">
|
|
|
|
<property name="maximum">
|
2012-01-05 15:26:09 +00:00
|
|
|
<double>1499.000000000000000</double>
|
2011-12-02 13:48:05 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-03 19:13:55 +00:00
|
|
|
<item row="1" column="0" colspan="8">
|
2011-12-02 13:48:05 +00:00
|
|
|
<widget class="QSlider" name="ZombieMeter">
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QSlider::groove:horizontal {
|
|
|
|
border: 1px solid #999999;
|
|
|
|
border-radius: 4px;
|
|
|
|
height: 8px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */
|
|
|
|
background: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 #ff6060, stop:1 #60ff60);
|
|
|
|
margin: 2px 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
QSlider::handle:horizontal {
|
|
|
|
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #b4b4b4, stop:1 #8f8f8f);
|
|
|
|
border: 1px solid #5c5c5c;
|
|
|
|
width: 18px;
|
|
|
|
margin: -2px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
</string>
|
|
|
|
</property>
|
2011-12-10 12:14:48 +00:00
|
|
|
<property name="maximum">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
2011-12-02 13:48:05 +00:00
|
|
|
<property name="value">
|
2011-12-10 12:14:48 +00:00
|
|
|
<number>5</number>
|
2011-12-02 13:48:05 +00:00
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::TicksAbove</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickInterval">
|
2011-12-10 12:14:48 +00:00
|
|
|
<number>1</number>
|
2011-12-02 13:48:05 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-03 01:05:17 +00:00
|
|
|
<item row="2" column="3">
|
2011-12-02 13:48:05 +00:00
|
|
|
<widget class="QSpinBox" name="ouncesSpinBox">
|
|
|
|
<property name="suffix">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-03 19:13:55 +00:00
|
|
|
<item row="0" column="7">
|
2011-12-03 01:05:17 +00:00
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Awesome</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-03 19:13:55 +00:00
|
|
|
<item row="2" column="7">
|
2011-12-03 01:05:17 +00:00
|
|
|
<widget class="QLCDNumber" name="BMI">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="smallDecimalPoint">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-10-10 17:36:53 +00:00
|
|
|
<property name="digitCount">
|
2011-12-03 01:05:17 +00:00
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="segmentStyle">
|
|
|
|
<enum>QLCDNumber::Flat</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-03 19:13:55 +00:00
|
|
|
<item row="2" column="4" colspan="3">
|
|
|
|
<widget class="QLabel" name="BMIlabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2011-12-03 01:05:17 +00:00
|
|
|
</property>
|
2011-12-03 19:13:55 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>B.M.I.</string>
|
2011-12-03 01:05:17 +00:00
|
|
|
</property>
|
2011-12-03 19:13:55 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2011-12-03 01:05:17 +00:00
|
|
|
</item>
|
2011-12-02 11:40:47 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-06-28 01:51:21 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-12-02 11:40:47 +00:00
|
|
|
<widget class="QWidget" name="bookmarkTab">
|
2011-06-28 01:51:21 +00:00
|
|
|
<attribute name="title">
|
2011-12-02 11:40:47 +00:00
|
|
|
<string>Bookmarks</string>
|
2011-06-28 01:51:21 +00:00
|
|
|
</attribute>
|
2011-12-02 11:40:47 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2013-10-18 04:56:44 +00:00
|
|
|
<property name="margin">
|
2013-10-16 16:39:22 +00:00
|
|
|
<number>4</number>
|
|
|
|
</property>
|
2011-10-30 02:46:17 +00:00
|
|
|
<item>
|
2011-12-02 11:40:47 +00:00
|
|
|
<widget class="QPushButton" name="addBookmarkButton">
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2011-10-30 02:46:17 +00:00
|
|
|
<property name="text">
|
2011-12-04 08:24:52 +00:00
|
|
|
<string>Add Bookmark</string>
|
2011-10-30 02:46:17 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-06-28 01:51:21 +00:00
|
|
|
<item>
|
2011-12-02 11:40:47 +00:00
|
|
|
<widget class="QTableWidget" name="bookmarkTable">
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
2011-10-30 02:46:17 +00:00
|
|
|
</property>
|
2011-12-02 11:40:47 +00:00
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
2011-10-30 02:46:17 +00:00
|
|
|
</property>
|
2011-12-02 11:40:47 +00:00
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Starts</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Notes</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
2011-06-26 08:30:44 +00:00
|
|
|
</item>
|
2011-10-30 02:46:17 +00:00
|
|
|
<item>
|
2011-12-02 11:40:47 +00:00
|
|
|
<widget class="QPushButton" name="removeBookmarkButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove Bookmark</string>
|
2011-10-30 02:46:17 +00:00
|
|
|
</property>
|
2011-12-02 11:40:47 +00:00
|
|
|
</widget>
|
2011-10-30 02:46:17 +00:00
|
|
|
</item>
|
2011-06-26 08:30:44 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2012-01-05 15:26:09 +00:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
2012-01-03 16:29:35 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
2011-12-02 05:54:25 +00:00
|
|
|
</property>
|
2012-01-03 16:29:35 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="graphMainArea" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2011-12-01 06:06:13 +00:00
|
|
|
</property>
|
2012-01-03 16:29:35 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2011-12-01 06:06:13 +00:00
|
|
|
</property>
|
2012-01-03 16:29:35 +00:00
|
|
|
<property name="frameShadow">
|
2013-10-12 08:07:57 +00:00
|
|
|
<enum>QFrame::Sunken</enum>
|
2012-01-03 16:29:35 +00:00
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="zoomFullyOut">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Zoom fully out</string>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +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 16:29:35 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>100%</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="resetLayoutButton">
|
|
|
|
<property name="toolTip">
|
2012-01-06 16:07:54 +00:00
|
|
|
<string>Reset the graph heights to uniform sizes</string>
|
2012-01-03 16:29:35 +00:00
|
|
|
</property>
|
2013-10-16 16:39:22 +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 16:29:35 +00:00
|
|
|
<property name="text">
|
2012-01-06 16:07:54 +00:00
|
|
|
<string>Reset</string>
|
2012-01-03 16:29:35 +00:00
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="arrowType">
|
|
|
|
<enum>Qt::NoArrow</enum>
|
|
|
|
</property>
|
2012-01-03 16:29:35 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-10-12 07:40:45 +00:00
|
|
|
<layout class="QHBoxLayout" name="sessionBarLayout">
|
2013-10-10 17:36:53 +00:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMaximumSize</enum>
|
2012-01-03 16:29:35 +00:00
|
|
|
</property>
|
2013-10-10 17:36:53 +00:00
|
|
|
</layout>
|
2012-01-03 16:29:35 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toggleGraphs">
|
2013-10-16 16:39:22 +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 16:29:35 +00:00
|
|
|
<property name="text">
|
2013-10-16 16:39:22 +00:00
|
|
|
<string/>
|
2012-01-03 16:29:35 +00:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
|
|
|
</property>
|
2012-01-03 16:29:35 +00:00
|
|
|
<property name="autoRaise">
|
2013-10-16 16:39:22 +00:00
|
|
|
<bool>false</bool>
|
2012-01-03 16:29:35 +00:00
|
|
|
</property>
|
|
|
|
<property name="arrowType">
|
|
|
|
<enum>Qt::DownArrow</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="graphCombo">
|
2012-01-11 14:49:22 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-01-03 16:29:35 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Drop down this list to show/hide available graphs.</string>
|
|
|
|
</property>
|
2013-10-16 16:39:22 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
2013-10-16 16:54:54 +00:00
|
|
|
<enum>QComboBox::AdjustToContentsOnFirstShow</enum>
|
2013-10-16 16:39:22 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frame">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2012-01-03 16:29:35 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2011-06-26 08:30:44 +00:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-10-30 09:40:45 +00:00
|
|
|
<resources>
|
|
|
|
<include location="Resources.qrc"/>
|
|
|
|
</resources>
|
2011-06-26 08:30:44 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|