* created MessengerWindow new, old one was corrupt, stylesheets does not more worked.

* add a QFrame for can use Stylesheet of Top of the MessengerWindow Background, later to can hide it.
* added stylesheets for QFrame#messengerframetop

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@762 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-10-23 15:22:35 +00:00
parent ef9bb372b4
commit 8f5e91727e
15 changed files with 342 additions and 678 deletions

View File

@ -1,702 +1,275 @@
<ui version="4.0" > <ui version="4.0" >
<class>MessengerWindow</class> <class>MessengerWindow</class>
<widget class="QWidget" name="MessengerWindow" > <widget class="QMainWindow" name="MessengerWindow" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>262</width> <width>282</width>
<height>482</height> <height>534</height>
</rect> </rect>
</property> </property>
<property name="palette" > <property name="windowTitle" >
<palette> <string>RetroShare Messenger</string>
<active>
<colorrole role="WindowText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>244</red>
<green>244</green>
<blue>244</blue>
</color>
</brush>
</colorrole>
<colorrole role="Light" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>244</red>
<green>244</green>
<blue>244</blue>
</color>
</brush>
</colorrole>
<colorrole role="Midlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>241</red>
<green>239</green>
<blue>226</blue>
</color>
</brush>
</colorrole>
<colorrole role="Dark" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>140</red>
<green>140</green>
<blue>140</blue>
</color>
</brush>
</colorrole>
<colorrole role="Mid" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>163</red>
<green>163</green>
<blue>163</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="BrightText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>244</red>
<green>244</green>
<blue>244</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>236</red>
<green>243</green>
<blue>246</blue>
</color>
</brush>
</colorrole>
<colorrole role="Shadow" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>106</red>
<green>106</green>
<blue>106</blue>
</color>
</brush>
</colorrole>
<colorrole role="Highlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>197</red>
<green>231</green>
<blue>246</blue>
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="AlternateBase" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>244</red>
<green>244</green>
<blue>244</blue>
</color>
</brush>
</colorrole>
<colorrole role="Light" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>244</red>
<green>244</green>
<blue>244</blue>
</color>
</brush>
</colorrole>
<colorrole role="Midlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>241</red>
<green>239</green>
<blue>226</blue>
</color>
</brush>
</colorrole>
<colorrole role="Dark" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>140</red>
<green>140</green>
<blue>140</blue>
</color>
</brush>
</colorrole>
<colorrole role="Mid" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>163</red>
<green>163</green>
<blue>163</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="BrightText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>244</red>
<green>244</green>
<blue>244</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>236</red>
<green>243</green>
<blue>246</blue>
</color>
</brush>
</colorrole>
<colorrole role="Shadow" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>106</red>
<green>106</green>
<blue>106</blue>
</color>
</brush>
</colorrole>
<colorrole role="Highlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>244</red>
<green>244</green>
<blue>244</blue>
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="AlternateBase" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>122</red>
<green>122</green>
<blue>122</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>244</red>
<green>244</green>
<blue>244</blue>
</color>
</brush>
</colorrole>
<colorrole role="Light" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>244</red>
<green>244</green>
<blue>244</blue>
</color>
</brush>
</colorrole>
<colorrole role="Midlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>244</red>
<green>244</green>
<blue>244</blue>
</color>
</brush>
</colorrole>
<colorrole role="Dark" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>140</red>
<green>140</green>
<blue>140</blue>
</color>
</brush>
</colorrole>
<colorrole role="Mid" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>163</red>
<green>163</green>
<blue>163</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>122</red>
<green>122</green>
<blue>122</blue>
</color>
</brush>
</colorrole>
<colorrole role="BrightText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>244</red>
<green>244</green>
<blue>244</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>122</red>
<green>122</green>
<blue>122</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>244</red>
<green>244</green>
<blue>244</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>236</red>
<green>243</green>
<blue>246</blue>
</color>
</brush>
</colorrole>
<colorrole role="Shadow" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Highlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>197</red>
<green>231</green>
<blue>246</blue>
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="AlternateBase" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font" >
<font/>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property> </property>
<property name="windowIcon" > <property name="windowIcon" >
<iconset resource="images.qrc" >:/images/rstray3.png</iconset> <iconset resource="images.qrc" >
<normaloff>:/images/rstray3.png</normaloff>:/images/rstray3.png</iconset>
</property> </property>
<property name="styleSheet" > <widget class="QWidget" name="centralwidget" >
<string> <property name="geometry" >
</string> <rect>
</property> <x>0</x>
<layout class="QGridLayout" > <y>23</y>
<property name="leftMargin" > <width>282</width>
<number>0</number> <height>511</height>
</rect>
</property> </property>
<property name="topMargin" > <layout class="QGridLayout" name="gridLayout_2" >
<number>0</number> <property name="margin" >
</property> <number>0</number>
<property name="rightMargin" > </property>
<number>0</number> <property name="spacing" >
</property> <number>0</number>
<property name="bottomMargin" > </property>
<number>0</number> <item row="0" column="0" >
</property> <widget class="QFrame" name="messengerframetop" >
<item row="0" column="0" > <property name="frameShape" >
<layout class="QGridLayout" > <enum>QFrame::StyledPanel</enum>
<property name="leftMargin" > </property>
<number>4</number> <property name="frameShadow" >
</property> <enum>QFrame::Raised</enum>
<property name="topMargin" > </property>
<number>4</number> <layout class="QGridLayout" name="gridLayout" >
</property> <property name="margin" >
<property name="rightMargin" > <number>0</number>
<number>4</number> </property>
</property> <item row="0" column="0" >
<property name="bottomMargin" > <layout class="QGridLayout" name="gridlayouttop" >
<number>4</number> <property name="margin" >
</property> <number>4</number>
<property name="horizontalSpacing" > </property>
<number>6</number> <property name="spacing" >
</property> <number>6</number>
<property name="verticalSpacing" > </property>
<number>6</number> <item row="0" column="0" >
</property> <widget class="QToolButton" name="avatarButton" >
<item row="0" column="0" > <property name="toolTip" >
<widget class="QToolButton" name="avatarButton" > <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">&#xd;
<property name="toolTip" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">&#xd;
p, li { white-space: pre-wrap; }&#xd; p, li { white-space: pre-wrap; }&#xd;
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">&#xd; &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">&#xd;
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Click to change your avatar&lt;/p>&lt;/body>&lt;/html></string> &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Click to change your avatar&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
<property name="icon" > <property name="icon" >
<iconset resource="images.qrc" >:/images/retrosharelogo1.png</iconset> <iconset resource="images.qrc" >
</property> <normaloff>:/images/retrosharelogo1.png</normaloff>:/images/retrosharelogo1.png</iconset>
<property name="iconSize" > </property>
<size> <property name="iconSize" >
<width>70</width> <size>
<height>70</height> <width>70</width>
</size> <height>70</height>
</property> </size>
<property name="autoRaise" > </property>
<bool>true</bool> <property name="autoRaise" >
</property> <bool>true</bool>
</widget> </property>
</item> </widget>
<item row="0" column="1" > </item>
<layout class="QGridLayout" > <item row="0" column="1" >
<property name="leftMargin" > <layout class="QGridLayout" name="_2" >
<number>4</number> <property name="margin" >
</property> <number>4</number>
<property name="topMargin" > </property>
<number>4</number> <property name="spacing" >
</property> <number>6</number>
<property name="rightMargin" > </property>
<number>4</number> <item row="0" column="0" >
</property> <widget class="QComboBox" name="statuscomboBox" >
<property name="bottomMargin" > <property name="enabled" >
<number>4</number> <bool>false</bool>
</property> </property>
<property name="horizontalSpacing" > <property name="toolTip" >
<number>6</number> <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
</property>
<property name="verticalSpacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QComboBox" name="statuscomboBox" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="toolTip" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"> &lt;/style>&lt;/head>&lt;body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Change your Status and your display&lt;/p> &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Change your Status and your display&lt;/p>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">picture here.&lt;/p>&lt;/body>&lt;/html></string> &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">picture here.&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
<property name="insertPolicy" > <property name="insertPolicy" >
<enum>QComboBox::NoInsert</enum> <enum>QComboBox::NoInsert</enum>
</property> </property>
<property name="frame" > <property name="frame" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="modelColumn" > <property name="modelColumn" >
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<property name="text" > <property name="text" >
<string>Online</string> <string>Online</string>
</property> </property>
<property name="icon" > <property name="icon" >
<iconset resource="images.qrc" >:/images/donline.png</iconset> <iconset resource="images.qrc" >
</property> <normaloff>:/images/donline.png</normaloff>:/images/donline.png</iconset>
</item> </property>
<item> </item>
<property name="text" > <item>
<string>Busy</string> <property name="text" >
</property> <string>Busy</string>
<property name="icon" > </property>
<iconset resource="images.qrc" >:/images/dbusy.png</iconset> <property name="icon" >
</property> <iconset resource="images.qrc" >
</item> <normaloff>:/images/dbusy.png</normaloff>:/images/dbusy.png</iconset>
<item> </property>
<property name="text" > </item>
<string>Be right Back</string> <item>
</property> <property name="text" >
<property name="icon" > <string>Be right Back</string>
<iconset resource="images.qrc" >:/images/dbrb.png</iconset> </property>
</property> <property name="icon" >
</item> <iconset resource="images.qrc" >
<item> <normaloff>:/images/dbrb.png</normaloff>:/images/dbrb.png</iconset>
<property name="text" > </property>
<string>Away</string> </item>
</property> <item>
<property name="icon" > <property name="text" >
<iconset resource="images.qrc" >:/images/daway.png</iconset> <string>Away</string>
</property> </property>
</item> <property name="icon" >
<item> <iconset resource="images.qrc" >
<property name="text" > <normaloff>:/images/daway.png</normaloff>:/images/daway.png</iconset>
<string>In a Call</string> </property>
</property> </item>
<property name="icon" > <item>
<iconset resource="images.qrc" >:/images/dphone.png</iconset> <property name="text" >
</property> <string>In a Call</string>
</item> </property>
<item> <property name="icon" >
<property name="text" > <iconset resource="images.qrc" >
<string>Out of lunch</string> <normaloff>:/images/dphone.png</normaloff>:/images/dphone.png</iconset>
</property> </property>
<property name="icon" > </item>
<iconset resource="images.qrc" >:/images/dlunch.png</iconset> <item>
</property> <property name="text" >
</item> <string>Out of lunch</string>
<item> </property>
<property name="text" > <property name="icon" >
<string>Apear Offline</string> <iconset resource="images.qrc" >
</property> <normaloff>:/images/dlunch.png</normaloff>:/images/dlunch.png</iconset>
<property name="icon" > </property>
<iconset resource="images.qrc" >:/images/dhidden.png</iconset> </item>
</property> <item>
</item> <property name="text" >
</widget> <string>Apear Offline</string>
</item> </property>
<item row="1" column="0" colspan="2" > <property name="icon" >
<widget class="QComboBox" name="messagecomboBox" > <iconset resource="images.qrc" >
<property name="toolTip" > <normaloff>:/images/dhidden.png</normaloff>:/images/dhidden.png</iconset>
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css"> </property>
</item>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QComboBox" name="messagecomboBox" >
<property name="toolTip" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"> &lt;/style>&lt;/head>&lt;body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Share a personal message with your contacts&lt;/p>&lt;/body>&lt;/html></string> &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Share a personal message with your contacts&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
<property name="editable" > <property name="editable" >
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item>
</layout>
</item>
</layout>
</item> </item>
</layout> </layout>
</item> </widget>
</layout> </item>
</item> <item row="1" column="0" >
<item row="1" column="0" > <layout class="QGridLayout" name="_3" >
<layout class="QGridLayout" > <property name="margin" >
<property name="leftMargin" > <number>9</number>
<number>9</number> </property>
</property> <property name="spacing" >
<property name="topMargin" > <number>6</number>
<number>9</number> </property>
</property> <item row="1" column="0" colspan="2" >
<property name="rightMargin" > <widget class="QTreeWidget" name="messengertreeWidget" >
<number>9</number> <property name="contextMenuPolicy" >
</property> <enum>Qt::CustomContextMenu</enum>
<property name="bottomMargin" > </property>
<number>9</number> <property name="iconSize" >
</property> <size>
<property name="horizontalSpacing" > <width>18</width>
<number>6</number> <height>18</height>
</property> </size>
<property name="verticalSpacing" > </property>
<number>6</number> <property name="columnCount" >
</property> <number>0</number>
<item row="1" column="0" colspan="2" > </property>
<widget class="QTreeWidget" name="messengertreeWidget" > </widget>
<property name="contextMenuPolicy" > </item>
<enum>Qt::CustomContextMenu</enum> <item row="0" column="0" >
</property> <widget class="QLineEdit" name="searchlineEdit" />
<property name="iconSize" > </item>
<size> <item row="0" column="1" >
<width>18</width> <widget class="QToolButton" name="addIMAccountButton" >
<height>18</height> <property name="toolTip" >
</size> <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
</property>
<property name="columnCount" >
<number>0</number>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLineEdit" name="searchlineEdit" />
</item>
<item row="0" column="1" >
<widget class="QToolButton" name="addIMAccountButton" >
<property name="toolTip" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"> &lt;/style>&lt;/head>&lt;body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Add a Friend&lt;/p>&lt;/body>&lt;/html></string> &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Add a Friend&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
<property name="text" > <property name="text" >
<string/> <string/>
</property> </property>
<property name="icon" > <property name="icon" >
<iconset resource="images.qrc" >:/images/dadd.png</iconset> <iconset resource="images.qrc" >
</property> <normaloff>:/images/dadd.png</normaloff>:/images/dadd.png</iconset>
<property name="iconSize" > </property>
<size> <property name="iconSize" >
<width>22</width> <size>
<height>22</height> <width>22</width>
</size> <height>22</height>
</property> </size>
<property name="toolButtonStyle" > </property>
<enum>Qt::ToolButtonTextBesideIcon</enum> <property name="toolButtonStyle" >
</property> <enum>Qt::ToolButtonTextBesideIcon</enum>
<property name="autoRaise" > </property>
<bool>true</bool> <property name="autoRaise" >
</property> <bool>true</bool>
</widget> </property>
</item> </widget>
</layout> </item>
</item> </layout>
<item row="2" column="0" > </item>
<widget class="QFrame" name="logoframe" > <item row="2" column="0" >
<property name="frameShape" > <widget class="QFrame" name="logoframe" >
<enum>QFrame::NoFrame</enum> <property name="frameShape" >
</property> <enum>QFrame::NoFrame</enum>
<property name="frameShadow" > </property>
<enum>QFrame::Raised</enum> <property name="frameShadow" >
</property> <enum>QFrame::Raised</enum>
</widget> </property>
</item> </widget>
</layout> </item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>282</width>
<height>23</height>
</rect>
</property>
</widget>
</widget> </widget>
<tabstops>
<tabstop>statuscomboBox</tabstop>
<tabstop>messagecomboBox</tabstop>
<tabstop>searchlineEdit</tabstop>
<tabstop>addIMAccountButton</tabstop>
<tabstop>messengertreeWidget</tabstop>
<tabstop>avatarButton</tabstop>
</tabstops>
<resources> <resources>
<include location="images.qrc" /> <include location="images.qrc" />
</resources> </resources>

