add configure and receive icon
This commit is contained in:
parent
45c4a0b354
commit
245ab4d0ac
5 changed files with 24 additions and 5 deletions
|
@ -6,22 +6,39 @@ Icon: src/qt/res/icons/send.png
|
||||||
Icon Pack: Vista Style Arrow
|
Icon Pack: Vista Style Arrow
|
||||||
Designer: Icons Land
|
Designer: Icons Land
|
||||||
License: Freeware Non-commercial
|
License: Freeware Non-commercial
|
||||||
http://findicons.com/icon/231371/right3green
|
Site: http://findicons.com/icon/231371/right3green
|
||||||
|
|
||||||
Icon: src/qt/res/icons/address-book.png
|
Icon: src/qt/res/icons/address-book.png
|
||||||
Icon Pack: Farm-Fresh Web
|
Icon Pack: Farm-Fresh Web
|
||||||
Designer: FatCow Web Hosting
|
Designer: FatCow Web Hosting
|
||||||
License: Creative Commons Attribution (by)
|
License: Creative Commons Attribution (by)
|
||||||
http://findicons.com/icon/163938/book_open
|
Site: http://findicons.com/icon/163938/book_open
|
||||||
|
|
||||||
Icon: src/qt/res/icons/connect*.png
|
Icon: src/qt/res/icons/connect*.png
|
||||||
Icon Pack: Human-O2
|
Icon Pack: Human-O2
|
||||||
Designer: schollidesign
|
Designer: schollidesign
|
||||||
License: GNU/GPL
|
License: GNU/GPL
|
||||||
http://findicons.com/icon/93743/blocks_gnome_netstatus_0
|
Site: http://findicons.com/icon/93743/blocks_gnome_netstatus_0
|
||||||
|
|
||||||
Icon: src/qt/res/icons/transaction*.png
|
Icon: src/qt/res/icons/transaction*.png
|
||||||
Designer: md2k7
|
Designer: md2k7
|
||||||
https://forum.bitcoin.org/index.php?topic=15276.0
|
Site: https://forum.bitcoin.org/index.php?topic=15276.0
|
||||||
License: You are free to do with these icons as you wish, including selling,
|
License: You are free to do with these icons as you wish, including selling,
|
||||||
copying, modifying etc.
|
copying, modifying etc.
|
||||||
|
|
||||||
|
Icon: src/qt/res/icons/configure.png, src/qt/res/icons/quit.png
|
||||||
|
Designer: http://www.everaldo.com
|
||||||
|
Icon Pack: Crystal SVG
|
||||||
|
License: LGPL
|
||||||
|
|
||||||
|
Icon: src/qt/res/icons/receive.png
|
||||||
|
Designer: Oxygen team
|
||||||
|
Icon Pack: Oxygen
|
||||||
|
License: Creative Common Attribution-ShareAlike 3.0 License or LGPL
|
||||||
|
Site: http://www.oxygen-icons.org/
|
||||||
|
|
||||||
|
Icon: src/qt/res/icons/bitcoin.png, src/qt/res/icons/toolbar.png
|
||||||
|
Designer: Bitboy (optimized for 16x16 by Wladimir van der Laan)
|
||||||
|
License: Public Domain
|
||||||
|
Site: http://forum.bitcoin.org/?topic=1756.0
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,8 @@
|
||||||
<file alias="transaction_3">res/icons/clock3.png</file>
|
<file alias="transaction_3">res/icons/clock3.png</file>
|
||||||
<file alias="transaction_4">res/icons/clock4.png</file>
|
<file alias="transaction_4">res/icons/clock4.png</file>
|
||||||
<file alias="transaction_5">res/icons/clock5.png</file>
|
<file alias="transaction_5">res/icons/clock5.png</file>
|
||||||
|
<file alias="options">res/icons/configure.png</file>
|
||||||
|
<file alias="receiving_addresses">res/icons/receive.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="/images">
|
<qresource prefix="/images">
|
||||||
<file alias="about">res/images/about.png</file>
|
<file alias="about">res/images/about.png</file>
|
||||||
|
|
|
@ -145,7 +145,7 @@ void BitcoinGUI::createActions()
|
||||||
addressbook->setToolTip(tr("Edit the list of stored addresses and labels"));
|
addressbook->setToolTip(tr("Edit the list of stored addresses and labels"));
|
||||||
about = new QAction(QIcon(":/icons/bitcoin"), tr("&About"), this);
|
about = new QAction(QIcon(":/icons/bitcoin"), tr("&About"), this);
|
||||||
about->setToolTip(tr("Show information about Bitcoin"));
|
about->setToolTip(tr("Show information about Bitcoin"));
|
||||||
receivingAddresses = new QAction(QIcon(":/icons/receiving-addresses"), tr("Your &Receiving Addresses..."), this);
|
receivingAddresses = new QAction(QIcon(":/icons/receiving_addresses"), tr("Your &Receiving Addresses..."), this);
|
||||||
receivingAddresses->setToolTip(tr("Show the list of receiving addresses and edit their labels"));
|
receivingAddresses->setToolTip(tr("Show the list of receiving addresses and edit their labels"));
|
||||||
options = new QAction(QIcon(":/icons/options"), tr("&Options..."), this);
|
options = new QAction(QIcon(":/icons/options"), tr("&Options..."), this);
|
||||||
options->setToolTip(tr("Modify configuration options for bitcoin"));
|
options->setToolTip(tr("Modify configuration options for bitcoin"));
|
||||||
|
|
BIN
src/qt/res/icons/configure.png
Normal file
BIN
src/qt/res/icons/configure.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
BIN
src/qt/res/icons/receive.png
Normal file
BIN
src/qt/res/icons/receive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 716 B |
Loading…
Reference in a new issue