9b301cbbfa273b29e82f77a7a510824053257475
[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="deleteButton">
95        <property name="toolTip">
96         <string>Delete the currently selected address from the list. Only sending addresses can be deleted.</string>
97        </property>
98        <property name="text">
99         <string>&amp;Delete</string>
100        </property>
101        <property name="icon">
102         <iconset resource="../bitcoin.qrc">
103          <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
104        </property>
105       </widget>
106      </item>
107      <item>
108       <spacer name="horizontalSpacer">
109        <property name="orientation">
110         <enum>Qt::Horizontal</enum>
111        </property>
112        <property name="sizeHint" stdset="0">
113         <size>
114          <width>40</width>
115          <height>20</height>
116         </size>
117        </property>
118       </spacer>
119      </item>
120      <item>
121       <widget class="QDialogButtonBox" name="buttonBox">
122        <property name="sizePolicy">
123         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
124          <horstretch>0</horstretch>
125          <verstretch>0</verstretch>
126         </sizepolicy>
127        </property>
128        <property name="standardButtons">
129         <set>QDialogButtonBox::Ok</set>
130        </property>
131       </widget>
132      </item>
133     </layout>
134    </item>
135   </layout>
136  </widget>
137  <resources>
138   <include location="../bitcoin.qrc"/>
139  </resources>
140  <connections/>
141 </ui>