2012-02-13 13:43:15 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PulseItem</class>
|
|
|
|
<widget class="QWidget" name="PulseItem">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-02-28 19:47:00 -05:00
|
|
|
<width>802</width>
|
|
|
|
<height>322</height>
|
2012-02-13 13:43:15 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-02-13 13:43:15 -05:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2012-02-13 13:43:15 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2012-02-13 13:43:15 -05:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QFrame#frame{border: 2px solid #CCCCCC;
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
|
stop: 0 #EEEEEE, stop: 1 #CCCCCC);
|
|
|
|
border-radius: 10px}</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2012-02-13 13:43:15 -05:00
|
|
|
<item>
|
2020-02-28 19:47:00 -05:00
|
|
|
<widget class="QFrame" name="widget_parent">
|
2012-02-13 13:43:15 -05:00
|
|
|
<property name="sizePolicy">
|
2020-02-28 19:47:00 -05:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>20</horstretch>
|
2012-02-13 13:43:15 -05:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-02-28 19:47:00 -05:00
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
</spacer>
|
2012-02-13 13:43:15 -05:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2020-02-28 19:47:00 -05:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2012-02-13 13:43:15 -05:00
|
|
|
<item>
|
2020-02-28 19:47:00 -05:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
</spacer>
|
2012-02-13 13:43:15 -05:00
|
|
|
</item>
|
|
|
|
<item>
|
2020-02-28 19:47:00 -05:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
</spacer>
|
2012-02-13 13:43:15 -05:00
|
|
|
</item>
|
|
|
|
<item>
|
2020-02-28 19:47:00 -05:00
|
|
|
<widget class="QFrame" name="widget_reply">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>20</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
2020-02-28 19:47:00 -05:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2012-02-13 13:43:15 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
2020-02-28 19:47:00 -05:00
|
|
|
<include location="TheWire_images.qrc"/>
|
2012-02-13 13:43:15 -05:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|