convert to full tab-based ui
[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="deleteButton">
84        <property name="toolTip">
85         <string>Delete the currently selected address from the list. Only sending addresses can be deleted.</string>
86        </property>
87        <property name="text">
88         <string>&amp;Delete</string>
89        </property>
90        <property name="icon">
91         <iconset resource="../bitcoin.qrc">
92          <normaloff>:/icons/editdelete</normaloff>:/icons/editdelete</iconset>
93        </property>
94       </widget>
95      </item>
96      <item>
97       <spacer name="horizontalSpacer">
98        <property name="orientation">
99         <enum>Qt::Horizontal</enum>
100        </property>
101        <property name="sizeHint" stdset="0">
102         <size>
103          <width>40</width>
104          <height>20</height>
105         </size>
106        </property>
107       </spacer>
108      </item>
109      <item>
110       <widget class="QDialogButtonBox" name="buttonBox">
111        <property name="sizePolicy">
112         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
113          <horstretch>0</horstretch>
114          <verstretch>0</verstretch>
115         </sizepolicy>
116        </property>
117        <property name="standardButtons">
118         <set>QDialogButtonBox::Ok</set>
119        </property>
120       </widget>
121      </item>
122     </layout>
123    </item>
124   </layout>
125  </widget>
126  <resources>
127   <include location="../bitcoin.qrc"/>
128  </resources>
129  <connections/>
130 </ui>