2011-05-12 08:44:52 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2011-07-07 11:33:15 -04:00
|
|
|
<class>AddressBookPage</class>
|
|
|
|
<widget class="QWidget" name="AddressBookPage">
|
2011-05-12 08:44:52 -04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-07-19 01:22:38 -04:00
|
|
|
<width>760</width>
|
|
|
|
<height>380</height>
|
2011-05-12 08:44:52 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2011-05-12 11:55:24 -04:00
|
|
|
<string>Address Book</string>
|
2011-05-12 08:44:52 -04:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2011-07-07 11:33:15 -04:00
|
|
|
<widget class="QLabel" name="labelExplanation">
|
|
|
|
<property name="textFormat">
|
2012-06-15 03:48:26 -04:00
|
|
|
<enum>Qt::PlainText</enum>
|
2011-07-07 11:33:15 -04:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTableView" name="tableView">
|
2012-05-04 11:56:29 -04:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
2011-07-07 11:33:15 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Double-click to edit address or label</string>
|
|
|
|
</property>
|
2012-05-04 11:56:29 -04:00
|
|
|
<property name="tabKeyNavigation">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2011-07-07 11:33:15 -04:00
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2011-05-12 11:55:24 -04:00
|
|
|
</widget>
|
2011-05-12 08:44:52 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-12 11:55:24 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2011-05-13 16:00:27 -04:00
|
|
|
<item>
|
2013-04-02 07:08:13 -03:00
|
|
|
<widget class="QPushButton" name="newAddress">
|
2011-06-11 06:46:09 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Create a new address</string>
|
|
|
|
</property>
|
2011-05-13 16:00:27 -04:00
|
|
|
<property name="text">
|
2012-05-06 10:24:15 -04:00
|
|
|
<string>&New Address</string>
|
2011-05-13 16:00:27 -04:00
|
|
|
</property>
|
2011-06-30 14:20:46 -04:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../bitcoin.qrc">
|
|
|
|
<normaloff>:/icons/add</normaloff>:/icons/add</iconset>
|
|
|
|
</property>
|
2011-05-13 16:00:27 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-12 11:55:24 -04:00
|
|
|
<item>
|
2013-04-02 07:08:13 -03:00
|
|
|
<widget class="QPushButton" name="copyAddress">
|
2011-06-11 06:46:09 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Copy the currently selected address to the system clipboard</string>
|
|
|
|
</property>
|
2011-05-12 11:55:24 -04:00
|
|
|
<property name="text">
|
2012-05-04 11:56:29 -04:00
|
|
|
<string>&Copy Address</string>
|
2011-05-12 11:55:24 -04:00
|
|
|
</property>
|
2011-06-30 14:20:46 -04:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../bitcoin.qrc">
|
|
|
|
<normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
|
|
|
|
</property>
|
2011-05-12 11:55:24 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-11-10 11:20:17 -03:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="showQRCode">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show &QR Code</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../bitcoin.qrc">
|
2012-05-05 04:46:19 -04:00
|
|
|
<normaloff>:/icons/qrcode</normaloff>:/icons/qrcode</iconset>
|
2011-11-10 11:20:17 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-23 12:14:57 -03:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="signMessage">
|
|
|
|
<property name="toolTip">
|
2012-06-15 03:48:26 -04:00
|
|
|
<string>Sign a message to prove you own a Bitcoin address</string>
|
2011-12-23 12:14:57 -03:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2012-09-22 07:15:41 -03:00
|
|
|
<string>Sign &Message</string>
|
2011-12-23 12:14:57 -03:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../bitcoin.qrc">
|
|
|
|
<normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-15 03:48:26 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="verifyMessage">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Verify a message to ensure it was signed with a specified Bitcoin address</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Verify Message</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../bitcoin.qrc">
|
|
|
|
<normaloff>:/icons/transaction_0</normaloff>:/icons/transaction_0</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-12 11:55:24 -04:00
|
|
|
<item>
|
2013-04-02 07:08:13 -03:00
|
|
|
<widget class="QPushButton" name="deleteAddress">
|
2011-06-11 06:46:09 -04:00
|
|
|
<property name="toolTip">
|
2012-09-22 03:37:56 -03:00
|
|
|
<string>Delete the currently selected address from the list</string>
|
2011-06-11 06:46:09 -04:00
|
|
|
</property>
|
2011-05-12 11:55:24 -04:00
|
|
|
<property name="text">
|
2011-05-13 16:00:27 -04:00
|
|
|
<string>&Delete</string>
|
2011-05-12 11:55:24 -04:00
|
|
|
</property>
|
2011-06-30 14:20:46 -04:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../bitcoin.qrc">
|
2011-07-18 15:02:17 -04:00
|
|
|
<normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
|
2011-06-30 14:20:46 -04:00
|
|
|
</property>
|
2011-05-12 11:55:24 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-07-03 14:53:56 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-05-12 11:55:24 -04:00
|
|
|
<item>
|
2011-05-13 16:00:27 -04:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Ok</set>
|
2011-05-12 11:55:24 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2011-05-12 08:44:52 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-06-30 14:20:46 -04:00
|
|
|
<resources>
|
|
|
|
<include location="../bitcoin.qrc"/>
|
|
|
|
</resources>
|
2011-06-13 06:07:32 -04:00
|
|
|
<connections/>
|
2011-05-12 08:44:52 -04:00
|
|
|
</ui>
|