View File

@ -223,3 +223,10 @@ QTreeWidget::item:selected { /* when user selects item using mouse or keyboard *
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #848D9B, stop:1 #394152); stop:0 #848D9B, stop:1 #394152);
} }
QFrame#messengerframetop{
border-image: url(qss/black/backgroundblack.png);
}

View File

@ -59,4 +59,10 @@ QStatusBar{
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #E3EFFF, stop: 1 #87ADE4); stop: 0 #E3EFFF, stop: 1 #87ADE4);
}
QFrame#messengerframetop{
border-image: url(qss/blue/blue.png);
} }

View File

@ -1,5 +1,6 @@
.QWidget { .QWidget {
background-color: #ECF3F6; background-color: #ECF3F6;
} }
/* Customize the toolbar. */ /* Customize the toolbar. */
@ -8,11 +9,6 @@ QToolBar {
} }
/* Customize the Menu Bar. */
QMenuBar {
border-image: url(:/qss/default/retrotoolbar.png);
}
QPushButton#okButton { QPushButton#okButton {
@ -45,3 +41,9 @@ QPushButton#cancelButton {
min-width: 77px; min-width: 77px;
max-width: 77px; max-width: 77px;
} }
QFrame#messengerframetop{
border-image: url(qss/default/rsdefault.png);
}

