1
0
mirror of https://github.com/JvanKatwijk/dabradio synced 2025-10-06 00:02:49 +02:00
Files
SDR-DAB_dabradio/devices/uhd/uhd-widget.ui
JvanKatwijk ea6f006b3e first commit
2018-03-06 20:05:31 +01:00

146 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>uhdWidget</class>
<widget class="QWidget" name="uhdWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>256</width>
<height>133</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>211</width>
<height>221</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>uhd device</string>
</property>
</widget>
<widget class="QSpinBox" name="externalGain">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="maximum">
<number>103</number>
</property>
<property name="value">
<number>55</number>
</property>
</widget>
<widget class="QSpinBox" name="f_correction">
<property name="geometry">
<rect>
<x>0</x>
<y>20</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="minimum">
<number>-100</number>
</property>
<property name="maximum">
<number>100</number>
</property>
</widget>
<widget class="QSpinBox" name="KhzOffset">
<property name="geometry">
<rect>
<x>0</x>
<y>40</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="maximum">
<number>1000000</number>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>100</x>
<y>40</y>
<width>41</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>KHz</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>100</x>
<y>20</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>ppm</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>100</x>
<y>0</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>gain reductiom</string>
</property>
</widget>
<widget class="QLabel" name="statusLabel">
<property name="geometry">
<rect>
<x>16</x>
<y>180</y>
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>