66f1076afb71350e71d8ef41b34875958504eb21
[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>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="QTabWidget" name="tabWidget">
19      <property name="currentIndex">
20       <number>1</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="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       </layout>
53      </widget>
54      <widget class="QWidget" name="receiveTab">
55       <property name="toolTip">
56        <string/>
57       </property>
58       <attribute name="title">
59        <string>Receiving</string>
60       </attribute>
61       <layout class="QVBoxLayout" name="verticalLayout_3">
62        <item>
63         <widget class="QLabel" name="label">
64          <property name="text">
65           <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>
66          </property>
67          <property name="textFormat">
68           <enum>Qt::AutoText</enum>
69          </property>
70          <property name="wordWrap">
71           <bool>true</bool>
72          </property>
73         </widget>
74        </item>
75        <item>
76         <widget class="QTableView" name="receiveTableView">
77          <property name="toolTip">
78           <string>Double-click to edit address or label</string>
79          </property>
80          <property name="alternatingRowColors">
81           <bool>true</bool>
82          </property>
83          <property name="selectionMode">
84           <enum>QAbstractItemView::SingleSelection</enum>
85          </property>
86          <property name="selectionBehavior">
87           <enum>QAbstractItemView::SelectRows</enum>
88          </property>
89          <property name="sortingEnabled">
90           <bool>true</bool>
91          </property>
92          <attribute name="verticalHeaderVisible">
93           <bool>false</bool>
94          </attribute>
95         </widget>
96        </item>
97       </layout>
98      </widget>
99     </widget>
100    </item>
101    <item>
102     <layout class="QHBoxLayout" name="horizontalLayout">
103      <item>
104       <widget class="QPushButton" name="newAddressButton">
105        <property name="toolTip">
106         <string>Create a new address</string>
107        </property>
108        <property name="text">
109         <string>&amp;New Address...</string>
110        </property>
111        <property name="icon">
112         <iconset resource="../bitcoin.qrc">
113          <normaloff>:/icons/add</normaloff>:/icons/add</iconset>
114        </property>
115       </widget>
116      </item>
117      <item>
118       <widget class="QPushButton" name="copyToClipboard">
119        <property name="toolTip">
120         <string>Copy the currently selected address to the system clipboard</string>
121        </property>
122        <property name="text">
123         <string>&amp;Copy to Clipboard</string>
124        </property>
125        <property name="icon">
126         <iconset resource="../bitcoin.qrc">
127          <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
128        </property>
129       </widget>
130      </item>
131      <item>
132       <widget class="QPushButton" name="deleteButton">
133        <property name="toolTip">
134         <string>Delete the currently selected address from the list. Only sending addresses can be deleted.</string>
135        </property>
136        <property name="text">
137         <string>&amp;Delete</string>
138        </property>
139        <property name="icon">
140         <iconset resource="../bitcoin.qrc">
141          <normaloff>:/icons/editdelete</normaloff>:/icons/editdelete</iconset>
142        </property>
143       </widget>
144      </item>
145      <item>
146       <spacer name="horizontalSpacer">
147        <property name="orientation">
148         <enum>Qt::Horizontal</enum>
149        </property>
150        <property name="sizeHint" stdset="0">
151         <size>
152          <width>40</width>
153          <height>20</height>
154         </size>
155        </property>
156       </spacer>
157      </item>
158      <item>
159       <widget class="QDialogButtonBox" name="buttonBox">
160        <property name="sizePolicy">
161         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
162          <horstretch>0</horstretch>
163          <verstretch>0</verstretch>
164         </sizepolicy>
165        </property>
166        <property name="standardButtons">
167         <set>QDialogButtonBox::Ok</set>
168        </property>
169       </widget>
170      </item>
171     </layout>
172    </item>
173   </layout>
174  </widget>
175  <resources>
176   <include location="../bitcoin.qrc"/>
177  </resources>
178  <connections/>
179 </ui>