Skip to content

Commit

Permalink
Icons Update
Browse files Browse the repository at this point in the history
Icons Update
  • Loading branch information
lyricidal committed Jun 3, 2018
1 parent 10d176b commit 38086d8
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 21 deletions.
13 changes: 13 additions & 0 deletions src/qt/bitcoin.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@
<file alias="staking_on">res/icons/staking_on.png</file>
<file alias="stake">res/icons/stake.png</file>
<file alias="block">res/icons/block.png</file>
<file alias="facebook">res/icons/facebook.png</file>
<file alias="telegram">res/icons/telegram.png</file>
<file alias="instagram">res/icons/instagram.png</file>
<file alias="reddit">res/icons/reddit.png</file>
<file alias="steemit">res/icons/steemit.png</file>
<file alias="twitter">res/icons/twitter.png</file>
<file alias="discord">res/icons/discord.png</file>
<file alias="bleutrade">res/icons/bleutrade.png</file>
<file alias="tradeogre">res/icons/tradeogre.png</file>
<file alias="cryptohub">res/icons/cryptohub.png</file>
<file alias="cpatex">res/icons/cpatex.png</file>
<file alias="medium">res/icons/medium.png</file>
<file alias="about_qt">res/icons/about_qt.png</file>
</qresource>
<qresource prefix="/images">
<file alias="about">res/images/about.png</file>
Expand Down
40 changes: 20 additions & 20 deletions src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ void BitcoinGUI::createActions()
aboutAction = new QAction(QIcon(":/icons/bitcoin"), tr("&About Peepcoin"), this);
aboutAction->setToolTip(tr("Show information about Peepcoin"));
aboutAction->setMenuRole(QAction::AboutRole);
aboutQtAction = new QAction(QIcon(":/trolltech/qmessagebox/images/qtlogo-64.png"), tr("About &Qt"), this);
aboutQtAction = new QAction(QIcon(":/icons/about_qt"), tr("About &Qt"), this);
aboutQtAction->setToolTip(tr("Show information about Qt"));
aboutQtAction->setMenuRole(QAction::AboutQtRole);
optionsAction = new QAction(QIcon(":/icons/options"), tr("&Options..."), this);
Expand All @@ -326,44 +326,44 @@ void BitcoinGUI::createActions()
signMessageAction = new QAction(QIcon(":/icons/edit"), tr("Sign &message..."), this);
verifyMessageAction = new QAction(QIcon(":/icons/transaction_0"), tr("&Verify message..."), this);

bleuBTCAction = new QAction(QIcon(":/icons/bitcoin"), tr("&Bleutrade - PCN/BTC"), this);
bleuBTCAction = new QAction(QIcon(":/icons/bleutrade"), tr("&Bleutrade - PCN/BTC"), this);
bleuBTCAction->setToolTip(tr("Buy Peepcoin with BTC on Bleutrade"));
bleuDOGEAction = new QAction(QIcon(":/icons/bitcoin"), tr("&Bleutrade - PCN/DOGE"), this);
bleuDOGEAction = new QAction(QIcon(":/icons/bleutrade"), tr("&Bleutrade - PCN/DOGE"), this);
bleuDOGEAction->setToolTip(tr("Buy Peepcoin with DOGE on Bleutrade"));
bleuETHAction = new QAction(QIcon(":/icons/bitcoin"), tr("&Bleutrade - PCN/ETH"), this);
bleuETHAction = new QAction(QIcon(":/icons/bleutrade"), tr("&Bleutrade - PCN/ETH"), this);
bleuETHAction->setToolTip(tr("Buy Peepcoin with ETH on Bleutrade"));
bleuUSDTAction = new QAction(QIcon(":/icons/bitcoin"), tr("&Bleutrade - PCN/USDT"), this);
bleuUSDTAction = new QAction(QIcon(":/icons/bleutrade"), tr("&Bleutrade - PCN/USDT"), this);
bleuUSDTAction->setToolTip(tr("Buy Peepcoin with USDT on Bleutrade"));
tradeOgreAction = new QAction(QIcon(":/icons/bitcoin"), tr("&TradeOgre - PCN/BTC"), this);
tradeOgreAction = new QAction(QIcon(":/icons/tradeogre"), tr("&TradeOgre - PCN/BTC"), this);
tradeOgreAction->setToolTip(tr("Buy Peepcoin for BTC on TradeOgre"));
cryptoHubAction = new QAction(QIcon(":/icons/bitcoin"), tr("&CryptoHub - PCN/BTC"), this);
cryptoHubAction = new QAction(QIcon(":/icons/cryptohub"), tr("&CryptoHub - PCN/BTC"), this);
cryptoHubAction->setToolTip(tr("Buy Peepcoin for BTC on CryptoHub"));
cpatexBTCAction = new QAction(QIcon(":/icons/bitcoin"), tr("&C-Patex - PCN/BTC"), this);
cpatexBTCAction = new QAction(QIcon(":/icons/cpatex"), tr("&C-Patex - PCN/BTC"), this);
cpatexBTCAction->setToolTip(tr("Buy Peepcoin for BTC on C-Patex"));
cpatexDOGEAction = new QAction(QIcon(":/icons/bitcoin"), tr("&C-Patex - PCN/DOGE"), this);
cpatexDOGEAction = new QAction(QIcon(":/icons/cpatex"), tr("&C-Patex - PCN/DOGE"), this);
cpatexDOGEAction->setToolTip(tr("Buy Peepcoin for DOGE on C-Patex"));

