<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>WideGraph</class> <widget class="QDialog" name="WideGraph"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1178</width> <height>326</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="CPlotter" name="widePlot"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>400</width> <height>200</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="lineWidth"> <number>1</number> </property> <widget class="QLabel" name="labFreq"> <property name="geometry"> <rect> <x>940</x> <y>230</y> <width>211</width> <height>41</height> </rect> </property> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">QLabel { background-color: rgba(0, 0, 0, 0); color: yellow; }</string> </property> <property name="text"> <string>Rx: 144.118.200 Tx: 144.127.317</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QSpinBox" name="freqOffsetSpinBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>60</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="suffix"> <string> kHz</string> </property> <property name="prefix"> <string>Offset </string> </property> <property name="minimum"> <number>-24</number> </property> <property name="maximum"> <number>24</number> </property> <property name="singleStep"> <number>1</number> </property> <property name="value"> <number>0</number> </property> </widget> </item> <item> <widget class="QSpinBox" name="freqSpanSpinBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>60</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="suffix"> <string> kHz</string> </property> <property name="prefix"> <string>Span </string> </property> <property name="minimum"> <number>5</number> </property> <property name="maximum"> <number>90</number> </property> <property name="singleStep"> <number>5</number> </property> <property name="value"> <number>60</number> </property> </widget> </item> <item> <widget class="QSpinBox" name="waterfallAvgSpinBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="prefix"> <string>N Avg </string> </property> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>20</number> </property> </widget> </item> <item> <widget class="QSpinBox" name="gainSpinBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="prefix"> <string>Gain </string> </property> <property name="minimum"> <number>-20</number> </property> <property name="maximum"> <number>20</number> </property> </widget> </item> <item> <widget class="QSpinBox" name="zeroSpinBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="prefix"> <string>Zero </string> </property> <property name="minimum"> <number>-100</number> </property> <property name="maximum"> <number>100</number> </property> </widget> </item> <item> <widget class="QPushButton" name="autoZeroPushButton"> <property name="text"> <string>Auto Zero</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="cbSpec2d"> <property name="text"> <string>2D Spectrum</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QCheckBox" name="cbLockTxRx"> <property name="text"> <string>Lock Tx=Rx Freq</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="cbFcenter"> <property name="text"> <string>Force Center Freq (MHz)</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="fCenterLineEdit"> <property name="enabled"> <bool>false</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>65</width> <height>16777215</height> </size> </property> <property name="text"> <string>1296.065</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pbSetRxHardware"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Set Rx Freq</string> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> <customwidgets> <customwidget> <class>CPlotter</class> <extends>QFrame</extends> <header>plotter.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/> </ui>