Skip to content

Commit 08d5260

Browse files
committed
Port UI files from qt folder to qtum core 27
Port UI files from qt folder to qtum core 27
1 parent e806e15 commit 08d5260

17 files changed

+5014
-3458
lines changed

src/qt/forms/addressbookpage.ui

Lines changed: 221 additions & 166 deletions
Original file line numberDiff line numberDiff line change
@@ -1,166 +1,221 @@
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>760</width>
10-
<height>380</height>
11-
</rect>
12-
</property>
13-
<layout class="QVBoxLayout" name="verticalLayout">
14-
<item>
15-
<widget class="QLabel" name="labelExplanation">
16-
<property name="textFormat">
17-
<enum>Qt::PlainText</enum>
18-
</property>
19-
<property name="wordWrap">
20-
<bool>true</bool>
21-
</property>
22-
</widget>
23-
</item>
24-
<item>
25-
<widget class="QLineEdit" name="searchLineEdit">
26-
<property name="placeholderText">
27-
<string>Enter address or label to search</string>
28-
</property>
29-
</widget>
30-
</item>
31-
<item>
32-
<widget class="QTableView" name="tableView">
33-
<property name="contextMenuPolicy">
34-
<enum>Qt::CustomContextMenu</enum>
35-
</property>
36-
<property name="toolTip">
37-
<string>Right-click to edit address or label</string>
38-
</property>
39-
<property name="tabKeyNavigation">
40-
<bool>false</bool>
41-
</property>
42-
<property name="alternatingRowColors">
43-
<bool>true</bool>
44-
</property>
45-
<property name="selectionMode">
46-
<enum>QAbstractItemView::SingleSelection</enum>
47-
</property>
48-
<property name="selectionBehavior">
49-
<enum>QAbstractItemView::SelectRows</enum>
50-
</property>
51-
<property name="sortingEnabled">
52-
<bool>true</bool>
53-
</property>
54-
<attribute name="verticalHeaderVisible">
55-
<bool>false</bool>
56-
</attribute>
57-
</widget>
58-
</item>
59-
<item>
60-
<layout class="QHBoxLayout" name="horizontalLayout">
61-
<item>
62-
<widget class="QPushButton" name="newAddress">
63-
<property name="toolTip">
64-
<string>Create a new address</string>
65-
</property>
66-
<property name="text">
67-
<string>&amp;New</string>
68-
</property>
69-
<property name="icon">
70-
<iconset resource="../bitcoin.qrc">
71-
<normaloff>:/icons/add</normaloff>:/icons/add</iconset>
72-
</property>
73-
<property name="autoDefault">
74-
<bool>false</bool>
75-
</property>
76-
</widget>
77-
</item>
78-
<item>
79-
<widget class="QPushButton" name="copyAddress">
80-
<property name="toolTip">
81-
<string>Copy the currently selected address to the system clipboard</string>
82-
</property>
83-
<property name="text">
84-
<string>&amp;Copy</string>
85-
</property>
86-
<property name="icon">
87-
<iconset resource="../bitcoin.qrc">
88-
<normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
89-
</property>
90-
<property name="autoDefault">
91-
<bool>false</bool>
92-
</property>
93-
</widget>
94-
</item>
95-
<item>
96-
<widget class="QPushButton" name="deleteAddress">
97-
<property name="toolTip">
98-
<string>Delete the currently selected address from the list</string>
99-
</property>
100-
<property name="text">
101-
<string>&amp;Delete</string>
102-
</property>
103-
<property name="icon">
104-
<iconset resource="../bitcoin.qrc">
105-
<normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
106-
</property>
107-
<property name="autoDefault">
108-
<bool>false</bool>
109-
</property>
110-
</widget>
111-
</item>
112-
<item>
113-
<spacer name="horizontalSpacer">
114-
<property name="orientation">
115-
<enum>Qt::Horizontal</enum>
116-
</property>
117-
<property name="sizeHint" stdset="0">
118-
<size>
119-
<width>40</width>
120-
<height>20</height>
121-
</size>
122-
</property>
123-
</spacer>
124-
</item>
125-
<item>
126-
<widget class="QPushButton" name="exportButton">
127-
<property name="toolTip">
128-
<string>Export the data in the current tab to a file</string>
129-
</property>
130-
<property name="text">
131-
<string>&amp;Export</string>
132-
</property>
133-
<property name="icon">
134-
<iconset resource="../bitcoin.qrc">
135-
<normaloff>:/icons/export</normaloff>:/icons/export</iconset>
136-
</property>
137-
<property name="autoDefault">
138-
<bool>false</bool>
139-
</property>
140-
</widget>
141-
</item>
142-
<item>
143-
<widget class="QPushButton" name="closeButton">
144-
<property name="sizePolicy">
145-
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
146-
<horstretch>0</horstretch>
147-
<verstretch>0</verstretch>
148-
</sizepolicy>
149-
</property>
150-
<property name="text">
151-
<string>C&amp;lose</string>
152-
</property>
153-
<property name="autoDefault">
154-
<bool>false</bool>
155-
</property>
156-
</widget>
157-
</item>
158-
</layout>
159-
</item>
160-
</layout>
161-
</widget>
162-
<resources>
163-
<include location="../bitcoin.qrc"/>
164-
</resources>
165-
<connections/>
166-
</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>760</width>
10+
<height>380</height>
11+
</rect>
12+
</property>
13+
<layout class="QVBoxLayout" name="verticalLayout">
14+
<property name="spacing">
15+
<number>0</number>
16+
</property>
17+
<property name="leftMargin">
18+
<number>0</number>
19+
</property>
20+
<property name="topMargin">
21+
<number>0</number>
22+
</property>
23+
<property name="rightMargin">
24+
<number>0</number>
25+
</property>
26+
<property name="bottomMargin">
27+
<number>0</number>
28+
</property>
29+
<item>
30+
<layout class="QVBoxLayout" name="verticalLayout_2">
31+
<property name="spacing">
32+
<number>15</number>
33+
</property>
34+
<property name="leftMargin">
35+
<number>30</number>
36+
</property>
37+
<property name="topMargin">
38+
<number>20</number>
39+
</property>
40+
<property name="rightMargin">
41+
<number>30</number>
42+
</property>
43+
<property name="bottomMargin">
44+
<number>20</number>
45+
</property>
46+
<item>
47+
<widget class="QLabel" name="labelExplanation">
48+
<property name="textFormat">
49+
<enum>Qt::PlainText</enum>
50+
</property>
51+
<property name="wordWrap">
52+
<bool>true</bool>
53+
</property>
54+
</widget>
55+
</item>
56+
<item>
57+
<widget class="QLineEdit" name="searchLineEdit">
58+
<property name="placeholderText">
59+
<string>Enter address or label to search</string>
60+
</property>
61+
</widget>
62+
</item>
63+
<item>
64+
<widget class="QTableView" name="tableView">
65+
<property name="contextMenuPolicy">
66+
<enum>Qt::CustomContextMenu</enum>
67+
</property>
68+
<property name="toolTip">
69+
<string>Right-click to edit address or label</string>
70+
</property>
71+
<property name="tabKeyNavigation">
72+
<bool>false</bool>
73+
</property>
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+
</item>
93+
<item>
94+
<widget class="QWidget" name="buttonsContainerWhite" native="true">
95+
<layout class="QHBoxLayout" name="horizontalLayout">
96+
<property name="leftMargin">
97+
<number>30</number>
98+
</property>
99+
<property name="topMargin">
100+
<number>25</number>
101+
</property>
102+
<property name="rightMargin">
103+
<number>30</number>
104+
</property>
105+
<property name="bottomMargin">
106+
<number>15</number>
107+
</property>
108+
<item>
109+
<widget class="QtumPushButton" name="newAddress">
110+
<property name="toolTip">
111+
<string>Create a new address</string>
112+
</property>
113+
<property name="text">
114+
<string>&amp;New</string>
115+
</property>
116+
<property name="icon">
117+
<iconset resource="../bitcoin.qrc">
118+
<normaloff>:/icons/add</normaloff>:/icons/add</iconset>
119+
</property>
120+
<property name="autoDefault">
121+
<bool>false</bool>
122+
</property>
123+
</widget>
124+
</item>
125+
<item>
126+
<widget class="QtumPushButton" name="copyAddress">
127+
<property name="toolTip">
128+
<string>Copy the currently selected address to the system clipboard</string>
129+
</property>
130+
<property name="text">
131+
<string>&amp;Copy</string>
132+
</property>
133+
<property name="icon">
134+
<iconset resource="../bitcoin.qrc">
135+
<normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
136+
</property>
137+
<property name="autoDefault">
138+
<bool>false</bool>
139+
</property>
140+
</widget>
141+
</item>
142+
<item>
143+
<widget class="QtumPushButton" name="deleteAddress">
144+
<property name="toolTip">
145+
<string>Delete the currently selected address from the list</string>
146+
</property>
147+
<property name="text">
148+
<string>&amp;Delete</string>
149+
</property>
150+
<property name="icon">
151+
<iconset resource="../bitcoin.qrc">
152+
<normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
153+
</property>
154+
<property name="autoDefault">
155+
<bool>false</bool>
156+
</property>
157+
</widget>
158+
</item>
159+
<item>
160+
<spacer name="horizontalSpacer">
161+
<property name="orientation">
162+
<enum>Qt::Horizontal</enum>
163+
</property>
164+
<property name="sizeHint" stdset="0">
165+
<size>
166+
<width>267</width>
167+
<height>20</height>
168+
</size>
169+
</property>
170+
</spacer>
171+
</item>
172+
<item>
173+
<widget class="QtumPushButton" name="exportButton">
174+
<property name="toolTip">
175+
<string>Export the data in the current tab to a file</string>
176+
</property>
177+
<property name="text">
178+
<string>&amp;Export</string>
179+
</property>
180+
<property name="icon">
181+
<iconset resource="../bitcoin.qrc">
182+
<normaloff>:/icons/export</normaloff>:/icons/export</iconset>
183+
</property>
184+
<property name="autoDefault">
185+
<bool>false</bool>
186+
</property>
187+
</widget>
188+
</item>
189+
<item>
190+
<widget class="QPushButton" name="closeButton">
191+
<property name="sizePolicy">
192+
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
193+
<horstretch>0</horstretch>
194+
<verstretch>0</verstretch>
195+
</sizepolicy>
196+
</property>
197+
<property name="text">
198+
<string>C&amp;lose</string>
199+
</property>
200+
<property name="autoDefault">
201+
<bool>false</bool>
202+
</property>
203+
</widget>
204+
</item>
205+
</layout>
206+
</widget>
207+
</item>
208+
</layout>
209+
</widget>
210+
<customwidgets>
211+
<customwidget>
212+
<class>QtumPushButton</class>
213+
<extends>QPushButton</extends>
214+
<header>qt/qtumpushbutton.h</header>
215+
</customwidget>
216+
</customwidgets>
217+
<resources>
218+
<include location="../bitcoin.qrc"/>
219+
</resources>
220+
<connections/>
221+
</ui>

0 commit comments

Comments
 (0)