b8fdac9e |
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>Overlays</string> |
15 | </property> |
16 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
17 | <item> |
18 | <widget class="QTabWidget" name="tabWidget_overlays"> |
19 | <property name="currentIndex"> |
c4f51073 |
20 | <number>1</number> |
b8fdac9e |
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"> |
c4f51073 |
32 | <item row="0" column="1"> |
33 | <widget class="QLabel" name="label_5"> |
b8fdac9e |
34 | <property name="text"> |
c4f51073 |
35 | <string/> |
b8fdac9e |
36 | </property> |
37 | </widget> |
38 | </item> |
c4f51073 |
39 | <item row="0" column="0"> |
40 | <widget class="QLabel" name="label"> |
b8fdac9e |
41 | <property name="text"> |
c4f51073 |
42 | <string>Window size</string> |
b8fdac9e |
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"> |
c4f51073 |
81 | <string>AskEdge</string> |
b8fdac9e |
82 | </attribute> |
c4f51073 |
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> |
b8fdac9e |
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"> |
c4f51073 |
229 | <string>Restore</string> |
b8fdac9e |
230 | </property> |
231 | </widget> |
232 | </item> |
233 | <item> |
234 | <spacer name="horizontalSpacer"> |
235 | <property name="orientation"> |
236 | <enum>Qt::Horizontal</enum> |
237 | </property> |
238 | <property name="sizeHint" stdset="0"> |
239 | <size> |
240 | <width>40</width> |
241 | <height>20</height> |
242 | </size> |
243 | </property> |
244 | </spacer> |
245 | </item> |
246 | <item> |
247 | <widget class="QLabel" name="label_4"> |
248 | <property name="text"> |
c4f51073 |
249 | <string/> |
b8fdac9e |
250 | </property> |
251 | </widget> |
252 | </item> |
253 | </layout> |
254 | </item> |
255 | </layout> |
256 | </widget> |
257 | <resources/> |
258 | <connections> |
259 | <connection> |
260 | <sender>horizontalSlider_window</sender> |
261 | <signal>valueChanged(int)</signal> |
262 | <receiver>label_4</receiver> |
263 | <slot>setNum(int)</slot> |
264 | <hints> |
265 | <hint type="sourcelabel"> |
c4f51073 |
266 | <x>46</x> |
267 | <y>118</y> |
b8fdac9e |
268 | </hint> |
269 | <hint type="destinationlabel"> |
270 | <x>597</x> |
271 | <y>257</y> |
272 | </hint> |
273 | </hints> |
274 | </connection> |
275 | <connection> |
276 | <sender>horizontalSlider_window</sender> |
277 | <signal>valueChanged(int)</signal> |
278 | <receiver>label_5</receiver> |
279 | <slot>setNum(int)</slot> |
280 | <hints> |
281 | <hint type="sourcelabel"> |
c4f51073 |
282 | <x>170</x> |
283 | <y>118</y> |
b8fdac9e |
284 | </hint> |
285 | <hint type="destinationlabel"> |
286 | <x>161</x> |
287 | <y>69</y> |
288 | </hint> |
289 | </hints> |
290 | </connection> |
291 | <connection> |
292 | <sender>horizontalSlider_dirthr_up</sender> |
293 | <signal>valueChanged(int)</signal> |
294 | <receiver>label_6</receiver> |
295 | <slot>setNum(int)</slot> |
296 | <hints> |
297 | <hint type="sourcelabel"> |
c4f51073 |
298 | <x>70</x> |
299 | <y>118</y> |
b8fdac9e |
300 | </hint> |
301 | <hint type="destinationlabel"> |
302 | <x>68</x> |
303 | <y>67</y> |
304 | </hint> |
305 | </hints> |
306 | </connection> |
307 | <connection> |
308 | <sender>horizontalSlider_dirthr_down</sender> |
309 | <signal>valueChanged(int)</signal> |
310 | <receiver>label_7</receiver> |
311 | <slot>setNum(int)</slot> |
312 | <hints> |
313 | <hint type="sourcelabel"> |
c4f51073 |
314 | <x>201</x> |
315 | <y>185</y> |
b8fdac9e |
316 | </hint> |
317 | <hint type="destinationlabel"> |
318 | <x>149</x> |
319 | <y>135</y> |
320 | </hint> |
321 | </hints> |
322 | </connection> |
c4f51073 |
323 | <connection> |
324 | <sender>horizontalSlider_askedge</sender> |
325 | <signal>valueChanged(int)</signal> |
326 | <receiver>label_9</receiver> |
327 | <slot>setNum(int)</slot> |
328 | <hints> |
329 | <hint type="sourcelabel"> |
330 | <x>149</x> |
331 | <y>102</y> |
332 | </hint> |
333 | <hint type="destinationlabel"> |
334 | <x>250</x> |
335 | <y>70</y> |
336 | </hint> |
337 | </hints> |
338 | </connection> |
b8fdac9e |
339 | </connections> |
340 | </ui> |