mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 04:16:40 -05:00
Added new flat icons for the forums & posted group tree
Added new icons for the forums & posted group tree
This commit is contained in:
parent
d67462751b
commit
f63ae7efbb
15 changed files with 394 additions and 8 deletions
|
|
@ -105,13 +105,13 @@ QString PostedDialog::icon(IconType type)
|
|||
case ICON_NEW:
|
||||
return ":/icons/png/add.png";
|
||||
case ICON_YOUR_GROUP:
|
||||
return ":/images/folder16.png";
|
||||
return ":/icons/png/feedreader.png";
|
||||
case ICON_SUBSCRIBED_GROUP:
|
||||
return ":/images/folder_red.png";
|
||||
return ":/icons/png/feed-subscribed.png";
|
||||
case ICON_POPULAR_GROUP:
|
||||
return ":/images/folder_green.png";
|
||||
return ":/icons/png/feed-popular.png";
|
||||
case ICON_OTHER_GROUP:
|
||||
return ":/images/folder_yellow.png";
|
||||
return ":/icons/png/feed-other.png";
|
||||
case ICON_DEFAULT:
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue