some little change for MessageToaster to display more text and removed the not needed frame

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3156 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-06-17 21:03:17 +00:00
parent e282a55164
commit 766fa33535

View File

@ -85,15 +85,23 @@ border: 2px solid #CCCCCC;}</string>
</property>
<property name="geometry">
<rect>
<x>85</x>
<x>70</x>
<y>30</y>
<width>161</width>
<width>211</width>
<height>20</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: transparent;
border: none;
color: black;</string>
</property>
<property name="text">
<string>Subject</string>
</property>
</widget>
<widget class="QTextBrowser" name="contentBrowser">
<property name="enabled">
@ -101,56 +109,38 @@ border: 2px solid #CCCCCC;}</string>
</property>
<property name="geometry">
<rect>
<x>85</x>
<x>70</x>
<y>50</y>
<width>161</width>
<width>191</width>
<height>60</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: transparent;
border: none;</string>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
</widget>
<widget class="QFrame" name="frame_2">
<property name="geometry">
<rect>
<x>84</x>
<y>29</y>
<width>161</width>
<height>81</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border: 2.3px solid #CCCCCC;
</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<property name="lineWidth">
<number>5</number>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Message&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
</item>
</layout>
<widget class="QToolButton" name="openmessagebtn">
<property name="geometry">
<rect>
<x>260</x>
<y>43</y>
<y>60</y>
<width>31</width>
<height>31</height>
</rect>
@ -187,6 +177,9 @@ border: 2px solid #CCCCCC;}</string>
<bool>true</bool>
</property>
</widget>
</widget>
</item>
</layout>
<widget class="QLabel" name="lblTitle">
<property name="geometry">
<rect>
@ -265,7 +258,6 @@ border: 2px solid #CCCCCC;}</string>
</property>
</widget>
<zorder>frame</zorder>
<zorder>openmessagebtn</zorder>
<zorder>lblTitle</zorder>
<zorder>label</zorder>
<zorder>closebtn</zorder>
@ -277,6 +269,9 @@ border: 2px solid #CCCCCC;}</string>
</tabstops>
<resources>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
</resources>
<connections/>
</ui>