CatRadio/mainwindow.ui

1354 wiersze
35 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>560</height>
</rect>
</property>
<property name="windowTitle">
<string>CatRadio</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>catradio.ico</normaloff>catradio.ico</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>91</width>
<height>401</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="pushButton_Connect">
<property name="text">
<string>Connect</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_Power">
<property name="text">
<string>Power</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QRadioButton" name="radioButton_Tuner">
<property name="text">
<string>Tuner</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_Tune">
<property name="text">
<string>Tune</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_Ant">
<property name="text">
<string>Antenna</string>
</property>
<property name="buddy">
<cstring>comboBox_Ant</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_Ant"/>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_AGC">
<property name="text">
<string>AGC</string>
</property>
<property name="buddy">
<cstring>comboBox_AGC</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_AGC"/>
</item>
<item>
<widget class="QLabel" name="label_Att">
<property name="text">
<string>Attenuator</string>
</property>
<property name="buddy">
<cstring>comboBox_Att</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_Att"/>
</item>
<item>
<widget class="QLabel" name="label_Preamp">
<property name="text">
<string>Preamp</string>
</property>
<property name="buddy">
<cstring>comboBox_Preamp</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_Preamp"/>
</item>
</layout>
</widget>
<widget class="QFrame" name="frame">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>110</x>
<y>80</y>
<width>481</width>
<height>131</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<property name="midLineWidth">
<number>0</number>
</property>
<widget class="QLabel" name="label_vfoMain">
<property name="geometry">
<rect>
<x>200</x>
<y>10</y>
<width>40</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>VFO</string>
</property>
</widget>
<widget class="QLabel" name="label_vfoSub">
<property name="geometry">
<rect>
<x>400</x>
<y>10</y>
<width>40</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>VFO</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_Mode">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>81</width>
<height>24</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_BW">
<property name="geometry">
<rect>
<x>100</x>
<y>60</y>
<width>81</width>
<height>24</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_AB">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>80</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>A / B</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_AeqB">
<property name="geometry">
<rect>
<x>100</x>
<y>100</y>
<width>80</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>A = B</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Split">
<property name="geometry">
<rect>
<x>190</x>
<y>100</y>
<width>80</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Split</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton_QSplit">
<property name="geometry">
<rect>
<x>280</x>
<y>100</y>
<width>80</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Q Split</string>
</property>
</widget>
<widget class="QLabel" name="label_vfoMainRxTx">
<property name="geometry">
<rect>
<x>200</x>
<y>30</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>RX TX</string>
</property>
</widget>
<widget class="QLabel" name="label_vfoSubRxTx">
<property name="geometry">
<rect>
<x>400</x>
<y>30</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>RX TX</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_vfoSub">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>250</x>
<y>10</y>
<width>140</width>
<height>40</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QComboBox" name="comboBox_ModeSub">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>250</x>
<y>60</y>
<width>81</width>
<height>24</height>
</rect>
</property>
<property name="editable">
<bool>false</bool>
</property>
</widget>
<widget class="vfoDisplay" name="lineEdit_vfoMain" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>9</y>
<width>181</width>
<height>41</height>
</rect>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_Band">
<property name="geometry">
<rect>
<x>110</x>
<y>220</y>
<width>151</width>
<height>191</height>
</rect>
</property>
<property name="title">
<string>Band</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QPushButton" name="pushButton_Band160">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>1.8</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="pushButton_Band80">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>3.5</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="pushButton_Band60">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>5.3</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QPushButton" name="pushButton_Band40">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>7</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="pushButton_Band30">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="pushButton_Band20">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>14</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="pushButton_Band17">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>18</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="pushButton_Band15">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>21</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QPushButton" name="pushButton_Band12">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>24.5</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="pushButton_Band10">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>28</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QPushButton" name="pushButton_BandGen">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>Gen</string>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="QPushButton" name="pushButton_Band6">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>50</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QPushButton" name="pushButton_BandDown">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>&lt;&lt;</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="pushButton_Band2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>144</string>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QPushButton" name="pushButton_Band70">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>430</string>
</property>
</widget>
</item>
<item row="3" column="3">
<widget class="QPushButton" name="pushButton_BandUp">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="baseSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>&gt;&gt;</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox_filter">
<property name="geometry">
<rect>
<x>470</x>
<y>230</y>
<width>121</width>
<height>181</height>
</rect>
</property>
<property name="title">
<string>Filter</string>
</property>
<widget class="QCheckBox" name="checkBox_NB">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>Noise Blanking</string>
</property>
<property name="text">
<string>NB</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_NR">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>Noise Reduction</string>
</property>
<property name="text">
<string>NR</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_NF">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>Notch Filter</string>
</property>
<property name="text">
<string>NF</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_NR">
<property name="geometry">
<rect>
<x>70</x>
<y>60</y>
<width>46</width>
<height>25</height>
</rect>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>15</number>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_NAR">
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>BW Narrow</string>
</property>
<property name="text">
<string>NAR</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_IFshift">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>101</width>
<height>18</height>
</rect>
</property>
<property name="minimum">
<number>-1200</number>
</property>
<property name="maximum">
<number>1200</number>
</property>
<property name="singleStep">
<number>10</number>
</property>
<property name="pageStep">
<number>100</number>
</property>
<property name="tracking">
<bool>false</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_IFshift">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>55</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>IF-Shift</string>
</property>
<property name="buddy">
<cstring>horizontalSlider_IFshift</cstring>
</property>
</widget>
<widget class="QLabel" name="label_IFshiftValue">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>40</x>
<y>140</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_CW">
<property name="geometry">
<rect>
<x>470</x>
<y>420</y>
<width>120</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>CW</string>
</property>
<widget class="QCheckBox" name="checkBox_BKIN">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>Break-In</string>
</property>
<property name="text">
<string>BK IN</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_APF">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>APF</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_2">
<property name="geometry">
<rect>
<x>270</x>
<y>220</y>
<width>191</width>
<height>191</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="pushButton_PTT">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>171</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>PTT</string>
</property>
<property name="shortcut">
<string>\</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="QDial" name="dial">
<property name="geometry">
<rect>
<x>20</x>
<y>0</y>
<width>150</width>
<height>150</height>
</rect>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="tracking">
<bool>false</bool>
</property>
<property name="wrapping">
<bool>true</bool>
</property>
<property name="notchTarget">
<double>10.000000000000000</double>
</property>
<property name="notchesVisible">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Fast">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>31</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Fast</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_VFOMain">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Main</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_VFOSub">
<property name="geometry">
<rect>
<x>130</x>
<y>0</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>Sub</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_3">
<property name="geometry">
<rect>
<x>110</x>
<y>9</y>
<width>481</width>
<height>61</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="SMeter" name="progressBar_Smeter" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>191</width>
<height>61</height>
</rect>
</property>
</widget>
<widget class="SubMeter" name="progressBar_subMeter" native="true">
<property name="geometry">
<rect>
<x>250</x>
<y>0</y>
<width>151</width>
<height>61</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_Meter">
<property name="geometry">
<rect>
<x>400</x>
<y>20</y>
<width>75</width>
<height>24</height>
</rect>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_4">
<property name="geometry">
<rect>
<x>10</x>
<y>420</y>
<width>451</width>
<height>91</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="label_RFgain">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>55</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>RF Gain</string>
</property>
<property name="buddy">
<cstring>horizontalSlider_RFgain</cstring>
</property>
</widget>
<widget class="QLabel" name="label_RFpower">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>55</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>RF Power</string>
</property>
<property name="buddy">
<cstring>horizontalSlider_RFpower</cstring>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_RFgain">
<property name="geometry">
<rect>
<x>60</x>
<y>10</y>
<width>200</width>
<height>20</height>
</rect>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>100</number>
</property>
<property name="tracking">
<bool>true</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBothSides</enum>
</property>
<property name="tickInterval">
<number>10</number>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_RFpower">
<property name="geometry">
<rect>
<x>60</x>
<y>50</y>
<width>200</width>
<height>20</height>
</rect>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>100</number>
</property>
<property name="tracking">
<bool>true</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBothSides</enum>
</property>
<property name="tickInterval">
<number>10</number>
</property>
</widget>
<widget class="QLabel" name="label_RFgainValue">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>270</x>
<y>10</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>100</string>
</property>
</widget>
<widget class="QLabel" name="label_RFpowerValue">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>270</x>
<y>50</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>100</string>
</property>
</widget>
</widget>
<zorder>frame_2</zorder>
<zorder>frame</zorder>
<zorder>verticalLayoutWidget</zorder>
<zorder>groupBox_Band</zorder>
<zorder>groupBox_filter</zorder>
<zorder>groupBox_CW</zorder>
<zorder>frame_3</zorder>
<zorder>frame_4</zorder>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menu_Config">
<property name="title">
<string>Config</string>
</property>
<addaction name="action_Connection"/>
<addaction name="action_Setup"/>
</widget>
<widget class="QMenu" name="menu_Help">
<property name="title">
<string>Help</string>
</property>
<addaction name="action_AboutCatRadio"/>
<addaction name="action_AboutHamLib"/>
<addaction name="action_AboutQT"/>
</widget>
<addaction name="menu_Config"/>
<addaction name="menu_Help"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="action_Connection">
<property name="text">
<string>Connection</string>
</property>
</action>
<action name="action_AboutCatRadio">
<property name="text">
<string>About CatRadio</string>
</property>
</action>
<action name="action_AboutHamLib">
<property name="text">
<string>About HamLib</string>
</property>
</action>
<action name="action_AboutQT">
<property name="text">
<string>About QT</string>
</property>
</action>
<action name="action_Setup">
<property name="text">
<string>Setup</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>SMeter</class>
<extends>QWidget</extends>
<header>smeter.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>SubMeter</class>
<extends>QWidget</extends>
<header>submeter.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>vfoDisplay</class>
<extends>QWidget</extends>
<header>vfodisplay.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>