-
Notifications
You must be signed in to change notification settings - Fork 9
/
qt-1090.ui
executable file
·434 lines (434 loc) · 14.1 KB
/
qt-1090.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>mainwindow</class>
<widget class="QMainWindow" name="mainwindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>803</width>
<height>411</height>
</rect>
</property>
<property name="windowTitle">
<string>qt-1090</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QSlider" name="amplitudeSlider">
<property name="value">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QwtPlot" name="plotgrid">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>151</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="interactiveButton">
<property name="toolTip">
<string><html><head/><body><p>Choose between looking at a sequence of messages or a list of currently visible planes</p></body></html></string>
</property>
<property name="text">
<string>interactive</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="ttl_selector">
<property name="toolTip">
<string><html><head/><body><p>selector for the duration that a visible is still listed while waiting for messages to be received</p></body></html></string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="httpButton">
<property name="toolTip">
<string><html><head/><body><p>The output of the program can be send - using a simple http server - to a webbrowser. The result is a kind</p><p>of flight radar.</p></body></html></string>
</property>
<property name="text">
<string>http output</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="httpPortLabel">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="errorhandlingCombo">
<property name="toolTip">
<string><html><head/><body><p>Two levels of correction are defined. Default is no correction, &quot;normal correction&quot; tries to correct by changing a single bit, &quot; strong correction&quot; is by trying to correct by changing 2 bits (the latter is heavy).</p></body></html></string>
</property>
<item>
<property name="text">
<string>no correction</string>
</property>
</item>
<item>
<property name="text">
<string>1 bit correction</string>
</property>
</item>
<item>
<property name="text">
<string>2 bit correction</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QPushButton" name="metricButton">
<property name="text">
<string>not metric</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="deviceSelector">
<property name="toolTip">
<string><html><head/><body><p>Select a device. Software can handle a variety of devices - depending on the configuration.</p><p>Once a device is selected and could be opened, the combobox will be hidden.</p></body></html></string>
</property>
<item>
<property name="text">
<string>device</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLCDNumber" name="validPreambles">
<property name="digitCount">
<number>7</number>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label">
<property name="text">
<string>valid preambles</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLCDNumber" name="fixed">
<property name="digitCount">
<number>6</number>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLCDNumber" name="phase_corrected">
<property name="digitCount">
<number>6</number>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="0" column="5">
<widget class="QLabel" name="label_8">
<property name="text">
<string>phase adjusted</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLCDNumber" name="goodCrc">
<property name="digitCount">
<number>6</number>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="label_2">
<property name="text">
<string>message with good crc</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLCDNumber" name="single_bit_fixed">
<property name="digitCount">
<number>6</number>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QLabel" name="label_5">
<property name="text">
<string>one bit error corrections</string>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QLCDNumber" name="two_bit_fixed">
<property name="digitCount">
<number>6</number>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="1" column="5">
<widget class="QLabel" name="label_6">
<property name="text">
<string>two bit error corrections</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLabel" name="label_4">
<property name="text">
<string>number of bit error correction</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLCDNumber" name="DF0">
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLCDNumber" name="DF4">
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLCDNumber" name="DF5">
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLCDNumber" name="DF11">
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLCDNumber" name="DF16">
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="0" column="5">
<widget class="QLCDNumber" name="DF17">
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="0" column="6">
<widget class="QLCDNumber" name="DF20">
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="0" column="7">
<widget class="QLCDNumber" name="DF21">
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="0" column="8">
<widget class="QLCDNumber" name="DF24">
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>DF0</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="label_9">
<property name="text">
<string>DF4</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="label_10">
<property name="text">
<string>DF5</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QLabel" name="label_11">
<property name="text">
<string>DF11</string>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QLabel" name="label_12">
<property name="text">
<string>DF16</string>
</property>
</widget>
</item>
<item row="1" column="5">
<widget class="QLabel" name="label_13">
<property name="text">
<string>DF17</string>
</property>
</widget>
</item>
<item row="1" column="6">
<widget class="QLabel" name="label_14">
<property name="text">
<string>DF20</string>
</property>
</widget>
</item>
<item row="1" column="7">
<widget class="QLabel" name="label_15">
<property name="text">
<string>DF21</string>
</property>
</widget>
</item>
<item row="1" column="8">
<widget class="QLabel" name="label_16">
<property name="text">
<string>DF24</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_3">
<property name="toolTip">
<string><html><head/><body><p>qt-1090 is a program in the sdr-j program suite, Copyrigh (c) J van Katwijk, Lazy Chair Computing. The program is developed, based on the dump1090 program Copyright (C) 2012 by Salvatore Sanfilippo &lt;[email protected]&gt; and - for the symbol detection based on the derived - dump1090 Copyright (c) 2014,2015 Oliver Jowett &lt;[email protected]&gt; . The program was completely redesigned, restructured and extended with a Qt based GUI by this author. The http library is Copyright 2011-2014 Nikhil Marathe &lt;[email protected]&gt;</p><p><br/></p><p><br/></p></body></html></string>
</property>
<property name="text">
<string>© </string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="versionName">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>398</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="autoBrowserSelector">
<property name="text">
<string>browser automatic</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="set_coordinatesButton">
<property name="text">
<string>home address</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="dumpButton">
<property name="toolTip">
<string><html><head/><body><p>The planes, the data of which is more or less complete, can be recorded in a file. Two data are recorded,</p><p>the time of entry in the system - with parameters position and height - and the time the system lost sight</p><p>on the plane - with the last known parameters position and height.</p><p>Touching the button causes a file selection menu to appear, after selecting a file the file is created and</p><p>data - as described above - will be written to the file until tge button is touched again.</p></body></html></string>
</property>
<property name="text">
<string>dump </string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<customwidgets>
<customwidget>
<class>QwtPlot</class>
<extends>QFrame</extends>
<header>qwt_plot.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>