Merge pull request #2654 from Antiklesys/master
[RRG-proxmark3.git] / client / src / ui / overlays.ui
blob9650ac045d84ad54de37d9f98063a7c08fa76dd9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>Form</class>
4 <widget class="QWidget" name="Form">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>614</width>
10 <height>286</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Sliders</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_3">
17 <item>
18 <widget class="QTabWidget" name="tabWidget_overlays">
19 <property name="currentIndex">
20 <number>0</number>
21 </property>
22 <widget class="QWidget" name="tab">
23 <property name="focusPolicy">
24 <enum>Qt::StrongFocus</enum>
25 </property>
26 <attribute name="title">
27 <string>Autocorrelate</string>
28 </attribute>
29 <layout class="QVBoxLayout" name="verticalLayout_2">
30 <item>
31 <layout class="QFormLayout" name="formLayout">
32 <item row="0" column="1">
33 <widget class="QLabel" name="label_5">
34 <property name="text">
35 <string/>
36 </property>
37 </widget>
38 </item>
39 <item row="0" column="0">
40 <widget class="QLabel" name="label">
41 <property name="text">
42 <string>Window size</string>
43 </property>
44 </widget>
45 </item>
46 </layout>
47 </item>
48 <item>
49 <widget class="QSlider" name="horizontalSlider_window">
50 <property name="minimum">
51 <number>10</number>
52 </property>
53 <property name="maximum">
54 <number>10000</number>
55 </property>
56 <property name="value">
57 <number>2000</number>
58 </property>
59 <property name="orientation">
60 <enum>Qt::Horizontal</enum>
61 </property>
62 </widget>
63 </item>
64 <item>
65 <spacer name="verticalSpacer">
66 <property name="orientation">
67 <enum>Qt::Vertical</enum>
68 </property>
69 <property name="sizeHint" stdset="0">
70 <size>
71 <width>20</width>
72 <height>40</height>
73 </size>
74 </property>
75 </spacer>
76 </item>
77 </layout>
78 </widget>
79 <widget class="QWidget" name="tab_3">
80 <attribute name="title">
81 <string>AskEdge</string>
82 </attribute>
83 <layout class="QVBoxLayout" name="verticalLayout_4">
84 <item>
85 <layout class="QFormLayout" name="formLayout_4">
86 <property name="bottomMargin">
87 <number>0</number>
88 </property>
89 <item row="0" column="0">
90 <widget class="QLabel" name="label_8">
91 <property name="text">
92 <string>Edge Jump Threshold</string>
93 </property>
94 </widget>
95 </item>
96 <item row="0" column="1">
97 <widget class="QLabel" name="label_9">
98 <property name="text">
99 <string/>
100 </property>
101 </widget>
102 </item>
103 </layout>
104 </item>
105 <item>
106 <widget class="QSlider" name="horizontalSlider_askedge">
107 <property name="minimum">
108 <number>5</number>
109 </property>
110 <property name="maximum">
111 <number>80</number>
112 </property>
113 <property name="value">
114 <number>20</number>
115 </property>
116 <property name="orientation">
117 <enum>Qt::Horizontal</enum>
118 </property>
119 </widget>
120 </item>
121 <item>
122 <spacer name="verticalSpacer_3">
123 <property name="orientation">
124 <enum>Qt::Vertical</enum>
125 </property>
126 <property name="sizeHint" stdset="0">
127 <size>
128 <width>20</width>
129 <height>40</height>
130 </size>
131 </property>
132 </spacer>
133 </item>
134 </layout>
135 </widget>
136 <widget class="QWidget" name="tab_2">
137 <attribute name="title">
138 <string>Dirthreshold</string>
139 </attribute>
140 <layout class="QVBoxLayout" name="verticalLayout">
141 <item>
142 <layout class="QFormLayout" name="formLayout_2">
143 <item row="0" column="0">
144 <widget class="QLabel" name="label_2">
145 <property name="text">
146 <string>Up</string>
147 </property>
148 </widget>
149 </item>
150 <item row="0" column="1">
151 <widget class="QLabel" name="label_6">
152 <property name="text">
153 <string/>
154 </property>
155 </widget>
156 </item>
157 </layout>
158 </item>
159 <item>
160 <widget class="QSlider" name="horizontalSlider_dirthr_up">
161 <property name="maximum">
162 <number>128</number>
163 </property>
164 <property name="value">
165 <number>20</number>
166 </property>
167 <property name="orientation">
168 <enum>Qt::Horizontal</enum>
169 </property>
170 </widget>
171 </item>
172 <item>
173 <layout class="QFormLayout" name="formLayout_3">
174 <item row="0" column="0">
175 <widget class="QLabel" name="label_3">
176 <property name="text">
177 <string>Down</string>
178 </property>
179 </widget>
180 </item>
181 <item row="0" column="1">
182 <widget class="QLabel" name="label_7">
183 <property name="text">
184 <string/>
185 </property>
186 </widget>
187 </item>
188 </layout>
189 </item>
190 <item>
191 <widget class="QSlider" name="horizontalSlider_dirthr_down">
192 <property name="maximum">
193 <number>127</number>
194 </property>
195 <property name="orientation">
196 <enum>Qt::Horizontal</enum>
197 </property>
198 </widget>
199 </item>
200 <item>
201 <spacer name="verticalSpacer_2">
202 <property name="orientation">
203 <enum>Qt::Vertical</enum>
204 </property>
205 <property name="sizeHint" stdset="0">
206 <size>
207 <width>20</width>
208 <height>40</height>
209 </size>
210 </property>
211 </spacer>
212 </item>
213 </layout>
214 </widget>
215 </widget>
216 </item>
217 <item>
218 <layout class="QHBoxLayout" name="horizontalLayout">
219 <item>
220 <widget class="QPushButton" name="pushButton_apply">
221 <property name="text">
222 <string>Apply</string>
223 </property>
224 </widget>
225 </item>
226 <item>
227 <widget class="QPushButton" name="pushButton_sticky">
228 <property name="text">
229 <string>Restore</string>
230 </property>
231 </widget>
232 </item>
233 <item>
234 <widget class="QLabel" name="label_10">
235 <property name="text">
236 <string>Press `H` in plot window to show keystrokes</string>
237 </property>
238 <property name="font">
239 <font>
240 <italic>true</italic>
241 </font>
242 </property>
243 </widget>
244 </item>
245 <item>
246 <spacer name="horizontalSpacer">
247 <property name="orientation">
248 <enum>Qt::Horizontal</enum>
249 </property>
250 <property name="sizeHint" stdset="0">
251 <size>
252 <width>40</width>
253 <height>20</height>
254 </size>
255 </property>
256 </spacer>
257 </item>
258 <item>
259 <widget class="QLabel" name="label_4">
260 <property name="text">
261 <string/>
262 </property>
263 </widget>
264 </item>
265 </layout>
266 </item>
267 </layout>
268 </widget>
269 <resources/>
270 <connections>
271 <connection>
272 <sender>horizontalSlider_window</sender>
273 <signal>valueChanged(int)</signal>
274 <receiver>label_4</receiver>
275 <slot>setNum(int)</slot>
276 <hints>
277 <hint type="sourcelabel">
278 <x>46</x>
279 <y>118</y>
280 </hint>
281 <hint type="destinationlabel">
282 <x>597</x>
283 <y>257</y>
284 </hint>
285 </hints>
286 </connection>
287 <connection>
288 <sender>horizontalSlider_window</sender>
289 <signal>valueChanged(int)</signal>
290 <receiver>label_5</receiver>
291 <slot>setNum(int)</slot>
292 <hints>
293 <hint type="sourcelabel">
294 <x>170</x>
295 <y>118</y>
296 </hint>
297 <hint type="destinationlabel">
298 <x>161</x>
299 <y>69</y>
300 </hint>
301 </hints>
302 </connection>
303 <connection>
304 <sender>horizontalSlider_dirthr_up</sender>
305 <signal>valueChanged(int)</signal>
306 <receiver>label_6</receiver>
307 <slot>setNum(int)</slot>
308 <hints>
309 <hint type="sourcelabel">
310 <x>70</x>
311 <y>118</y>
312 </hint>
313 <hint type="destinationlabel">
314 <x>68</x>
315 <y>67</y>
316 </hint>
317 </hints>
318 </connection>
319 <connection>
320 <sender>horizontalSlider_dirthr_down</sender>
321 <signal>valueChanged(int)</signal>
322 <receiver>label_7</receiver>
323 <slot>setNum(int)</slot>
324 <hints>
325 <hint type="sourcelabel">
326 <x>201</x>
327 <y>185</y>
328 </hint>
329 <hint type="destinationlabel">
330 <x>149</x>
331 <y>135</y>
332 </hint>
333 </hints>
334 </connection>
335 <connection>
336 <sender>horizontalSlider_askedge</sender>
337 <signal>valueChanged(int)</signal>
338 <receiver>label_9</receiver>
339 <slot>setNum(int)</slot>
340 <hints>
341 <hint type="sourcelabel">
342 <x>149</x>
343 <y>102</y>
344 </hint>
345 <hint type="destinationlabel">
346 <x>250</x>
347 <y>70</y>
348 </hint>
349 </hints>
350 </connection>
351 </connections>
352 </ui>