Somewhat confident now, tested on GNOME+KDE, with all types of transactions. Next...
[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="selectionMode">
33           <enum>QAbstractItemView::SingleSelection</enum>
34          </property>
35          <property name="selectionBehavior">
36           <enum>QAbstractItemView::SelectRows</enum>
37          </property>
38          <property name="sortingEnabled">
39           <bool>true</bool>
40          </property>
41          <attribute name="verticalHeaderVisible">
42           <bool>false</bool>
43          </attribute>
44         </widget>
45        </item>
46       </layout>
47      </widget>
48      <widget class="QWidget" name="receiveTab">
49       <property name="toolTip">
50        <string/>
51       </property>
52       <attribute name="title">
53        <string>Receiving</string>
54       </attribute>
55       <layout class="QVBoxLayout" name="verticalLayout_3">
56        <item>
57         <widget class="QLabel" name="label">
58          <property name="text">
59           <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>
60          </property>
61          <property name="textFormat">
62           <enum>Qt::AutoText</enum>
63          </property>
64          <property name="wordWrap">
65           <bool>true</bool>
66          </property>
67         </widget>
68        </item>
69        <item>
70         <widget class="QTableView" name="receiveTableView">
71          <property name="selectionMode">
72           <enum>QAbstractItemView::SingleSelection</enum>
73          </property>
74          <property name="selectionBehavior">
75           <enum>QAbstractItemView::SelectRows</enum>
76          </property>
77          <property name="sortingEnabled">
78           <bool>true</bool>
79          </property>
80          <attribute name="verticalHeaderVisible">
81           <bool>false</bool>
82          </attribute>
83         </widget>
84        </item>
85       </layout>
86      </widget>
87     </widget>
88    </item>
89    <item>
90     <layout class="QHBoxLayout" name="horizontalLayout">
91      <item>
92       <spacer name="horizontalSpacer">
93        <property name="orientation">
94         <enum>Qt::Horizontal</enum>
95        </property>
96        <property name="sizeHint" stdset="0">
97         <size>
98          <width>40</width>
99          <height>20</height>
100         </size>
101        </property>
102       </spacer>
103      </item>
104      <item>
105       <widget class="QPushButton" name="newAddressButton">
106        <property name="toolTip">
107         <string>Create a new address</string>
108        </property>
109        <property name="text">
110         <string>&amp;New Address...</string>
111        </property>
112       </widget>
113      </item>
114      <item>
115       <widget class="QPushButton" name="copyToClipboard">
116        <property name="toolTip">
117         <string>Copy the currently selected address to the system clipboard</string>
118        </property>
119        <property name="text">
120         <string>&amp;Copy to Clipboard</string>
121        </property>
122       </widget>
123      </item>
124      <item>
125       <widget class="QPushButton" name="editButton">
126        <property name="toolTip">
127         <string>Edit the currently selected address</string>
128        </property>
129        <property name="text">
130         <string>&amp;Edit...</string>
131        </property>
132       </widget>
133      </item>
134      <item>
135       <widget class="QPushButton" name="deleteButton">
136        <property name="toolTip">
137         <string>Delete the currently selected address from the list</string>
138        </property>
139        <property name="text">
140         <string>&amp;Delete</string>
141        </property>
142       </widget>
143      </item>
144      <item>
145       <widget class="QDialogButtonBox" name="buttonBox">
146        <property name="sizePolicy">
147         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
148          <horstretch>0</horstretch>
149          <verstretch>0</verstretch>
150         </sizepolicy>
151        </property>
152        <property name="standardButtons">
153         <set>QDialogButtonBox::Ok</set>
154        </property>
155       </widget>
156      </item>
157     </layout>
158    </item>
159   </layout>
160  </widget>
161  <resources/>
162  <connections>
163   <connection>
164    <sender>receiveTableView</sender>
165    <signal>doubleClicked(QModelIndex)</signal>
166    <receiver>editButton</receiver>
167    <slot>click()</slot>
168    <hints>
169     <hint type="sourcelabel">
170      <x>334</x>
171      <y>249</y>
172     </hint>
173     <hint type="destinationlabel">
174      <x>333</x>
175      <y>326</y>
176     </hint>
177    </hints>
178   </connection>
179   <connection>
180    <sender>sendTableView</sender>
181    <signal>doubleClicked(QModelIndex)</signal>
182    <receiver>editButton</receiver>
183    <slot>click()</slot>
184    <hints>
185     <hint type="sourcelabel">
186      <x>329</x>
187      <y>261</y>
188     </hint>
189     <hint type="destinationlabel">
190      <x>332</x>
191      <y>326</y>
192     </hint>
193    </hints>
194   </connection>
195  </connections>
196 </ui>