mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
added new mainwindow icons for RetroShare.
This commit is contained in:
parent
4d5be7fbce
commit
6682a7a491
80 changed files with 2844 additions and 83 deletions
|
@ -115,26 +115,16 @@
|
|||
#include <iomanip>
|
||||
#include <unistd.h>
|
||||
|
||||
#define IMAGE_QUIT ":/icons/quit_128.png"
|
||||
#define IMAGE_PREFERENCES ":/icons/system_128.png"
|
||||
#define IMAGE_ABOUT ":/icons/information_128.png"
|
||||
#define IMAGE_ADDFRIEND ":/icons/add_user_256.png"
|
||||
#define IMAGE_QUIT ":/icons/png/exit.png"
|
||||
#define IMAGE_PREFERENCES ":/icons/png/options.png"
|
||||
#define IMAGE_ABOUT ":/icons/png/info.png"
|
||||
#define IMAGE_ADDFRIEND ":/icons/png/invite.png"
|
||||
#define IMAGE_RETROSHARE ":/icons/logo_128.png"
|
||||
#define IMAGE_NOONLINE ":/icons/logo_0_connected_128.png"
|
||||
#define IMAGE_ONEONLINE ":/icons/logo_1_connected_128.png"
|
||||
#define IMAGE_TWOONLINE ":/icons/logo_2_connected_128.png"
|
||||
#define IMAGE_OVERLAY ":/icons/star_overlay_128.png"
|
||||
|
||||
/* Images for toolbar icons */
|
||||
//#define IMAGE_NETWORK2 ":/images/rs1.png"
|
||||
//#define IMAGE_PEERS ":/images/groupchat.png"
|
||||
//#define IMAGE_TRANSFERS ":/images/ktorrent32.png"
|
||||
//#define IMAGE_FILES ":/images/fileshare32.png"
|
||||
//#define IMAGE_CHANNELS ":/images/channels.png"
|
||||
//#define IMAGE_FORUMS ":/images/konversation.png"
|
||||
//#define IMAGE_CHAT ":/images/groupchat.png"
|
||||
//#define IMAGE_STATISTIC ":/images/utilities-system-monitor.png"
|
||||
//#define IMAGE_MESSAGES ":/images/evolution.png"
|
||||
#define IMAGE_BWGRAPH ":/images/ksysguard.png"
|
||||
#define IMAGE_MESSENGER ":/images/rsmessenger48.png"
|
||||
#define IMAGE_CLOSE ":/images/close_normal.png"
|
||||
|
@ -148,16 +138,10 @@
|
|||
#define IMAGE_UNFINISHED ":/images/underconstruction.png"
|
||||
#define IMAGE_MINIMIZE ":/images/window_nofullscreen.png"
|
||||
#define IMAGE_MAXIMIZE ":/images/window_fullscreen.png"
|
||||
//#define IMG_HELP ":/images/help24.png"
|
||||
//#define IMAGE_NEWSFEED ":/images/newsfeed/news-feed-32.png"
|
||||
|
||||
#define IMAGE_PLUGINS ":/images/extension_32.png"
|
||||
#define IMAGE_BLOGS ":/images/kblogger.png"
|
||||
#define IMAGE_DHT ":/images/dht16.png"
|
||||
//#define IMAGE_CHATLOBBY ":/images/chat_32.png"
|
||||
//#define IMAGE_GXSCHANNELS ":/images/channels.png"
|
||||
//#define IMAGE_GXSFORUMS ":/images/konversation.png"
|
||||
//#define IMAGE_IDENTITY ":/images/identity/identities_32.png"
|
||||
//#define IMAGE_CIRCLES ":/images/circles/circles_32.png"
|
||||
|
||||
|
||||
/*static*/ MainWindow *MainWindow::_instance = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue