qt: refactor: Use absolute include paths in .ui files
[bitcoinplatinum.git] / src / qt / forms / receiverequestdialog.ui
blobdbe966b24193782e006f09b622747425e42b51f7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ReceiveRequestDialog</class>
4 <widget class="QDialog" name="ReceiveRequestDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>487</width>
10 <height>597</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item>
15 <widget class="QRImageWidget" name="lblQRCode">
16 <property name="sizePolicy">
17 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
18 <horstretch>0</horstretch>
19 <verstretch>0</verstretch>
20 </sizepolicy>
21 </property>
22 <property name="minimumSize">
23 <size>
24 <width>300</width>
25 <height>320</height>
26 </size>
27 </property>
28 <property name="toolTip">
29 <string>QR Code</string>
30 </property>
31 <property name="textFormat">
32 <enum>Qt::PlainText</enum>
33 </property>
34 <property name="alignment">
35 <set>Qt::AlignCenter</set>
36 </property>
37 <property name="wordWrap">
38 <bool>true</bool>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="QTextEdit" name="outUri">
44 <property name="sizePolicy">
45 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
46 <horstretch>0</horstretch>
47 <verstretch>0</verstretch>
48 </sizepolicy>
49 </property>
50 <property name="minimumSize">
51 <size>
52 <width>0</width>
53 <height>50</height>
54 </size>
55 </property>
56 <property name="frameShape">
57 <enum>QFrame::NoFrame</enum>
58 </property>
59 <property name="frameShadow">
60 <enum>QFrame::Plain</enum>
61 </property>
62 <property name="tabChangesFocus">
63 <bool>true</bool>
64 </property>
65 <property name="textInteractionFlags">
66 <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <layout class="QHBoxLayout" name="horizontalLayout">
72 <item>
73 <widget class="QPushButton" name="btnCopyURI">
74 <property name="text">
75 <string>Copy &amp;URI</string>
76 </property>
77 <property name="autoDefault">
78 <bool>false</bool>
79 </property>
80 </widget>
81 </item>
82 <item>
83 <widget class="QPushButton" name="btnCopyAddress">
84 <property name="text">
85 <string>Copy &amp;Address</string>
86 </property>
87 <property name="autoDefault">
88 <bool>false</bool>
89 </property>
90 </widget>
91 </item>
92 <item>
93 <widget class="QPushButton" name="btnSaveAs">
94 <property name="text">
95 <string>&amp;Save Image...</string>
96 </property>
97 <property name="autoDefault">
98 <bool>false</bool>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <spacer name="horizontalSpacer_2">
104 <property name="orientation">
105 <enum>Qt::Horizontal</enum>
106 </property>
107 <property name="sizeHint" stdset="0">
108 <size>
109 <width>40</width>
110 <height>20</height>
111 </size>
112 </property>
113 </spacer>
114 </item>
115 <item>
116 <widget class="QDialogButtonBox" name="buttonBox">
117 <property name="standardButtons">
118 <set>QDialogButtonBox::Close</set>
119 </property>
120 </widget>
121 </item>
122 </layout>
123 </item>
124 </layout>
125 </widget>
126 <customwidgets>
127 <customwidget>
128 <class>QRImageWidget</class>
129 <extends>QLabel</extends>
130 <header>qt/receiverequestdialog.h</header>
131 </customwidget>
132 </customwidgets>
133 <resources/>
134 <connections>
135 <connection>
136 <sender>buttonBox</sender>
137 <signal>rejected()</signal>
138 <receiver>ReceiveRequestDialog</receiver>
139 <slot>reject()</slot>
140 <hints>
141 <hint type="sourcelabel">
142 <x>452</x>
143 <y>573</y>
144 </hint>
145 <hint type="destinationlabel">
146 <x>243</x>
147 <y>298</y>
148 </hint>
149 </hints>
150 </connection>
151 <connection>
152 <sender>buttonBox</sender>
153 <signal>accepted()</signal>
154 <receiver>ReceiveRequestDialog</receiver>
155 <slot>accept()</slot>
156 <hints>
157 <hint type="sourcelabel">
158 <x>452</x>
159 <y>573</y>
160 </hint>
161 <hint type="destinationlabel">
162 <x>243</x>
163 <y>298</y>
164 </hint>
165 </hints>
166 </connection>
167 </connections>
168 </ui>