View File

@ -121,3 +121,8 @@ QPushButton#nviewsettingsButton
min-width: 75px; min-width: 75px;
} }
QFrame#messengerframetop{
border-image: url(qss/ed2k/backed2k.png);
}

View File

@ -113,4 +113,12 @@ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
border-image: url(qss/orangesurfer/border.png); border-image: url(qss/orangesurfer/border.png);
} }
QFrame#messengerframetop{
border-image: url(qss/orangesurfer/main.png);
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
}

View File

@ -123,3 +123,8 @@ background-color: #66ff33;
} }
QFrame#messengerframetop{
border-image: url(qss/over/backover.png);
}

View File

@ -131,4 +131,12 @@ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 red, stop: 1 darkred); stop: 0 red, stop: 1 darkred);
}
QFrame#messengerframetop{
border-image: url(qss/red/red.png);
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
} }

View File

@ -53,4 +53,13 @@ QStatusBar{
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F9F9FF, stop: 1 #9F9DB9); stop: 0 #F9F9FF, stop: 1 #9F9DB9);
}
QFrame#messengerframetop{
border-image: url(qss/silver/silver.png);
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
} }

View File

@ -97,3 +97,9 @@ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
stop:0 #6F6F6F, stop:1 #979797); stop:0 #6F6F6F, stop:1 #979797);
} }
QFrame#messengerframetop{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #6F6F6F, stop:1 #979797);
}

