2009-09-19 09:38:15 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-06-20 08:43:23 -04:00
|
|
|
<class>BlogMsgItem</class>
|
2009-09-19 09:38:15 -04:00
|
|
|
<widget class="QWidget" name="BlogMsgItem">
|
|
|
|
<property name="geometry">
|
2008-06-20 08:43:23 -04:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-09-19 09:38:15 -04:00
|
|
|
<width>552</width>
|
2008-06-20 08:43:23 -04:00
|
|
|
<height>238</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="windowTitle">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
2010-05-20 17:00:59 -04:00
|
|
|
<number>6</number>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
2008-06-20 08:43:23 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="styleSheet">
|
2010-05-20 17:00:59 -04:00
|
|
|
<string notr="true">QFrame#frame{
|
|
|
|
border: 2px solid #6ACEFF;
|
|
|
|
border-radius: 10px;
|
|
|
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
|
|
|
stop:0 #0076B1, stop:1 #12A3EB);}</string>
|
2009-09-19 09:38:15 -04:00
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="frameShadow">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="topMargin">
|
2008-06-20 08:43:23 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="bottomMargin">
|
2008-06-20 08:43:23 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2009-09-19 09:38:15 -04:00
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2008-08-17 06:16:12 -04:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2008-06-20 08:43:23 -04:00
|
|
|
<item>
|
2009-09-19 09:38:15 -04:00
|
|
|
<widget class="QPushButton" name="clearButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2008-06-20 08:43:23 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="toolTip">
|
2008-07-04 10:41:24 -04:00
|
|
|
<string>Remove Item</string>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="text">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
2008-08-17 06:16:12 -04:00
|
|
|
<normaloff>:/images/close_normal.png</normaloff>:/images/close_normal.png</iconset>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="orientation">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="sizeType">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-06-20 08:43:23 -04:00
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>26</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-09-19 09:38:15 -04:00
|
|
|
<widget class="QLabel" name="titleLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
2008-06-20 08:43:23 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="font">
|
2008-06-20 08:43:23 -04:00
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>true</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="text">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>Connected</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="orientation">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="sizeType">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-06-20 08:43:23 -04:00
|
|
|
<size>
|
|
|
|
<width>1000</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-09-19 09:38:15 -04:00
|
|
|
<widget class="QPushButton" name="expandButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2008-06-20 08:43:23 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="toolTip">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>Expand</string>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="text">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
2008-08-17 06:16:12 -04:00
|
|
|
<normaloff>:/images/edit_add24.png</normaloff>:/images/edit_add24.png</iconset>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-09-19 09:38:15 -04:00
|
|
|
<layout class="QHBoxLayout">
|
2008-06-20 08:43:23 -04:00
|
|
|
<item>
|
2009-09-19 09:38:15 -04:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>Subject</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-09-19 09:38:15 -04:00
|
|
|
<widget class="QLabel" name="subjectLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
2008-06-20 08:43:23 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="text">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>subjectLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="orientation">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="sizeType">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-06-20 08:43:23 -04:00
|
|
|
<size>
|
|
|
|
<width>500</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-09-19 09:38:15 -04:00
|
|
|
<widget class="QPushButton" name="playButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2008-06-20 08:43:23 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="toolTip">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>Play Media</string>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="text">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
2008-08-17 06:16:12 -04:00
|
|
|
<normaloff>:/images/startall.png</normaloff>:/images/startall.png</iconset>
|
2008-06-20 08:43:23 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-09-19 09:38:15 -04:00
|
|
|
<widget class="QFrame" name="expandFrame">
|
|
|
|
<property name="frameShape">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="frameShadow">
|
2008-06-20 08:43:23 -04:00
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<layout class="QVBoxLayout">
|
2008-06-20 08:43:23 -04:00
|
|
|
<item>
|
2009-09-19 09:38:15 -04:00
|
|
|
<widget class="QLabel" name="msgLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
2008-06-20 08:43:23 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-09-19 09:38:15 -04:00
|
|
|
<property name="text">
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>Long
|
|
|
|
message here</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
2009-09-19 09:38:15 -04:00
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
2008-06-20 08:43:23 -04:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|