Partially revert acd906f9bbf55e42.
[novacoin.git] / src / qt / forms / addressbookpage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AddressBookPage</class>
4  <widget class="QWidget" name="AddressBookPage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>799</width>
10     <height>380</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Address Book</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QLabel" name="labelExplanation">
19      <property name="text">
20       <string>These are your NovaCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you.</string>
21      </property>
22      <property name="textFormat">
23       <enum>Qt::PlainText</enum>
24      </property>
25      <property name="wordWrap">
26       <bool>true</bool>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <widget class="QTableView" name="tableView">
32      <property name="contextMenuPolicy">
33       <enum>Qt::CustomContextMenu</enum>
34      </property>
35      <property name="toolTip">
36       <string>Double-click to edit address or label</string>
37      </property>
38      <property name="tabKeyNavigation">
39       <bool>false</bool>
40      </property>
41      <property name="alternatingRowColors">
42       <bool>true</bool>
43      </property>
44      <property name="selectionMode">
45       <enum>QAbstractItemView::SingleSelection</enum>
46      </property>
47      <property name="selectionBehavior">
48       <enum>QAbstractItemView::SelectRows</enum>
49      </property>
50      <property name="sortingEnabled">
51       <bool>true</bool>
52      </property>
53      <attribute name="verticalHeaderVisible">
54       <bool>false</bool>
55      </attribute>
56     </widget>
57    </item>
58    <item>
59     <layout class="QHBoxLayout" name="horizontalLayout">
60      <item>
61       <widget class="QPushButton" name="newAddressButton">
62        <property name="toolTip">
63         <string>Create a new address</string>
64        </property>
65        <property name="text">
66         <string>&amp;New Address</string>
67        </property>
68        <property name="icon">
69         <iconset resource="../bitcoin.qrc">
70          <normaloff>:/icons/add</normaloff>:/icons/add</iconset>
71        </property>
72       </widget>
73      </item>
74      <item>
75       <widget class="QPushButton" name="copyToClipboard">
76        <property name="toolTip">
77         <string>Copy the currently selected address to the system clipboard</string>
78        </property>
79        <property name="text">
80         <string>&amp;Copy Address</string>
81        </property>
82        <property name="icon">
83         <iconset resource="../bitcoin.qrc">
84          <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
85        </property>
86       </widget>
87      </item>
88      <item>
89       <widget class="QPushButton" name="signMessage">
90        <property name="toolTip">
91         <string>Sign a message to prove you own a NovaCoin address</string>
92        </property>
93        <property name="text">
94         <string>Sign &amp;Message</string>
95        </property>
96        <property name="icon">
97         <iconset resource="../bitcoin.qrc">
98          <normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
99        </property>
100       </widget>
101      </item>
102      <item>
103       <widget class="QPushButton" name="verifyMessage">
104        <property name="toolTip">
105         <string>Verify a message to ensure it was signed with a specified NovaCoin address</string>
106        </property>
107        <property name="text">
108         <string>&amp;Verify Message</string>
109        </property>
110        <property name="icon">
111         <iconset resource="../bitcoin.qrc">
112          <normaloff>:/icons/transaction_0</normaloff>:/icons/transaction_0</iconset>
113        </property>
114       </widget>
115      </item>
116      <item>
117       <widget class="QPushButton" name="deleteButton">
118        <property name="toolTip">
119         <string>Delete the currently selected address from the list</string>
120        </property>
121        <property name="text">
122         <string>&amp;Delete</string>
123        </property>
124        <property name="icon">
125         <iconset resource="../bitcoin.qrc">
126          <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
127        </property>
128       </widget>
129      </item>
130      <item>
131       <spacer name="horizontalSpacer">
132        <property name="orientation">
133         <enum>Qt::Horizontal</enum>
134        </property>
135        <property name="sizeHint" stdset="0">
136         <size>
137          <width>40</width>
138          <height>20</height>
139         </size>
140        </property>
141       </spacer>
142      </item>
143      <item>
144       <widget class="QDialogButtonBox" name="buttonBox">
145        <property name="sizePolicy">
146         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
147          <horstretch>0</horstretch>
148          <verstretch>0</verstretch>
149         </sizepolicy>
150        </property>
151        <property name="standardButtons">
152         <set>QDialogButtonBox::Ok</set>
153        </property>
154       </widget>
155      </item>
156     </layout>
157    </item>
158   </layout>
159  </widget>
160  <resources>
161   <include location="../bitcoin.qrc"/>
162  </resources>
163  <connections/>
164 </ui>