1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Highlight on main buttons hover, fixes #295

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-09 01:39:07 +01:00
parent c05752d5a2
commit eccf50286e
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -1034,7 +1034,7 @@ QSplitter:handle{
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>284</width> <width>284</width>
<height>399</height> <height>401</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_5"/> <layout class="QVBoxLayout" name="verticalLayout_5"/>
@ -1052,6 +1052,18 @@ QSplitter:handle{
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="styleSheet">
<string notr="true">QPushButton{
background-color:#1c1c1c;
border:none;
}
QPushButton:hover{
background-color:#292929;
border:none;
}
</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>
@ -1088,6 +1100,12 @@ QSplitter:handle{
<property name="toolTip"> <property name="toolTip">
<string>Add friends</string> <string>Add friends</string>
</property> </property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
@ -1095,8 +1113,14 @@ QSplitter:handle{
<iconset resource="../res.qrc"> <iconset resource="../res.qrc">
<normaloff>:/img/add.png</normaloff>:/img/add.png</iconset> <normaloff>:/img/add.png</normaloff>:/img/add.png</iconset>
</property> </property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="flat"> <property name="flat">
<bool>true</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
@ -1114,6 +1138,9 @@ QSplitter:handle{
<property name="toolTip"> <property name="toolTip">
<string>Create a group chat</string> <string>Create a group chat</string>
</property> </property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
@ -1757,7 +1784,7 @@ QSplitter:handle{
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>775</width> <width>775</width>
<height>21</height> <height>19</height>
</rect> </rect>
</property> </property>
</widget> </widget>