2010-06-13 10:22:55 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MessageToaster</class>
|
|
|
|
<widget class="QWidget" name="MessageToaster">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>304</width>
|
|
|
|
<height>125</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QFrame#frame{
|
|
|
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
|
|
|
stop:0 #FEFEFE, stop:1 #E8E8E8);
|
|
|
|
|
|
|
|
border: 2px solid #CCCCCC;}</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QToolButton" name="openmessagetoolButton">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>30</y>
|
|
|
|
<width>61</width>
|
|
|
|
<height>61</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/folder_inbox64.png</normaloff>:/images/folder_inbox64.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLineEdit" name="subjectline">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2010-06-17 21:03:17 +00:00
|
|
|
<x>70</x>
|
2010-06-13 10:22:55 +00:00
|
|
|
<y>30</y>
|
2010-06-17 21:03:17 +00:00
|
|
|
<width>211</width>
|
2010-06-13 10:22:55 +00:00
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-06-17 21:03:17 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
color: black;</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Subject</string>
|
|
|
|
</property>
|
2010-06-13 10:22:55 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QTextBrowser" name="contentBrowser">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2010-06-17 21:03:17 +00:00
|
|
|
<x>70</x>
|
2010-06-13 10:22:55 +00:00
|
|
|
<y>50</y>
|
2010-06-17 21:03:17 +00:00
|
|
|
<width>191</width>
|
2010-06-13 10:22:55 +00:00
|
|
|
<height>60</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-06-17 21:03:17 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: transparent;
|
|
|
|
border: none;</string>
|
|
|
|
</property>
|
2010-06-13 10:22:55 +00:00
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
2010-06-17 21:03:17 +00:00
|
|
|
<property name="html">
|
|
|
|
<string><!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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Message</span></p></body></html></string>
|
|
|
|
</property>
|
2010-06-13 10:22:55 +00:00
|
|
|
</widget>
|
2010-06-17 21:03:17 +00:00
|
|
|
<widget class="QToolButton" name="openmessagebtn">
|
2010-06-13 10:22:55 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2010-06-17 21:03:17 +00:00
|
|
|
<x>260</x>
|
|
|
|
<y>60</y>
|
|
|
|
<width>31</width>
|
|
|
|
<height>31</height>
|
2010-06-13 10:22:55 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-06-17 21:03:17 +00:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
2010-06-13 10:22:55 +00:00
|
|
|
</property>
|
2010-06-17 21:03:17 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Play video</string>
|
2010-06-13 10:22:55 +00:00
|
|
|
</property>
|
2010-06-17 21:03:17 +00:00
|
|
|
<property name="whatsThis">
|
|
|
|
<string/>
|
2010-06-13 10:22:55 +00:00
|
|
|
</property>
|
2010-06-17 21:03:17 +00:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Play button</string>
|
2010-06-13 10:22:55 +00:00
|
|
|
</property>
|
2010-06-17 21:03:17 +00:00
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Play the downloaded video</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/evolution.png</normaloff>:/images/evolution.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
2010-06-13 10:22:55 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
<widget class="QLabel" name="lblTitle">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>28</x>
|
|
|
|
<y>1</y>
|
|
|
|
<width>121</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string><b>1 new Message from</b></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>4</x>
|
|
|
|
<y>3</y>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="../images.qrc">:/images/rstray3.png</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolButton" name="closebtn">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>279</x>
|
|
|
|
<y>1</y>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Close button</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Close the information dialog</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/delete.png</normaloff>:/images/delete.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="namelabel">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>150</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>111</width>
|
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<zorder>frame</zorder>
|
|
|
|
<zorder>lblTitle</zorder>
|
|
|
|
<zorder>label</zorder>
|
|
|
|
<zorder>closebtn</zorder>
|
|
|
|
<zorder>namelabel</zorder>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>openmessagebtn</tabstop>
|
|
|
|
<tabstop>closebtn</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources>
|
|
|
|
<include location="../images.qrc"/>
|
2010-06-17 21:03:17 +00:00
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
<include location="../images.qrc"/>
|
2010-06-13 10:22:55 +00:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|