View File

@ -30,3 +30,7 @@ QPushButton#applyButton {
max-height: 25px; max-height: 25px;
min-width: 75px; min-width: 75px;
} }
QFrame#messengerframetop{
border-image: url(qss/skin2/background.png);
}

View File

@ -154,4 +154,12 @@ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
QToolTip{ QToolTip{
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #376D85, stop: 0.4 #185772); stop: 0 #376D85, stop: 0.4 #185772);
}
QFrame#messengerframetop{
border-image: url(qss/uus/uus.png);
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
} }

View File

@ -31,3 +31,10 @@ QPushButton#applyButton {
} }
QFrame#messengerframetop{
border-image: url(qss/wx/wx.png);
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
}

View File

@ -97,4 +97,12 @@ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #FBC957, stop: 1 #D79704); stop: 0 #FBC957, stop: 1 #D79704);
}
QFrame#messengerframetop{
border-image: url(qss/yaba/yaba.png);
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
} }

View File

@ -91,9 +91,17 @@ QTreeWidget::item:selected { /* when user selects item using mouse or keyboard *
stop:0 #FBC957, stop:1 #D79704); stop:0 #FBC957, stop:1 #D79704);
} }
TreeView::item:selected { /* when user selects item using mouse or keyboard */ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #FBC957, stop: 1 #D79704); stop: 0 #FBC957, stop: 1 #D79704);
}
QFrame#messengerframetop{
border-image: url(qss/yeah/yeah.png);
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);*/
} }