mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-14 18:34:29 -05:00
improved the icons and Buttons in Trust Tab
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2417 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fba9772a18
commit
3dc156b6f6
@ -6,8 +6,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>512</width>
|
||||
<height>529</height>
|
||||
<width>546</width>
|
||||
<height>522</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@ -256,37 +256,43 @@
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="friendAndSignLayout">
|
||||
<item>
|
||||
<widget class="QPushButton" name="denyFriendButton">
|
||||
<widget class="QToolButton" name="denyFriendButton">
|
||||
<property name="text">
|
||||
<string>Deny Friend</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../images.qrc">
|
||||
<normaloff>:/images/cancel.png</normaloff>:/images/cancel.png</iconset>
|
||||
<normaloff>:/images/user/deny_user48.png</normaloff>:/images/user/deny_user48.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>15</width>
|
||||
<height>15</height>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="make_friend_button">
|
||||
<widget class="QToolButton" name="make_friend_button">
|
||||
<property name="text">
|
||||
<string>Make Friends</string>
|
||||
<string>Make Friend</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../images.qrc">
|
||||
<normaloff>:/images/add-friend24.png</normaloff>:/images/add-friend24.png</iconset>
|
||||
<normaloff>:/images/user/add_user48.png</normaloff>:/images/user/add_user48.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>15</width>
|
||||
<height>15</height>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -296,12 +302,12 @@
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../images.qrc">
|
||||
<normaloff>:/images/dauthed.png</normaloff>:/images/dauthed.png</iconset>
|
||||
<normaloff>:/images/view-certificate-sign-32.png</normaloff>:/images/view-certificate-sign-32.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>15</width>
|
||||
<height>15</height>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="checked">
|
||||
@ -310,22 +316,35 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="signKeyButton">
|
||||
<widget class="QToolButton" name="signKeyButton">
|
||||
<property name="text">
|
||||
<string>Sign GPG Key</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../images.qrc">
|
||||
<normaloff>:/images/dauthed.png</normaloff>:/images/dauthed.png</iconset>
|
||||
<normaloff>:/images/view-certificate-sign-32.png</normaloff>:/images/view-certificate-sign-32.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>15</width>
|
||||
<height>15</height>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>40</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
@ -358,6 +377,16 @@
|
||||
<property name="text">
|
||||
<string>None</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../images.qrc">
|
||||
<normaloff>:/images/security-low-48.png</normaloff>:/images/security-low-48.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -365,6 +394,16 @@
|
||||
<property name="text">
|
||||
<string>Marginal</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../images.qrc">
|
||||
<normaloff>:/images/security-medium-48.png</normaloff>:/images/security-medium-48.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -372,6 +411,16 @@
|
||||
<property name="text">
|
||||
<string>Full</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../images.qrc">
|
||||
<normaloff>:/images/security-high-48.png</normaloff>:/images/security-high-48.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
@ -309,6 +309,9 @@
|
||||
<file>images/rstray1.png</file>
|
||||
<file>images/rstray2.png</file>
|
||||
<file>images/security-high-16.png</file>
|
||||
<file>images/security-high-48.png</file>
|
||||
<file>images/security-low-48.png</file>
|
||||
<file>images/security-medium-48.png</file>
|
||||
<file>images/save24.png</file>
|
||||
<file>images/send24.png</file>
|
||||
<file>images/settings.png</file>
|
||||
@ -369,6 +372,8 @@
|
||||
<file>images/toaster/toaster-backrs4.png</file>
|
||||
<file>images/thumb-default-video.png</file>
|
||||
<file>images/user/add_user24.png</file>
|
||||
<file>images/user/add_user48.png</file>
|
||||
<file>images/user/deny_user48.png</file>
|
||||
<file>images/user/friends24.png</file>
|
||||
<file>images/user/identity16.png</file>
|
||||
<file>images/user/identity24.png</file>
|
||||
@ -391,6 +396,7 @@
|
||||
<file>images/up1down0.png</file>
|
||||
<file>images/underconstruction.png</file>
|
||||
<file>images/user.png</file>
|
||||
<file>images/view-certificate-sign-32.png</file>
|
||||
<file>images/view_calendar_day.png</file>
|
||||
<file>images/view_calendar_week.png</file>
|
||||
<file>images/view_calendar_month.png</file>
|
||||
|
BIN
retroshare-gui/src/gui/images/security-high-48.png
Normal file
BIN
retroshare-gui/src/gui/images/security-high-48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
retroshare-gui/src/gui/images/security-low-48.png
Normal file
BIN
retroshare-gui/src/gui/images/security-low-48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
retroshare-gui/src/gui/images/security-medium-48.png
Normal file
BIN
retroshare-gui/src/gui/images/security-medium-48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
retroshare-gui/src/gui/images/user/deny_user48.png
Normal file
BIN
retroshare-gui/src/gui/images/user/deny_user48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
retroshare-gui/src/gui/images/view-certificate-sign-32.png
Normal file
BIN
retroshare-gui/src/gui/images/view-certificate-sign-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Loading…
Reference in New Issue
Block a user