mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-24 00:40:11 -05:00
Added new icon for news feed from Agurer.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6318 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1dd8e9067f
commit
533d1f429a
@ -147,7 +147,7 @@
|
|||||||
#define IMAGE_MINIMIZE ":/images/window_nofullscreen.png"
|
#define IMAGE_MINIMIZE ":/images/window_nofullscreen.png"
|
||||||
#define IMAGE_MAXIMIZE ":/images/window_fullscreen.png"
|
#define IMAGE_MAXIMIZE ":/images/window_fullscreen.png"
|
||||||
#define IMG_HELP ":/images/help24.png"
|
#define IMG_HELP ":/images/help24.png"
|
||||||
#define IMAGE_NEWSFEED ":/images/konqsidebar_news24.png"
|
#define IMAGE_NEWSFEED ":/images/newsfeed128.png"
|
||||||
#define IMAGE_PLUGINS ":/images/extension_32.png"
|
#define IMAGE_PLUGINS ":/images/extension_32.png"
|
||||||
#define IMAGE_NOONLINE ":/images/rstray0.png"
|
#define IMAGE_NOONLINE ":/images/rstray0.png"
|
||||||
#define IMAGE_ONEONLINE ":/images/rstray1.png"
|
#define IMAGE_ONEONLINE ":/images/rstray1.png"
|
||||||
|
@ -36,14 +36,17 @@
|
|||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="imageLabel">
|
<widget class="QLabel" name="imageLabel">
|
||||||
<property name="sizePolicy">
|
<property name="maximumSize">
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
<size>
|
||||||
<horstretch>0</horstretch>
|
<width>16</width>
|
||||||
<verstretch>0</verstretch>
|
<height>16</height>
|
||||||
</sizepolicy>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="pixmap">
|
<property name="pixmap">
|
||||||
<pixmap resource="images.qrc">:/images/konqsidebar_news16.png</pixmap>
|
<pixmap resource="images.qrc">:/images/newsfeed128.png</pixmap>
|
||||||
|
</property>
|
||||||
|
<property name="scaledContents">
|
||||||
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -270,8 +270,7 @@
|
|||||||
<file>images/kcmsystem24.png</file>
|
<file>images/kcmsystem24.png</file>
|
||||||
<file>images/kdmconfig.png</file>
|
<file>images/kdmconfig.png</file>
|
||||||
<file>images/konsole.png</file>
|
<file>images/konsole.png</file>
|
||||||
<file>images/konqsidebar_news16.png</file>
|
<file>images/newsfeed128.png</file>
|
||||||
<file>images/konqsidebar_news24.png</file>
|
|
||||||
<file>images/konversation.png</file>
|
<file>images/konversation.png</file>
|
||||||
<file>images/konversation16.png</file>
|
<file>images/konversation16.png</file>
|
||||||
<file>images/konversation128.png</file>
|
<file>images/konversation128.png</file>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 815 B |
Binary file not shown.
Before Width: | Height: | Size: 4.1 KiB |
BIN
retroshare-gui/src/gui/images/newsfeed128.png
Normal file
BIN
retroshare-gui/src/gui/images/newsfeed128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
@ -445,10 +445,6 @@ border-image: url(:/images/btn_26_pressed.png) 4;
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Subscribe</string>
|
<string>Subscribe</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
|
||||||
<iconset resource="../../images.qrc">
|
|
||||||
<normaloff>:/images/konqsidebar_news16.png</normaloff>:/images/konqsidebar_news16.png</iconset>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0" colspan="2">
|
<item row="0" column="0" colspan="2">
|
||||||
@ -567,9 +563,6 @@ border-image: url(:/images/btn_26_pressed.png) 4;
|
|||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="../../images.qrc"/>
|
<include location="../../images.qrc"/>
|
||||||
<include location="../../images.qrc"/>
|
|
||||||
<include location="../../images.qrc"/>
|
|
||||||
<include location="../../images.qrc"/>
|
|
||||||
</resources>
|
</resources>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user