facebookAction = new QAction(QIcon(":/icons/bitcoin"), tr("Facebook"), this);
facebookAction = new QAction(QIcon(":/icons/facebook"), tr("Facebook"), this);
facebookAction->setToolTip(tr("DAPS Facebook"));
twitterAction = new QAction(QIcon(":/icons/bitcoin"), tr("Twitter"), this);
twitterAction = new QAction(QIcon(":/icons/twitter"), tr("Twitter"), this);
twitterAction->setToolTip(tr("DAPS Twitter"));
discordAction = new QAction(QIcon(":/icons/bitcoin"), tr("Discord"), this);
discordAction = new QAction(QIcon(":/icons/discord"), tr("Discord"), this);
discordAction->setToolTip(tr("DAPS Discord"));
telegramAction = new QAction(QIcon(":/icons/bitcoin"), tr("Telegram - Main"), this);
telegramAction = new QAction(QIcon(":/icons/telegram"), tr("Telegram - Main"), this);
telegramAction->setToolTip(tr("DAPS Telegram - Main"));
telegram2Action = new QAction(QIcon(":/icons/bitcoin"), tr("Telegram - Announcements"), this);
telegram2Action = new QAction(QIcon(":/icons/telegram"), tr("Telegram - Announcements"), this);
telegram2Action->setToolTip(tr("DAPS Telegram - Announcements"));
telegram3Action = new QAction(QIcon(":/icons/bitcoin"), tr("Telegram - How To"), this);
telegram3Action = new QAction(QIcon(":/icons/telegram"), tr("Telegram - How To"), this);
telegram3Action->setToolTip(tr("DAPS Telegram - How To"));
telegram4Action = new QAction(QIcon(":/icons/bitcoin"), tr("Telegram - Moon Spam"), this);
telegram4Action = new QAction(QIcon(":/icons/telegram"), tr("Telegram - Moon Spam"), this);
telegram4Action->setToolTip(tr("DAPS Telegram - Moon Spam"));
mediumAction = new QAction(QIcon(":/icons/bitcoin"), tr("Medium"), this);
mediumAction = new QAction(QIcon(":/icons/medium"), tr("Medium"), this);
mediumAction->setToolTip(tr("DAPS Medium"));
steemitAction = new QAction(QIcon(":/icons/bitcoin"), tr("Steemit"), this);
steemitAction = new QAction(QIcon(":/icons/steemit"), tr("Steemit"), this);
steemitAction->setToolTip(tr("DAPS Steemit"));
instagramAction = new QAction(QIcon(":/icons/bitcoin"), tr("Instagram"), this);
instagramAction = new QAction(QIcon(":/icons/instagram"), tr("Instagram"), this);
instagramAction->setToolTip(tr("DAPS Instagram"));
redditAction = new QAction(QIcon(":/icons/bitcoin"), tr("Reddit"), this);
redditAction = new QAction(QIcon(":/icons/reddit"), tr("Reddit"), this);
redditAction->setToolTip(tr("DAPS Reddit"));


Expand Down
2 changes: 1 addition & 1 deletion src/qt/forms/sendcoinsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>Send Coins</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/images/3b);</string>
<string notr="true">background-image: url(:/images/2b);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,0">
<property name="bottomMargin">
Expand Down
Binary file added src/qt/res/icons/about_qt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/bleutrade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/cpatex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/cryptohub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/instagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/reddit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/steemit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/telegram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/tradeogre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 38086d8

Please sign in to comment.