update
[novacoin.git] / 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>591</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="tab">
23       <attribute name="title">
24        <string>Sending</string>
25       </attribute>
26       <layout class="QVBoxLayout" name="verticalLayout_2">
27        <item>
28         <widget class="QTableView" name="tableView"/>
29        </item>
30       </layout>
31      </widget>
32      <widget class="QWidget" name="tab_2">
33       <attribute name="title">
34        <string>Receiving</string>
35       </attribute>
36       <layout class="QVBoxLayout" name="verticalLayout_3">
37        <item>
38         <widget class="QLabel" name="label">
39          <property name="text">
40           <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>
41          </property>
42          <property name="textFormat">
43           <enum>Qt::AutoText</enum>
44          </property>
45          <property name="wordWrap">
46           <bool>true</bool>
47          </property>
48         </widget>
49        </item>
50        <item>
51         <widget class="QTableView" name="tableView_2"/>
52        </item>
53       </layout>
54      </widget>
55     </widget>
56    </item>
57    <item>
58     <layout class="QHBoxLayout" name="horizontalLayout">
59      <item>
60       <spacer name="horizontalSpacer">
61        <property name="orientation">
62         <enum>Qt::Horizontal</enum>
63        </property>
64        <property name="sizeHint" stdset="0">
65         <size>
66          <width>40</width>
67          <height>20</height>
68         </size>
69        </property>
70       </spacer>
71      </item>
72      <item>
73       <widget class="QPushButton" name="copyToClipboard">
74        <property name="text">
75         <string>Copy to Clipboard</string>
76        </property>
77       </widget>
78      </item>
79      <item>
80       <widget class="QPushButton" name="editButton">
81        <property name="text">
82         <string>Edit...</string>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <widget class="QPushButton" name="newAddressButton">
88        <property name="text">
89         <string>New Address...</string>
90        </property>
91       </widget>
92      </item>
93      <item>
94       <widget class="QPushButton" name="OKButton">
95        <property name="text">
96         <string>OK</string>
97        </property>
98       </widget>
99      </item>
100     </layout>
101    </item>
102   </layout>
103  </widget>
104  <resources/>
105  <connections/>
106 </ui>