<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SU::MainWindow</class> <widget class="QMainWindow" name="SU::MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>563</width> <height>348</height> </rect> </property> <property name="windowTitle"> <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> <y>190</y> <width>120</width> <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> <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> </property> </widget> <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> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>true</bool> </property> <property name="autoExclusive"> <bool>true</bool> </property> </widget> <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> <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> <width>101</width> <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> <width>241</width> <height>101</height> </rect> </property> <property name="title"> <string>I/Q dump path</string> </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> <width>111</width> <height>31</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="QLabel" name="label_file_overwrite"> <property name="geometry"> <rect> <x>150</x> <y>60</y> <width>81</width> <height>20</height> </rect> </property> <property name="text"> <string/> </property> </widget> </widget> <widget class="QPushButton" name="button_close"> <property name="geometry"> <rect> <x>410</x> <y>280</y> <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> <height>171</height> </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> <widget class="QGroupBox" name="box_hardware"> <property name="geometry"> <rect> <x>150</x> <y>190</y> <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> <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> <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> <resources/> <connections/> </ui>