removed the default private chat styles, moved to the default qss file.

renamed some object names.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3643 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-07 20:16:16 +00:00
parent 1d42757a64
commit 2dbb37854f

View File

@ -17,13 +17,11 @@
<string notr="true">MainWindow</string> <string notr="true">MainWindow</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QToolBar#chattoolBar{border: none; background-image: url(:/images/backblue.png)} <string notr="true"/>
QStatusBar{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #F6FCFF, stop:1 #F6FCFF);}</string>
</property> </property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="chatcentralwidget">
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QWidget#centralwidget{background-image: url(:/images/backchat.png)}</string> <string notr="true"/>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QGridLayout" name="gridLayout_2">
<property name="leftMargin"> <property name="leftMargin">
@ -39,7 +37,7 @@ stop:0 #F6FCFF, stop:1 #F6FCFF);}</string>
<number>1</number> <number>1</number>
</property> </property>
<item row="0" column="0" rowspan="6"> <item row="0" column="0" rowspan="6">
<widget class="QFrame" name="frame"> <widget class="QFrame" name="leftsideframe">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@ -212,7 +210,7 @@ border-image: url(:/images/avatarstatus_bg.png);
</widget> </widget>
</item> </item>
<item row="0" column="2"> <item row="0" column="2">
<widget class="QFrame" name="frame_2"> <widget class="QFrame" name="statusframe">
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QFrame#frame_2{border: transparent}</string> <string notr="true">QFrame#frame_2{border: transparent}</string>
</property> </property>
@ -370,10 +368,7 @@ border-image: url(:/images/closepressed.png)
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QFrame#Chatbuttonframe{ <string notr="true"/>
background-image: url(:/images/buttonframe.png);
border: 1px solid #BDD5DF;}</string>
</property> </property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>