mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-01-30 08:24:20 +00:00
paper cash icons
This commit is contained in:
parent
da91ffc7fd
commit
7b0188d49b
@ -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()));
|
||||
|
@ -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>
|
||||
|
@ -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
BIN
src/qt/res/icons/cash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
src/qt/res/icons/cash_print.png
Normal file
BIN
src/qt/res/icons/cash_print.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
Loading…
x
Reference in New Issue
Block a user