40ade40a39cd3f4db109898be3f47335f41cf4c5
[novacoin.git] / src / qt / forms / addressbookdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AddressBookDialog</class>
4  <widget class="QDialog" name="AddressBookDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>620</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="QTabWidget" name="tabWidget">
19      <property name="currentIndex">
20       <number>0</number>
21      </property>
22      <widget class="QWidget" name="sendTab">
23       <property name="toolTip">
24        <string/>
25       </property>
26       <attribute name="title">
27        <string>Sending</string>
28       </attribute>
29       <layout class="QVBoxLayout" name="verticalLayout_2">
30        <item>
31         <widget class="QTableView" name="sendTableView">
32          <property name="alternatingRowColors">
33           <bool>true</bool>
34          </property>
35          <property name="selectionMode">
36           <enum>QAbstractItemView::SingleSelection</enum>
37          </property>
38          <property name="selectionBehavior">
39           <enum>QAbstractItemView::SelectRows</enum>
40          </property>
41          <property name="sortingEnabled">
42           <bool>true</bool>
43          </property>
44          <attribute name="verticalHeaderVisible">
45           <bool>false</bool>
46          </attribute>
47         </widget>
48        </item>
49       </layout>
50      </widget>
51      <widget class="QWidget" name="receiveTab">
52       <property name="toolTip">
53        <string/>
54       </property>
55       <attribute name="title">
56        <string>Receiving</string>
57       </attribute>
58       <layout class="QVBoxLayout" name="verticalLayout_3">
59        <item>
60         <widget class="QLabel" name="label">
61          <property name="text">
62           <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.  The highlighted address is displayed in the main window.</string>
63          </property>
64          <property name="textFormat">
65           <enum>Qt::AutoText</enum>
66          </property>
67          <property name="wordWrap">
68           <bool>true</bool>
69          </property>
70         </widget>
71        </item>
72        <item>
73         <widget class="QTableView" name="receiveTableView">
74          <property name="alternatingRowColors">
75           <bool>true</bool>
76          </property>
77          <property name="selectionMode">
78           <enum>QAbstractItemView::SingleSelection</enum>
79          </property>
80          <property name="selectionBehavior">
81           <enum>QAbstractItemView::SelectRows</enum>
82          </property>
83          <property name="sortingEnabled">
84           <bool>true</bool>
85          </property>
86          <attribute name="verticalHeaderVisible">
87           <bool>false</bool>
88          </attribute>
89         </widget>
90        </item>
91       </layout>
92      </widget>
93     </widget>
94    </item>
95    <item>
96     <layout class="QHBoxLayout" name="horizontalLayout">
97      <item>
98       <spacer name="horizontalSpacer">
99        <property name="orientation">
100         <enum>Qt::Horizontal</enum>
101        </property>
102        <property name="sizeHint" stdset="0">
103         <size>
104          <width>40</width>
105          <height>20</height>
106         </size>
107        </property>
108       </spacer>
109      </item>
110      <item>
111       <widget class="QPushButton" name="newAddressButton">
112        <property name="toolTip">
113         <string>Create a new address</string>
114        </property>
115        <property name="text">
116         <string>&amp;New Address...</string>
117        </property>
118        <property name="icon">
119         <iconset resource="../bitcoin.qrc">
120          <normaloff>:/icons/add</normaloff>:/icons/add</iconset>
121        </property>
122       </widget>
123      </item>
124      <item>
125       <widget class="QPushButton" name="copyToClipboard">
126        <property name="toolTip">
127         <string>Copy the currently selected address to the system clipboard</string>
128        </property>
129        <property name="text">
130         <string>&amp;Copy to Clipboard</string>
131        </property>
132        <property name="icon">
133         <iconset resource="../bitcoin.qrc">
134          <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
135        </property>
136       </widget>
137      </item>
138      <item>
139       <widget class="QPushButton" name="editButton">
140        <property name="toolTip">
141         <string>Edit the currently selected address</string>
142        </property>
143        <property name="text">
144         <string>&amp;Edit...</string>
145        </property>
146        <property name="icon">
147         <iconset resource="../bitcoin.qrc">
148          <normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
149        </property>
150       </widget>
151      </item>
152      <item>
153       <widget class="QPushButton" name="deleteButton">
154        <property name="toolTip">
155         <string>Delete the currently selected address from the list. Only sending addresses can be deleted.</string>
156        </property>
157        <property name="text">
158         <string>&amp;Delete</string>
159        </property>
160        <property name="icon">
161         <iconset resource="../bitcoin.qrc">
162          <normaloff>:/icons/editdelete</normaloff>:/icons/editdelete</iconset>
163        </property>
164       </widget>
165      </item>
166      <item>
167       <widget class="QDialogButtonBox" name="buttonBox">
168        <property name="sizePolicy">
169         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
170          <horstretch>0</horstretch>
171          <verstretch>0</verstretch>
172         </sizepolicy>
173        </property>
174        <property name="standardButtons">
175         <set>QDialogButtonBox::Ok</set>
176        </property>
177       </widget>
178      </item>
179     </layout>
180    </item>
181   </layout>
182  </widget>
183  <resources>
184   <include location="../bitcoin.qrc"/>
185  </resources>
186  <connections/>
187 </ui>