mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 10:19:24 -04:00
changed icons on othe feeds too
* changed the icons on other feeds too * Show on Forum Message Feed the Avatars
This commit is contained in:
parent
98f35cf8af
commit
2df4a1a3e8
53 changed files with 1120 additions and 741 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "gui/gxs/GxsGroupFrameDialog.h"
|
||||
|
||||
#define IMAGE_GXSCHANNELS ":/icons/png/channels.png"
|
||||
#define IMAGE_GXSCHANNELS ":/icons/png/channel.png"
|
||||
|
||||
class GxsChannelDialog : public GxsGroupFrameDialog
|
||||
{
|
||||
|
|
|
@ -99,11 +99,11 @@ QPixmap GxsChannelGroupDialog::serviceImage()
|
|||
switch (mode())
|
||||
{
|
||||
case MODE_CREATE:
|
||||
return QPixmap(":/icons/png/channels.png");
|
||||
return QPixmap(":/icons/png/channel.png");
|
||||
case MODE_SHOW:
|
||||
return QPixmap(":/icons/png/channels.png");
|
||||
return QPixmap(":/icons/png/channel.png");
|
||||
case MODE_EDIT:
|
||||
return QPixmap(":/icons/png/channels.png");
|
||||
return QPixmap(":/icons/png/channel.png");
|
||||
}
|
||||
|
||||
return QPixmap();
|
||||
|
|
|
@ -36,12 +36,12 @@ bool GxsChannelUserNotify::hasSetting(QString *name, QString *group)
|
|||
|
||||
QIcon GxsChannelUserNotify::getIcon()
|
||||
{
|
||||
return QIcon(":/icons/png/channels.png");
|
||||
return QIcon(":/icons/png/channel.png");
|
||||
}
|
||||
|
||||
QIcon GxsChannelUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/icons/png/channels-notify.png") : QIcon(":/icons/png/channels.png");
|
||||
return hasNew ? QIcon(":/icons/png/channels-notify.png") : QIcon(":/icons/png/channel.png");
|
||||
}
|
||||
|
||||
void GxsChannelUserNotify::iconClicked()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue