Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SU::MainWindow</class>
<widget class="QMainWindow" name="SU::MainWindow">
<width>563</width>
<string/>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QPushButton" name="button_start">
<property name="geometry">
<rect>
<x>410</x>
<y>30</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="QGroupBox" name="box_freq">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>101</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>Frequency</string>
</property>
<widget class="QRadioButton" name="rb_433">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>102</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string extracomment="433e6">433 MHz</string>
</property>
</widget>
<widget class="QRadioButton" name="rb_868">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>102</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string extracomment="868e6">868 MHz</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="box_measure_time">
<property name="geometry">
<rect>
<x>10</x>
<height>121</height>
</rect>
</property>
<property name="title">
<string>Measurement time</string>
</property>
<widget class="QRadioButton" name="rb_1m">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>102</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string extracomment="60">1 min</string>
<property name="autoExclusive">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="rb_5m">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>102</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string extracomment="300">5 min</string>
</property>
</widget>
<widget class="QRadioButton" name="rb_10m">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>102</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string extracomment="600">10 min</string>
</property>
<property name="checked">
<bool>false</bool>
<widget class="QRadioButton" name="rb_1h">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>102</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string extracomment="36000">1h</string>
<property name="checkable">
<property name="checked">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>true</bool>
</property>
<widget class="QRadioButton" name="rb_24h">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>102</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string extracomment="864000">24 h</string>
<property name="autoExclusive">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QPushButton" name="button_stop">
<property name="geometry">
<rect>
<x>410</x>
<y>70</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Stop </string>
</property>
</widget>
<widget class="QGroupBox" name="box_samp_rate">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<height>81</height>
</rect>
</property>
<property name="title">
<string>Sample rate</string>
</property>
<widget class="QRadioButton" name="rb_1mhz">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>102</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string extracomment="1e6">1 MHz</string>
</property>
</widget>
<widget class="QRadioButton" name="rb_3mhz">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>102</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string extracomment="3e6">3 MHz</string>
</property>
</widget>
<widget class="QRadioButton" name="rb_2mhz">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>102</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string extracomment="2e6">2 MHz</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="box_iq_dump_file">
<property name="geometry">
<rect>
<x>150</x>
<y>80</y>
</property>
<widget class="QLineEdit" name="lineEdit_dump_file">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>221</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_disk_space">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_file_overwrite">
<property name="geometry">
<rect>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QPushButton" name="button_close">
<property name="geometry">
<rect>
<x>410</x>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
<widget class="QLabel" name="label_status">
<property name="geometry">
<rect>
<x>410</x>
<y>110</y>
<width>141</width>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<widget class="QGroupBox" name="box_hardware">
<property name="geometry">
<rect>
<x>150</x>
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
<width>241</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>RF hardware</string>
</property>
<widget class="QComboBox" name="comboBox_hardware">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>181</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="button_hw_refresh">
<property name="geometry">
<rect>
<x>200</x>
<y>30</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>../../icons/5652.svg</normaloff>../../icons/5652.svg</iconset>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="box_env">
<property name="geometry">
<rect>
<x>150</x>
<y>10</y>
<width>201</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>Select environment</string>
</property>
<widget class="QComboBox" name="comboBox_env">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>181</width>
<height>22</height>
</rect>
</property>
</widget>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>410</x>
<y>2</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
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
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>150</x>
<y>260</y>
<width>241</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>Noise floor threshold</string>
</property>
<widget class="QLineEdit" name="lineEdit_nf">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>131</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="button_nf_detect">
<property name="geometry">
<rect>
<x>150</x>
<y>30</y>
<width>81</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Detect</string>
</property>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>563</width>
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
<height>19</height>
</rect>
</property>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
</widget>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionQuit"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuHelp"/>
</widget>
<action name="actionAbout">
<property name="text">
<string>About</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>rb_433</tabstop>
<tabstop>rb_868</tabstop>
<tabstop>rb_1mhz</tabstop>
<tabstop>rb_2mhz</tabstop>
<tabstop>rb_3mhz</tabstop>
<tabstop>rb_1m</tabstop>
<tabstop>rb_5m</tabstop>
<tabstop>rb_10m</tabstop>
<tabstop>rb_1h</tabstop>
<tabstop>rb_24h</tabstop>
<tabstop>lineEdit_dump_file</tabstop>
<tabstop>comboBox_hardware</tabstop>
<tabstop>button_start</tabstop>
<tabstop>button_stop</tabstop>
<tabstop>button_close</tabstop>
<tabstop>button_hw_refresh</tabstop>
<tabstop>comboBox_env</tabstop>
</tabstops>