mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 11:54:30 -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
|
@ -99,12 +99,12 @@ void ChatLobbyUserNotify::setTextCaseSensitive(bool value)
|
|||
|
||||
QIcon ChatLobbyUserNotify::getIcon()
|
||||
{
|
||||
return QIcon(":/images/chat_32.png");
|
||||
return QIcon(":/icons/png/chat-lobbies.png");
|
||||
}
|
||||
|
||||
QIcon ChatLobbyUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/icons/chat_red_128.png") : QIcon(":/icons/chat_128.png");
|
||||
return hasNew ? QIcon(":/icons/png/chat-lobbies-notify.png") : QIcon(":/icons/png/chat-lobbies.png");
|
||||
}
|
||||
|
||||
unsigned int ChatLobbyUserNotify::getNewCount()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue