mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-22 14:15:08 -05:00
redesign the search Button stylesheet.
added change icon when Friends is not unreachable, git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1726 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c7c9163c2c
commit
1fdc8b6937
@ -41,7 +41,6 @@
|
|||||||
#include "GenCertDialog.h"
|
#include "GenCertDialog.h"
|
||||||
#include "gui/connect/ConnectFriendWizard.h"
|
#include "gui/connect/ConnectFriendWizard.h"
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
#include <QTextCodec>
|
#include <QTextCodec>
|
||||||
@ -74,6 +73,7 @@
|
|||||||
#define IMAGE_OFFLINE ":/images/user/identityoffline24.png"
|
#define IMAGE_OFFLINE ":/images/user/identityoffline24.png"
|
||||||
#define IMAGE_OFFLINE2 ":/images/user/identitylightgrey24.png"
|
#define IMAGE_OFFLINE2 ":/images/user/identitylightgrey24.png"
|
||||||
#define IMAGE_AVAIBLE ":/images/user/identityavaiblecyan24.png"
|
#define IMAGE_AVAIBLE ":/images/user/identityavaiblecyan24.png"
|
||||||
|
#define IMAGE_UNREACHABLE ":/images/user/identityunreachable24.png"
|
||||||
#define IMAGE_CONNECT2 ":/images/reload24.png"
|
#define IMAGE_CONNECT2 ":/images/reload24.png"
|
||||||
|
|
||||||
|
|
||||||
@ -338,6 +338,8 @@ void PeersDialog::insertPeers()
|
|||||||
/* (1) Person */
|
/* (1) Person */
|
||||||
item -> setText( 2, QString::fromStdString(detail.name) + tr(" - ") +
|
item -> setText( 2, QString::fromStdString(detail.name) + tr(" - ") +
|
||||||
QString::fromStdString(rsMsgs->getCustomStateString(detail.id)));
|
QString::fromStdString(rsMsgs->getCustomStateString(detail.id)));
|
||||||
|
item -> setToolTip( 2, QString::fromStdString(detail.name) + tr(" - ") +
|
||||||
|
QString::fromStdString(rsMsgs->getCustomStateString(detail.id)));
|
||||||
|
|
||||||
/* (2) Auto Connect */
|
/* (2) Auto Connect */
|
||||||
//item -> setText(3, QString::fromStdString(detail.autoconnect));
|
//item -> setText(3, QString::fromStdString(detail.autoconnect));
|
||||||
@ -404,8 +406,11 @@ void PeersDialog::insertPeers()
|
|||||||
/* bright green */
|
/* bright green */
|
||||||
for(i = 1; i < 8; i++)
|
for(i = 1; i < 8; i++)
|
||||||
{
|
{
|
||||||
item -> setBackground(i,QBrush(Qt::red));
|
//item -> setBackground(i,QBrush(Qt::red));
|
||||||
item -> setIcon(0,(QIcon(IMAGE_OFFLINE)));
|
item -> setTextColor(i,(Qt::darkRed));
|
||||||
|
QFont font ;
|
||||||
|
item -> setFont(i,font);
|
||||||
|
item -> setIcon(0,(QIcon(IMAGE_UNREACHABLE)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (detail.state & RS_PEER_STATE_ONLINE)
|
else if (detail.state & RS_PEER_STATE_ONLINE)
|
||||||
|
@ -560,10 +560,19 @@ stop:0 #FEFEFE, stop:1 #E8E8E8);
|
|||||||
|
|
||||||
border: 1px solid #CCCCCC;}</string>
|
border: 1px solid #CCCCCC;}</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout_4">
|
||||||
<property name="margin">
|
<property name="leftMargin">
|
||||||
<number>6</number>
|
<number>6</number>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>2</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>2</number>
|
||||||
|
</property>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QComboBox" name="FileTypeComboBox">
|
<widget class="QComboBox" name="FileTypeComboBox">
|
||||||
<item>
|
<item>
|
||||||
@ -666,6 +675,11 @@ border: 1px solid #CCCCCC;}</string>
|
|||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="2">
|
<item row="0" column="2">
|
||||||
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
|
<property name="spacing">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<item row="0" column="0">
|
||||||
<widget class="QLineEdit" name="lineEdit">
|
<widget class="QLineEdit" name="lineEdit">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||||
@ -673,9 +687,15 @@ border: 1px solid #CCCCCC;}</string>
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>23</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>558</width>
|
<width>1677777</width>
|
||||||
<height>16777215</height>
|
<height>16777215</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
@ -687,27 +707,44 @@ p, li { white-space: pre-wrap; }
|
|||||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Enter a Keyword here</p></body></html></string>
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Enter a Keyword here</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">border: 1px solid #8B8B8B;</string>
|
<string notr="true">border: 1px solid #8B8B8B;
|
||||||
|
</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="3">
|
<item row="0" column="1">
|
||||||
<spacer>
|
<widget class="QPushButton" name="pushButtonsearch">
|
||||||
<property name="orientation">
|
<property name="toolTip">
|
||||||
<enum>Qt::Horizontal</enum>
|
<string>Start Search</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeType">
|
<property name="styleSheet">
|
||||||
<enum>QSizePolicy::Fixed</enum>
|
<string notr="true">QPushButton {
|
||||||
|
border-image: url(:/images/btn1.png) 4;
|
||||||
|
border-width: 4;
|
||||||
|
padding: 0px 6px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
*{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton:hover {
|
||||||
|
border-image: url(:/images/btn2.png) 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton:pressed{
|
||||||
|
border-image: url(:/images/btn3.png) 4;
|
||||||
|
}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="text">
|
||||||
<size>
|
<string>Search</string>
|
||||||
<width>18</width>
|
|
||||||
<height>32</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="5">
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="3">
|
||||||
<widget class="QPushButton" name="resetButton">
|
<widget class="QPushButton" name="resetButton">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Reset</string>
|
<string>Reset</string>
|
||||||
@ -717,11 +754,14 @@ p, li { white-space: pre-wrap; }
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="6">
|
<item row="0" column="4">
|
||||||
<spacer>
|
<spacer>
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeType">
|
||||||
|
<enum>QSizePolicy::Minimum</enum>
|
||||||
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
<width>50</width>
|
<width>50</width>
|
||||||
@ -730,7 +770,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="7">
|
<item row="0" column="5">
|
||||||
<widget class="QPushButton" name="toggleAdvancedSearchBtn">
|
<widget class="QPushButton" name="toggleAdvancedSearchBtn">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Advanced Search</string>
|
<string>Advanced Search</string>
|
||||||
@ -740,16 +780,6 @@ p, li { white-space: pre-wrap; }
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="4">
|
|
||||||
<widget class="QPushButton" name="pushButtonsearch">
|
|
||||||
<property name="toolTip">
|
|
||||||
<string>Start Search</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Search</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/" >
|
<qresource prefix="/" >
|
||||||
<file>images/irkick.png</file>
|
<file>images/irkick.png</file>
|
||||||
|
<file>images/btn1.png</file>
|
||||||
|
<file>images/btn2.png</file>
|
||||||
|
<file>images/btn3.png</file>
|
||||||
|
<file>images/btn4.png</file>
|
||||||
<file>images/btn_26.png</file>
|
<file>images/btn_26.png</file>
|
||||||
<file>images/btn_26_hover.png</file>
|
<file>images/btn_26_hover.png</file>
|
||||||
<file>images/btn_27.png</file>
|
<file>images/btn_27.png</file>
|
||||||
@ -355,6 +359,7 @@
|
|||||||
<file>images/user/identityoffline24.png</file>
|
<file>images/user/identityoffline24.png</file>
|
||||||
<file>images/user/identitylightgrey24.png</file>
|
<file>images/user/identitylightgrey24.png</file>
|
||||||
<file>images/user/identityavaiblecyan24.png</file>
|
<file>images/user/identityavaiblecyan24.png</file>
|
||||||
|
<file>images/user/identityunreachable24.png</file>
|
||||||
<file>images/user/agt_forum24.png</file>
|
<file>images/user/agt_forum24.png</file>
|
||||||
<file>images/user/identity32.png</file>
|
<file>images/user/identity32.png</file>
|
||||||
<file>images/user/identitygray16.png</file>
|
<file>images/user/identitygray16.png</file>
|
||||||
|
BIN
retroshare-gui/src/gui/images/btn1.png
Normal file
BIN
retroshare-gui/src/gui/images/btn1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 444 B |
BIN
retroshare-gui/src/gui/images/btn2.png
Normal file
BIN
retroshare-gui/src/gui/images/btn2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 443 B |
BIN
retroshare-gui/src/gui/images/btn3.png
Normal file
BIN
retroshare-gui/src/gui/images/btn3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 444 B |
BIN
retroshare-gui/src/gui/images/btn4.png
Normal file
BIN
retroshare-gui/src/gui/images/btn4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 444 B |
Loading…
Reference in New Issue
Block a user