mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-30 16:34:17 +00:00
add icons to address book dialog buttons
This commit is contained in:
parent
d61b7d13e4
commit
c16eb94945
@ -28,7 +28,8 @@ License: You are free to do with these icons as you wish, including selling,
|
|||||||
|
|
||||||
Icon: src/qt/res/icons/configure.png, src/qt/res/icons/quit.png,
|
Icon: src/qt/res/icons/configure.png, src/qt/res/icons/quit.png,
|
||||||
src/qt/res/icons/editcopy.png, src/qt/res/icons/editpaste.png,
|
src/qt/res/icons/editcopy.png, src/qt/res/icons/editpaste.png,
|
||||||
src/qt/res/icons/add.png
|
src/qt/res/icons/add.png, src/qt/res/icons/edit.png,
|
||||||
|
src/qt/res/icons/editdelete.png
|
||||||
Designer: http://www.everaldo.com
|
Designer: http://www.everaldo.com
|
||||||
Icon Pack: Crystal SVG
|
Icon Pack: Crystal SVG
|
||||||
License: LGPL
|
License: LGPL
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/icons">
|
<qresource prefix="/icons" lang="edit">
|
||||||
<file alias="address-book">res/icons/address-book.png</file>
|
<file alias="address-book">res/icons/address-book.png</file>
|
||||||
<file alias="bitcoin">res/icons/bitcoin.png</file>
|
<file alias="bitcoin">res/icons/bitcoin.png</file>
|
||||||
<file alias="quit">res/icons/quit.png</file>
|
<file alias="quit">res/icons/quit.png</file>
|
||||||
@ -24,6 +24,8 @@
|
|||||||
<file alias="add">res/icons/add.png</file>
|
<file alias="add">res/icons/add.png</file>
|
||||||
<file alias="bitcoin_testnet">res/icons/bitcoin_testnet.png</file>
|
<file alias="bitcoin_testnet">res/icons/bitcoin_testnet.png</file>
|
||||||
<file alias="toolbar_testnet">res/icons/toolbar_testnet.png</file>
|
<file alias="toolbar_testnet">res/icons/toolbar_testnet.png</file>
|
||||||
|
<file alias="edit">res/icons/edit.png</file>
|
||||||
|
<file alias="editdelete">res/icons/editdelete.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>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>591</width>
|
<width>620</width>
|
||||||
<height>347</height>
|
<height>347</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@ -115,6 +115,10 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&New Address...</string>
|
<string>&New Address...</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="icon">
|
||||||
|
<iconset resource="../bitcoin.qrc">
|
||||||
|
<normaloff>:/icons/add</normaloff>:/icons/add</iconset>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -125,6 +129,10 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Copy to Clipboard</string>
|
<string>&Copy to Clipboard</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="icon">
|
||||||
|
<iconset resource="../bitcoin.qrc">
|
||||||
|
<normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -135,6 +143,10 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Edit...</string>
|
<string>&Edit...</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="icon">
|
||||||
|
<iconset resource="../bitcoin.qrc">
|
||||||
|
<normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -145,6 +157,10 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Delete</string>
|
<string>&Delete</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="icon">
|
||||||
|
<iconset resource="../bitcoin.qrc">
|
||||||
|
<normaloff>:/icons/editdelete</normaloff>:/icons/editdelete</iconset>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -164,6 +180,8 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources/>
|
<resources>
|
||||||
|
<include location="../bitcoin.qrc"/>
|
||||||
|
</resources>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
BIN
src/qt/res/icons/edit.png
Normal file
BIN
src/qt/res/icons/edit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
src/qt/res/icons/editdelete.png
Normal file
BIN
src/qt/res/icons/editdelete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
x
Reference in New Issue
Block a user