Bitcoin-Qt signmessage GUI (pull request #582)
[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>627</width>
10     <height>347</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 Bitcoin 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::AutoText</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="toolTip">
33       <string>Double-click to edit address or label</string>
34      </property>
35      <property name="alternatingRowColors">
36       <bool>true</bool>
37      </property>
38      <property name="selectionMode">
39       <enum>QAbstractItemView::SingleSelection</enum>
40      </property>
41      <property name="selectionBehavior">
42       <enum>QAbstractItemView::SelectRows</enum>
43      </property>
44      <property name="sortingEnabled">
45       <bool>true</bool>
46      </property>
47      <attribute name="verticalHeaderVisible">
48       <bool>false</bool>
49      </attribute>
50     </widget>
51    </item>
52    <item>
53     <layout class="QHBoxLayout" name="horizontalLayout">
54      <item>
55       <widget class="QPushButton" name="newAddressButton">
56        <property name="toolTip">
57         <string>Create a new address</string>
58        </property>
59        <property name="text">
60         <string>&amp;New Address...</string>
61        </property>
62        <property name="icon">
63         <iconset resource="../bitcoin.qrc">
64          <normaloff>:/icons/add</normaloff>:/icons/add</iconset>
65        </property>
66       </widget>
67      </item>
68      <item>
69       <widget class="QPushButton" name="copyToClipboard">
70        <property name="toolTip">
71         <string>Copy the currently selected address to the system clipboard</string>
72        </property>
73        <property name="text">
74         <string>&amp;Copy to Clipboard</string>
75        </property>
76        <property name="icon">
77         <iconset resource="../bitcoin.qrc">
78          <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
79        </property>
80       </widget>
81      </item>
82      <item>
83       <widget class="QPushButton" name="showQRCode">
84        <property name="text">
85         <string>Show &amp;QR Code</string>
86        </property>
87        <property name="icon">
88         <iconset resource="../bitcoin.qrc">
89          <normaloff>:/images/qrcode</normaloff>:/images/qrcode</iconset>
90        </property>
91       </widget>
92      </item>
93      <item>
94       <widget class="QPushButton" name="signMessage">
95        <property name="toolTip">
96         <string>Sign a message to prove you own this address</string>
97        </property>
98        <property name="text">
99         <string>&amp;Sign Message</string>
100        </property>
101        <property name="icon">
102         <iconset resource="../bitcoin.qrc">
103          <normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
104        </property>
105       </widget>
106      </item>
107      <item>
108       <widget class="QPushButton" name="deleteButton">
109        <property name="toolTip">
110         <string>Delete the currently selected address from the list. Only sending addresses can be deleted.</string>
111        </property>
112        <property name="text">
113         <string>&amp;Delete</string>
114        </property>
115        <property name="icon">
116         <iconset resource="../bitcoin.qrc">
117          <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
118        </property>
119       </widget>
120      </item>
121      <item>
122       <spacer name="horizontalSpacer">
123        <property name="orientation">
124         <enum>Qt::Horizontal</enum>
125        </property>
126        <property name="sizeHint" stdset="0">
127         <size>
128          <width>40</width>
129          <height>20</height>
130         </size>
131        </property>
132       </spacer>
133      </item>
134      <item>
135       <widget class="QDialogButtonBox" name="buttonBox">
136        <property name="sizePolicy">
137         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
138          <horstretch>0</horstretch>
139          <verstretch>0</verstretch>
140         </sizepolicy>
141        </property>
142        <property name="standardButtons">
143         <set>QDialogButtonBox::Ok</set>
144        </property>
145       </widget>
146      </item>
147     </layout>
148    </item>
149   </layout>
150  </widget>
151  <resources>
152   <include location="../bitcoin.qrc"/>
153  </resources>
154  <connections/>
155 </ui>