move another setPlaceHolderText to 4.7+ only code
[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       <spacer name="horizontalSpacer">
105        <property name="orientation">
106         <enum>Qt::Horizontal</enum>
107        </property>
108        <property name="sizeHint" stdset="0">
109         <size>
110          <width>40</width>
111          <height>20</height>
112         </size>
113        </property>
114       </spacer>
115      </item>
116      <item>
117       <widget class="QPushButton" name="newAddressButton">
118        <property name="toolTip">
119         <string>Create a new address</string>
120        </property>
121        <property name="text">
122         <string>&amp;New Address...</string>
123        </property>
124        <property name="icon">
125         <iconset resource="../bitcoin.qrc">
126          <normaloff>:/icons/add</normaloff>:/icons/add</iconset>
127        </property>
128       </widget>
129      </item>
130      <item>
131       <widget class="QPushButton" name="copyToClipboard">
132        <property name="toolTip">
133         <string>Copy the currently selected address to the system clipboard</string>
134        </property>
135        <property name="text">
136         <string>&amp;Copy to Clipboard</string>
137        </property>
138        <property name="icon">
139         <iconset resource="../bitcoin.qrc">
140          <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
141        </property>
142       </widget>
143      </item>
144      <item>
145       <widget class="QPushButton" name="deleteButton">
146        <property name="toolTip">
147         <string>Delete the currently selected address from the list. Only sending addresses can be deleted.</string>
148        </property>
149        <property name="text">
150         <string>&amp;Delete</string>
151        </property>
152        <property name="icon">
153         <iconset resource="../bitcoin.qrc">
154          <normaloff>:/icons/editdelete</normaloff>:/icons/editdelete</iconset>
155        </property>
156       </widget>
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>