1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-29 16:04:32 +00:00

paper cash icons

This commit is contained in:
orignal 2018-02-09 20:56:49 -05:00
parent da91ffc7fd
commit 7b0188d49b
5 changed files with 6 additions and 2 deletions

View File

@ -260,7 +260,7 @@ void BitcoinGUI::createActions()
connect(verifyMessageAction, SIGNAL(triggered()), this, SLOT(gotoVerifyMessageTab()));
#ifdef USE_QRCODE
printPaperWalletAction = new QAction(QIcon(":/icons/key"), tr("&Print paper wallet..."), this);
printPaperWalletAction = new QAction(QIcon(":/icons/cash"), tr("&Print paper wallet..."), this);
printPaperWalletAction->setIconVisibleInMenu(true);
printPaperWalletAction->setStatusTip(tr("Generate new address and print"));
connect(printPaperWalletAction, SIGNAL(triggered()), walletFrame, SLOT(printPaperWallet()));

View File

@ -2,4 +2,8 @@
<qresource prefix="/html">
<file alias="paperwallet">res/html/paperwallet.html</file>
</qresource>
<qresource prefix="/icons">
<file alias="cash">res/icons/cash.png</file>
<file alias="cash_print">res/icons/cash_print.png</file>
</qresource>
</RCC>

View File

@ -55,7 +55,7 @@
<tr>
<td width="200">
<div style="display: inline-block;">
<img src=":/icons/gostcoin" width="107" height="107">
<img src=":/icons/cash_print" width="160" height="107">
</div>
</td>
<td>

BIN
src/qt/res/icons/cash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB