Change transaction table:
[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>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>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       </widget>
119      </item>
120      <item>
121       <widget class="QPushButton" name="copyToClipboard">
122        <property name="toolTip">
123         <string>Copy the currently selected address to the system clipboard</string>
124        </property>
125        <property name="text">
126         <string>&amp;Copy to Clipboard</string>
127        </property>
128       </widget>
129      </item>
130      <item>
131       <widget class="QPushButton" name="editButton">
132        <property name="toolTip">
133         <string>Edit the currently selected address</string>
134        </property>
135        <property name="text">
136         <string>&amp;Edit...</string>
137        </property>
138       </widget>
139      </item>
140      <item>
141       <widget class="QPushButton" name="deleteButton">
142        <property name="toolTip">
143         <string>Delete the currently selected address from the list. Only sending addresses can be deleted.</string>
144        </property>
145        <property name="text">
146         <string>&amp;Delete</string>
147        </property>
148       </widget>
149      </item>
150      <item>
151       <widget class="QDialogButtonBox" name="buttonBox">
152        <property name="sizePolicy">
153         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
154          <horstretch>0</horstretch>
155          <verstretch>0</verstretch>
156         </sizepolicy>
157        </property>
158        <property name="standardButtons">
159         <set>QDialogButtonBox::Ok</set>
160        </property>
161       </widget>
162      </item>
163     </layout>
164    </item>
165   </layout>
166  </widget>
167  <resources/>
168  <connections/>
169 </ui>