1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>AddressBookPage
</class>
4 <widget class=
"QWidget" name=
"AddressBookPage">
5 <property name=
"geometry">
13 <layout class=
"QVBoxLayout" name=
"verticalLayout">
15 <widget class=
"QLabel" name=
"labelExplanation">
16 <property name=
"textFormat">
17 <enum>Qt::PlainText
</enum>
19 <property name=
"wordWrap">
25 <widget class=
"QTableView" name=
"tableView">
26 <property name=
"contextMenuPolicy">
27 <enum>Qt::CustomContextMenu
</enum>
29 <property name=
"toolTip">
30 <string>Right-click to edit address or label
</string>
32 <property name=
"tabKeyNavigation">
35 <property name=
"alternatingRowColors">
38 <property name=
"selectionMode">
39 <enum>QAbstractItemView::SingleSelection
</enum>
41 <property name=
"selectionBehavior">
42 <enum>QAbstractItemView::SelectRows
</enum>
44 <property name=
"sortingEnabled">
47 <attribute name=
"verticalHeaderVisible">
53 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
55 <widget class=
"QPushButton" name=
"newAddress">
56 <property name=
"toolTip">
57 <string>Create a new address
</string>
59 <property name=
"text">
60 <string>&New
</string>
62 <property name=
"icon">
63 <iconset resource=
"../bitcoin.qrc">
64 <normaloff>:/icons/add
</normaloff>:/icons/add
</iconset>
66 <property name=
"autoDefault">
72 <widget class=
"QPushButton" name=
"copyAddress">
73 <property name=
"toolTip">
74 <string>Copy the currently selected address to the system clipboard
</string>
76 <property name=
"text">
77 <string>&Copy
</string>
79 <property name=
"icon">
80 <iconset resource=
"../bitcoin.qrc">
81 <normaloff>:/icons/editcopy
</normaloff>:/icons/editcopy
</iconset>
83 <property name=
"autoDefault">
89 <widget class=
"QPushButton" name=
"deleteAddress">
90 <property name=
"toolTip">
91 <string>Delete the currently selected address from the list
</string>
93 <property name=
"text">
94 <string>&Delete
</string>
96 <property name=
"icon">
97 <iconset resource=
"../bitcoin.qrc">
98 <normaloff>:/icons/remove
</normaloff>:/icons/remove
</iconset>
100 <property name=
"autoDefault">
106 <spacer name=
"horizontalSpacer">
107 <property name=
"orientation">
108 <enum>Qt::Horizontal
</enum>
110 <property name=
"sizeHint" stdset=
"0">
119 <widget class=
"QPushButton" name=
"exportButton">
120 <property name=
"toolTip">
121 <string>Export the data in the current tab to a file
</string>
123 <property name=
"text">
124 <string>&Export
</string>
126 <property name=
"icon">
127 <iconset resource=
"../bitcoin.qrc">
128 <normaloff>:/icons/export
</normaloff>:/icons/export
</iconset>
130 <property name=
"autoDefault">
136 <widget class=
"QPushButton" name=
"closeButton">
137 <property name=
"sizePolicy">
138 <sizepolicy hsizetype=
"Minimum" vsizetype=
"Minimum">
139 <horstretch>0</horstretch>
140 <verstretch>0</verstretch>
143 <property name=
"text">
144 <string>C
&lose
</string>
146 <property name=
"autoDefault">
156 <include location=
"../bitcoin.qrc"/>