3d23543e6ff1e687c094ede1bf1c2dce44038d02
[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>760</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="showQRCode">
90        <property name="text">
91         <string>Show &amp;QR Code</string>
92        </property>
93        <property name="icon">
94         <iconset resource="../bitcoin.qrc">
95          <normaloff>:/icons/qrcode</normaloff>:/icons/qrcode</iconset>
96        </property>
97       </widget>
98      </item>
99      <item>
100       <widget class="QPushButton" name="signMessage">
101        <property name="toolTip">
102         <string>Sign a message to prove you own a NovaCoin address</string>
103        </property>
104        <property name="text">
105         <string>Sign &amp;Message</string>
106        </property>
107        <property name="icon">
108         <iconset resource="../bitcoin.qrc">
109          <normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
110        </property>
111       </widget>
112      </item>
113      <item>
114       <widget class="QPushButton" name="verifyMessage">
115        <property name="toolTip">
116         <string>Verify a message to ensure it was signed with a specified NovaCoin address</string>
117        </property>
118        <property name="text">
119         <string>&amp;Verify Message</string>
120        </property>
121        <property name="icon">
122         <iconset resource="../bitcoin.qrc">
123          <normaloff>:/icons/transaction_0</normaloff>:/icons/transaction_0</iconset>
124        </property>
125       </widget>
126      </item>
127      <item>
128       <widget class="QPushButton" name="deleteButton">
129        <property name="toolTip">
130         <string>Delete the currently selected address from the list</string>
131        </property>
132        <property name="text">
133         <string>&amp;Delete</string>
134        </property>
135        <property name="icon">
136         <iconset resource="../bitcoin.qrc">
137          <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
138        </property>
139       </widget>
140      </item>
141      <item>
142       <spacer name="horizontalSpacer">
143        <property name="orientation">
144         <enum>Qt::Horizontal</enum>
145        </property>
146        <property name="sizeHint" stdset="0">
147         <size>
148          <width>40</width>
149          <height>20</height>
150         </size>
151        </property>
152       </spacer>
153      </item>
154      <item>
155       <widget class="QDialogButtonBox" name="buttonBox">
156        <property name="sizePolicy">
157         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
158          <horstretch>0</horstretch>
159          <verstretch>0</verstretch>
160         </sizepolicy>
161        </property>
162        <property name="standardButtons">
163         <set>QDialogButtonBox::Ok</set>
164        </property>
165       </widget>
166      </item>
167     </layout>
168    </item>
169   </layout>
170  </widget>
171  <resources>
172   <include location="../bitcoin.qrc"/>
173  </resources>
174  <connections/>
175 </ui>