improved stylesheet

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2222 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-06 22:56:56 +00:00
parent 2521431afa
commit a4e09bc8ba

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>295</width>
<height>511</height>
<height>507</height>
</rect>
</property>
<property name="windowTitle">
@ -107,7 +107,7 @@ stop: 0.9 #4c4c4c, stop: 1 #333333);
<item row="1" column="0">
<widget class="QComboBox" name="statuscomboBox">
<property name="enabled">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="toolTip">
<string>&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;
@ -164,7 +164,11 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item row="2" column="0">
<widget class="QLineEdit" name="messagelineEdit"/>
<widget class="QLineEdit" name="messagelineEdit">
<property name="styleSheet">
<string notr="true">border: 1px solid #CCCCCC;</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="nicklabel">
@ -327,7 +331,31 @@ subcontrol-position: bottom right;
</layout>
</widget>
</item>
<item row="3" column="0">
<widget class="QFrame" name="logoframe">
<property name="styleSheet">
<string notr="true">QFrame#logoframe{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QFrame" name="frame_2">
<property name="styleSheet">
<string notr="true">QFrame#frame_2{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
}</string>
</property>
<layout class="QGridLayout">
<property name="margin">
<number>9</number>
@ -340,6 +368,9 @@ subcontrol-position: bottom right;
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid #CCCCCC;</string>
</property>
<property name="iconSize">
<size>
<width>18</width>
@ -358,15 +389,6 @@ subcontrol-position: bottom right;
</widget>
</item>
</layout>
</item>
<item row="3" column="0">
<widget class="QFrame" name="logoframe">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
</layout>