diff options
Diffstat (limited to 'gr-qtgui/src/lib/spectrumdisplayform.ui')
-rw-r--r-- | gr-qtgui/src/lib/spectrumdisplayform.ui | 1388 |
1 files changed, 726 insertions, 662 deletions
diff --git a/gr-qtgui/src/lib/spectrumdisplayform.ui b/gr-qtgui/src/lib/spectrumdisplayform.ui index 9324f150b..1458488a0 100644 --- a/gr-qtgui/src/lib/spectrumdisplayform.ui +++ b/gr-qtgui/src/lib/spectrumdisplayform.ui @@ -5,687 +5,758 @@ <rect> <x>0</x> <y>0</y> - <width>633</width> - <height>436</height> + <width>657</width> + <height>536</height> </rect> </property> <property name="windowTitle" > <string>Spectrum Display</string> </property> - <widget class="QCheckBox" name="UseRFFrequenciesCheckBox" > - <property name="geometry" > - <rect> - <x>10</x> - <y>385</y> - <width>180</width> - <height>20</height> - </rect> - </property> - <property name="text" > - <string>Display RF Frequencies</string> - </property> - </widget> - <widget class="QComboBox" name="WindowComboBox" > - <property name="geometry" > - <rect> - <x>105</x> - <y>410</y> - <width>170</width> - <height>20</height> - </rect> - </property> - <property name="font" > - <font> - <pointsize>9</pointsize> - </font> - </property> - <item> - <property name="text" > - <string>Hamming</string> - </property> - </item> - <item> - <property name="text" > - <string>Hann</string> - </property> - </item> - <item> - <property name="text" > - <string>Blackman</string> - </property> - </item> - <item> - <property name="text" > - <string>Rectangular</string> - </property> - </item> - <item> - <property name="text" > - <string>Kaiser</string> - </property> - </item> - <item> - <property name="text" > - <string>Blackman-harris</string> - </property> - </item> - </widget> - <widget class="QLabel" name="WindowLbl" > - <property name="geometry" > - <rect> - <x>10</x> - <y>410</y> - <width>90</width> - <height>17</height> - </rect> - </property> - <property name="text" > - <string>Window:</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="wordWrap" > - <bool>false</bool> - </property> - </widget> - <widget class="QLabel" name="FFTSizeLabel" > - <property name="geometry" > - <rect> - <x>405</x> - <y>385</y> - <width>116</width> - <height>20</height> - </rect> - </property> - <property name="text" > - <string>FFT Size:</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="wordWrap" > - <bool>false</bool> - </property> - </widget> - <widget class="QComboBox" name="FFTSizeComboBox" > - <property name="geometry" > - <rect> - <x>525</x> - <y>385</y> - <width>100</width> - <height>20</height> - </rect> - </property> - <item> - <property name="text" > - <string>1024</string> - </property> - </item> - <item> - <property name="text" > - <string>2048</string> - </property> - </item> - <item> - <property name="text" > - <string>4096</string> - </property> - </item> - <item> - <property name="text" > - <string>8192</string> - </property> - </item> - <item> - <property name="text" > - <string>16384</string> - </property> - </item> - <item> - <property name="text" > - <string>32768</string> - </property> - </item> - </widget> - <widget class="QTabWidget" name="SpectrumTypeTab" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>630</width> - <height>380</height> - </rect> - </property> - <property name="currentIndex" > - <number>0</number> - </property> - <widget class="QWidget" name="FrequencyPage" > - <attribute name="title" > - <string>Frequency Display</string> - </attribute> - <widget class="QLineEdit" name="PowerLineEdit" > - <property name="geometry" > - <rect> - <x>480</x> - <y>320</y> - <width>60</width> - <height>20</height> - </rect> - </property> - <property name="text" > - <string>1</string> - </property> - </widget> - <widget class="QCheckBox" name="MinHoldCheckBox" > - <property name="geometry" > - <rect> - <x>10</x> - <y>325</y> - <width>95</width> - <height>20</height> - </rect> - </property> - <property name="text" > - <string>Min Hold</string> - </property> - <property name="checked" > - <bool>false</bool> - </property> - </widget> - <widget class="QLabel" name="AvgLabel" > - <property name="geometry" > - <rect> - <x>545</x> - <y>300</y> - <width>72</width> - <height>20</height> - </rect> - </property> - <property name="text" > - <string>Average</string> - </property> - <property name="alignment" > - <set>Qt::AlignCenter</set> - </property> - <property name="wordWrap" > - <bool>false</bool> - </property> - </widget> - <widget class="QPushButton" name="MinHoldResetBtn" > - <property name="geometry" > - <rect> - <x>105</x> - <y>325</y> - <width>61</width> - <height>20</height> - </rect> - </property> - <property name="text" > - <string>Reset</string> - </property> - </widget> - <widget class="QLineEdit" name="AvgLineEdit" > - <property name="geometry" > - <rect> - <x>550</x> - <y>320</y> - <width>60</width> - <height>20</height> - </rect> - </property> - <property name="text" > - <string>0</string> - </property> - </widget> - <widget class="QLabel" name="PowerLabel" > - <property name="geometry" > - <rect> - <x>475</x> - <y>300</y> - <width>72</width> - <height>20</height> - </rect> - </property> - <property name="text" > - <string>Power</string> - </property> - <property name="alignment" > - <set>Qt::AlignCenter</set> - </property> - <property name="wordWrap" > - <bool>false</bool> - </property> - </widget> - <widget class="QPushButton" name="MaxHoldResetBtn" > - <property name="geometry" > - <rect> - <x>105</x> - <y>300</y> - <width>61</width> - <height>20</height> - </rect> - </property> - <property name="text" > - <string>Reset</string> - </property> - </widget> - <widget class="QCheckBox" name="MaxHoldCheckBox" > - <property name="geometry" > - <rect> - <x>10</x> - <y>300</y> - <width>95</width> - <height>20</height> - </rect> - </property> - <property name="text" > - <string>Max Hold</string> - </property> - <property name="checked" > - <bool>false</bool> - </property> - </widget> - <widget class="QFrame" name="FrequencyPlotDisplayFrame" > - <property name="geometry" > - <rect> - <x>5</x> - <y>5</y> - <width>620</width> - <height>290</height> - </rect> - </property> - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Plain</enum> - </property> - </widget> - </widget> - <widget class="QWidget" name="WaterfallPage" > - <attribute name="title" > - <string>Waterfall Display</string> - </attribute> - <widget class="QLabel" name="textLabel1" > - <property name="geometry" > - <rect> - <x>5</x> - <y>0</y> - <width>85</width> - <height>21</height> - </rect> - </property> - <property name="text" > - <string><font size="-2">Intensity Display:</font></string> - </property> - <property name="wordWrap" > - <bool>false</bool> - </property> - </widget> - <widget class="QComboBox" name="WaterfallIntensityComboBox" > - <property name="geometry" > - <rect> - <x>90</x> - <y>0</y> - <width>121</width> - <height>25</height> - </rect> + <layout class="QGridLayout" name="gridLayout" > + <item row="1" column="3" > + <widget class="QComboBox" name="FFTSizeComboBox" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize" > + <size> + <width>120</width> + <height>16777215</height> + </size> </property> <item> <property name="text" > - <string>Color</string> + <string>1024</string> </property> </item> <item> <property name="text" > - <string>White Hot</string> + <string>2048</string> </property> </item> <item> <property name="text" > - <string>Black Hot</string> + <string>4096</string> </property> </item> <item> <property name="text" > - <string>Incandescent</string> + <string>8192</string> </property> </item> <item> <property name="text" > - <string>User Defined</string> + <string>16384</string> + </property> + </item> + <item> + <property name="text" > + <string>32768</string> </property> </item> </widget> - <widget class="QwtWheel" name="WaterfallMaximumIntensityWheel" > - <property name="geometry" > - <rect> - <x>215</x> - <y>0</y> - <width>335</width> - <height>24</height> - </rect> - </property> - <property name="mouseTracking" > - <bool>true</bool> - </property> - <property name="focusPolicy" > - <enum>Qt::WheelFocus</enum> - </property> - <property name="valid" > - <bool>true</bool> - </property> - <property name="totalAngle" > - <double>200.000000000000000</double> - </property> - <property name="viewAngle" > - <double>20.000000000000000</double> - </property> - <property name="mass" > - <double>0.000000000000000</double> - </property> - </widget> - <widget class="QLabel" name="WaterfallMaximumIntensityLabel" > - <property name="geometry" > - <rect> - <x>563</x> - <y>3</y> - <width>55</width> - <height>21</height> - </rect> - </property> - <property name="text" > - <string>100 dB</string> - </property> - <property name="wordWrap" > - <bool>false</bool> - </property> - </widget> - <widget class="QFrame" name="WaterfallPlotDisplayFrame" > - <property name="geometry" > - <rect> - <x>5</x> - <y>30</y> - <width>615</width> - <height>295</height> - </rect> - </property> - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Plain</enum> - </property> - </widget> - <widget class="QwtWheel" name="WaterfallMinimumIntensityWheel" > - <property name="geometry" > - <rect> - <x>215</x> - <y>325</y> - <width>335</width> - <height>24</height> - </rect> - </property> - <property name="valid" > - <bool>true</bool> - </property> - <property name="totalAngle" > - <double>200.000000000000000</double> - </property> - <property name="viewAngle" > - <double>20.000000000000000</double> - </property> - <property name="mass" > - <double>0.000000000000000</double> - </property> - </widget> - <widget class="QLabel" name="WaterfallMinimumIntensityLabel" > - <property name="geometry" > - <rect> - <x>565</x> - <y>325</y> - <width>55</width> - <height>20</height> - </rect> - </property> - <property name="text" > - <string>-100 dB</string> - </property> - <property name="wordWrap" > - <bool>false</bool> - </property> - </widget> - <widget class="QPushButton" name="WaterfallAutoScaleBtn" > - <property name="geometry" > - <rect> - <x>0</x> - <y>325</y> - <width>135</width> - <height>21</height> - </rect> - </property> - <property name="toolTip" > - <string>Scales the Intensity to the current data extremes.</string> - </property> - <property name="text" > - <string>Auto Scale</string> - </property> - </widget> - </widget> - <widget class="QWidget" name="Waterfall3DPage" > - <attribute name="title" > - <string>3D Waterfall Display</string> - </attribute> - <widget class="QLabel" name="textLabel1_2" > - <property name="geometry" > - <rect> - <x>5</x> - <y>0</y> - <width>85</width> - <height>21</height> - </rect> - </property> + </item> + <item row="1" column="2" > + <widget class="QLabel" name="FFTSizeLabel" > <property name="text" > - <string><font size="-2">Intensity Display:</font></string> + <string>FFT Size:</string> </property> - <property name="wordWrap" > - <bool>false</bool> - </property> - </widget> - <widget class="QLabel" name="Waterfall3DMaximumIntensityLabel" > - <property name="geometry" > - <rect> - <x>563</x> - <y>3</y> - <width>55</width> - <height>21</height> - </rect> - </property> - <property name="text" > - <string>100 dB</string> + <property name="alignment" > + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="wordWrap" > <bool>false</bool> </property> </widget> - <widget class="QPushButton" name="Waterfall3DAutoScaleBtn" > - <property name="geometry" > - <rect> - <x>0</x> - <y>325</y> - <width>135</width> - <height>21</height> - </rect> - </property> - <property name="toolTip" > - <string>Scales the Intensity to the current data extremes.</string> - </property> - <property name="text" > - <string>Auto Scale</string> - </property> - </widget> - <widget class="QwtWheel" name="Waterfall3DMinimumIntensityWheel" > - <property name="geometry" > - <rect> - <x>215</x> - <y>325</y> - <width>335</width> - <height>24</height> - </rect> - </property> - <property name="valid" > - <bool>true</bool> - </property> - <property name="totalAngle" > - <double>200.000000000000000</double> - </property> - <property name="viewAngle" > - <double>20.000000000000000</double> - </property> - <property name="mass" > - <double>0.000000000000000</double> - </property> - </widget> - <widget class="QLabel" name="Waterfall3DMinimumIntensityLabel" > - <property name="geometry" > - <rect> - <x>565</x> - <y>325</y> - <width>55</width> - <height>20</height> - </rect> - </property> + </item> + <item row="1" column="0" > + <widget class="QCheckBox" name="UseRFFrequenciesCheckBox" > <property name="text" > - <string>-100 dB</string> - </property> - <property name="wordWrap" > - <bool>false</bool> + <string>Display RF Frequencies</string> </property> </widget> - <widget class="QFrame" name="Waterfall3DPlotDisplayFrame" > - <property name="geometry" > - <rect> - <x>5</x> - <y>30</y> - <width>615</width> - <height>295</height> - </rect> - </property> - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Plain</enum> - </property> - </widget> - <widget class="QComboBox" name="Waterfall3DIntensityComboBox" > - <property name="geometry" > - <rect> - <x>90</x> - <y>0</y> - <width>121</width> - <height>25</height> - </rect> - </property> - <item> - <property name="text" > - <string>Color</string> - </property> - </item> - <item> - <property name="text" > - <string>White Hot</string> - </property> - </item> - <item> - <property name="text" > - <string>Black Hot</string> - </property> - </item> + </item> + <item row="3" column="0" > + <layout class="QHBoxLayout" name="horizontalLayout" > <item> - <property name="text" > - <string>Incandescent</string> - </property> + <widget class="QLabel" name="WindowLbl" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text" > + <string>Window:</string> + </property> + <property name="alignment" > + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> </item> <item> - <property name="text" > - <string>User Defined</string> - </property> + <widget class="QComboBox" name="WindowComboBox" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>120</width> + <height>0</height> + </size> + </property> + <property name="maximumSize" > + <size> + <width>120</width> + <height>16777215</height> + </size> + </property> + <property name="font" > + <font> + <pointsize>9</pointsize> + </font> + </property> + <item> + <property name="text" > + <string>Hamming</string> + </property> + </item> + <item> + <property name="text" > + <string>Hann</string> + </property> + </item> + <item> + <property name="text" > + <string>Blackman</string> + </property> + </item> + <item> + <property name="text" > + <string>Rectangular</string> + </property> + </item> + <item> + <property name="text" > + <string>Kaiser</string> + </property> + </item> + <item> + <property name="text" > + <string>Blackman-harris</string> + </property> + </item> + </widget> </item> + </layout> + </item> + <item row="0" column="0" colspan="4" > + <widget class="QTabWidget" name="SpectrumTypeTab" > + <property name="currentIndex" > + <number>0</number> + </property> + <widget class="QWidget" name="FrequencyPage" > + <attribute name="title" > + <string>Frequency Display</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout" > + <item> + <layout class="QVBoxLayout" name="verticalLayout_2" > + <item> + <widget class="QFrame" name="FrequencyPlotDisplayFrame" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>615</width> + <height>332</height> + </size> + </property> + <property name="sizeIncrement" > + <size> + <width>1</width> + <height>1</height> + </size> + </property> + <property name="frameShape" > + <enum>QFrame::NoFrame</enum> + </property> + <property name="frameShadow" > + <enum>QFrame::Plain</enum> + </property> + </widget> + </item> + <item> + <layout class="QGridLayout" name="gridLayout_2" > + <item row="1" column="0" > + <widget class="QCheckBox" name="MaxHoldCheckBox" > + <property name="text" > + <string>Max Hold</string> + </property> + <property name="checked" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="0" > + <widget class="QCheckBox" name="MinHoldCheckBox" > + <property name="text" > + <string>Min Hold</string> + </property> + <property name="checked" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="3" > + <widget class="QLabel" name="PowerLabel" > + <property name="minimumSize" > + <size> + <width>50</width> + <height>0</height> + </size> + </property> + <property name="maximumSize" > + <size> + <width>50</width> + <height>16777215</height> + </size> + </property> + <property name="text" > + <string>Power</string> + </property> + <property name="alignment" > + <set>Qt::AlignCenter</set> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="QPushButton" name="MaxHoldResetBtn" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>25</width> + <height>0</height> + </size> + </property> + <property name="text" > + <string>Reset</string> + </property> + </widget> + </item> + <item row="1" column="4" > + <widget class="QLabel" name="AvgLabel" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>62</width> + <height>0</height> + </size> + </property> + <property name="text" > + <string>Average</string> + </property> + <property name="alignment" > + <set>Qt::AlignCenter</set> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="1" > + <widget class="QPushButton" name="MinHoldResetBtn" > + <property name="text" > + <string>Reset</string> + </property> + </widget> + </item> + <item row="2" column="4" > + <widget class="QSpinBox" name="AvgLineEdit" /> + </item> + <item row="2" column="3" > + <widget class="QLineEdit" name="PowerLineEdit" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>50</width> + <height>0</height> + </size> + </property> + <property name="maximumSize" > + <size> + <width>50</width> + <height>16777215</height> + </size> + </property> + <property name="text" > + <string>1</string> + </property> + </widget> + </item> + <item row="1" column="2" > + <spacer name="horizontalSpacer_2" > + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>325</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + </layout> + </item> + </layout> + </widget> + <widget class="QWidget" name="WaterfallPage" > + <attribute name="title" > + <string>Waterfall Display</string> + </attribute> + <layout class="QGridLayout" name="gridLayout_3" > + <item row="0" column="0" > + <widget class="QLabel" name="textLabel1" > + <property name="maximumSize" > + <size> + <width>100</width> + <height>16777215</height> + </size> + </property> + <property name="text" > + <string>Intensity Display:</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="0" column="2" > + <widget class="QwtWheel" name="WaterfallMaximumIntensityWheel" > + <property name="minimumSize" > + <size> + <width>200</width> + <height>0</height> + </size> + </property> + <property name="mouseTracking" > + <bool>true</bool> + </property> + <property name="focusPolicy" > + <enum>Qt::WheelFocus</enum> + </property> + <property name="valid" > + <bool>true</bool> + </property> + <property name="totalAngle" > + <double>200.000000000000000</double> + </property> + <property name="viewAngle" > + <double>20.000000000000000</double> + </property> + <property name="mass" > + <double>0.000000000000000</double> + </property> + </widget> + </item> + <item row="0" column="3" > + <widget class="QLabel" name="WaterfallMaximumIntensityLabel" > + <property name="maximumSize" > + <size> + <width>100</width> + <height>16777215</height> + </size> + </property> + <property name="text" > + <string>100 dB</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="0" colspan="4" > + <widget class="QFrame" name="WaterfallPlotDisplayFrame" > + <property name="minimumSize" > + <size> + <width>617</width> + <height>338</height> + </size> + </property> + <property name="frameShape" > + <enum>QFrame::NoFrame</enum> + </property> + <property name="frameShadow" > + <enum>QFrame::Plain</enum> + </property> + </widget> + </item> + <item row="2" column="2" > + <widget class="QwtWheel" name="WaterfallMinimumIntensityWheel" > + <property name="minimumSize" > + <size> + <width>200</width> + <height>0</height> + </size> + </property> + <property name="valid" > + <bool>true</bool> + </property> + <property name="totalAngle" > + <double>200.000000000000000</double> + </property> + <property name="viewAngle" > + <double>20.000000000000000</double> + </property> + <property name="mass" > + <double>0.000000000000000</double> + </property> + </widget> + </item> + <item row="2" column="3" > + <widget class="QLabel" name="WaterfallMinimumIntensityLabel" > + <property name="maximumSize" > + <size> + <width>100</width> + <height>16777215</height> + </size> + </property> + <property name="text" > + <string>-100 dB</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="0" colspan="2" > + <widget class="QPushButton" name="WaterfallAutoScaleBtn" > + <property name="maximumSize" > + <size> + <width>80</width> + <height>16777215</height> + </size> + </property> + <property name="toolTip" > + <string>Scales the Intensity to the current data extremes.</string> + </property> + <property name="text" > + <string>Auto Scale</string> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="QComboBox" name="WaterfallIntensityComboBox" > + <property name="maximumSize" > + <size> + <width>100</width> + <height>16777215</height> + </size> + </property> + <item> + <property name="text" > + <string>Color</string> + </property> + </item> + <item> + <property name="text" > + <string>White Hot</string> + </property> + </item> + <item> + <property name="text" > + <string>Black Hot</string> + </property> + </item> + <item> + <property name="text" > + <string>Incandescent</string> + </property> + </item> + <item> + <property name="text" > + <string>User Defined</string> + </property> + </item> + </widget> + </item> + </layout> + <zorder>textLabel1</zorder> + <zorder>WaterfallMaximumIntensityWheel</zorder> + <zorder>WaterfallMaximumIntensityLabel</zorder> + <zorder>WaterfallPlotDisplayFrame</zorder> + <zorder>WaterfallMinimumIntensityWheel</zorder> + <zorder>WaterfallMinimumIntensityLabel</zorder> + <zorder>WaterfallAutoScaleBtn</zorder> + <zorder>WaterfallIntensityComboBox</zorder> + </widget> + <widget class="QWidget" name="Waterfall3DPage" > + <attribute name="title" > + <string>3D Waterfall Display</string> + </attribute> + <layout class="QGridLayout" name="gridLayout_6" > + <item row="0" column="0" > + <widget class="QLabel" name="textLabel1_2" > + <property name="minimumSize" > + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="maximumSize" > + <size> + <width>100</width> + <height>16777215</height> + </size> + </property> + <property name="text" > + <string>Intensity Display:</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="QComboBox" name="Waterfall3DIntensityComboBox" > + <property name="maximumSize" > + <size> + <width>100</width> + <height>16777215</height> + </size> + </property> + <item> + <property name="text" > + <string>Color</string> + </property> + </item> + <item> + <property name="text" > + <string>White Hot</string> + </property> + </item> + <item> + <property name="text" > + <string>Black Hot</string> + </property> + </item> + <item> + <property name="text" > + <string>Incandescent</string> + </property> + </item> + <item> + <property name="text" > + <string>User Defined</string> + </property> + </item> + </widget> + </item> + <item row="0" column="2" > + <widget class="QwtWheel" name="Waterfall3DMaximumIntensityWheel" > + <property name="minimumSize" > + <size> + <width>200</width> + <height>0</height> + </size> + </property> + <property name="mouseTracking" > + <bool>true</bool> + </property> + <property name="focusPolicy" > + <enum>Qt::WheelFocus</enum> + </property> + <property name="valid" > + <bool>true</bool> + </property> + <property name="totalAngle" > + <double>200.000000000000000</double> + </property> + <property name="viewAngle" > + <double>20.000000000000000</double> + </property> + <property name="mass" > + <double>0.000000000000000</double> + </property> + </widget> + </item> + <item row="0" column="3" > + <widget class="QLabel" name="Waterfall3DMaximumIntensityLabel" > + <property name="maximumSize" > + <size> + <width>100</width> + <height>16777215</height> + </size> + </property> + <property name="text" > + <string>100 dB</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="0" colspan="4" > + <widget class="QFrame" name="Waterfall3DPlotDisplayFrame" > + <property name="frameShape" > + <enum>QFrame::NoFrame</enum> + </property> + <property name="frameShadow" > + <enum>QFrame::Plain</enum> + </property> + </widget> + </item> + <item row="2" column="0" colspan="2" > + <widget class="QPushButton" name="Waterfall3DAutoScaleBtn" > + <property name="minimumSize" > + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="maximumSize" > + <size> + <width>80</width> + <height>16777215</height> + </size> + </property> + <property name="sizeIncrement" > + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>Scales the Intensity to the current data extremes.</string> + </property> + <property name="text" > + <string>Auto Scale</string> + </property> + </widget> + </item> + <item row="2" column="2" > + <widget class="QwtWheel" name="Waterfall3DMinimumIntensityWheel" > + <property name="minimumSize" > + <size> + <width>200</width> + <height>0</height> + </size> + </property> + <property name="valid" > + <bool>true</bool> + </property> + <property name="totalAngle" > + <double>200.000000000000000</double> + </property> + <property name="viewAngle" > + <double>20.000000000000000</double> + </property> + <property name="mass" > + <double>0.000000000000000</double> + </property> + </widget> + </item> + <item row="2" column="3" > + <widget class="QLabel" name="Waterfall3DMinimumIntensityLabel" > + <property name="maximumSize" > + <size> + <width>100</width> + <height>16777215</height> + </size> + </property> + <property name="text" > + <string>-100 dB</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QWidget" name="TimeDomainPage" > + <attribute name="title" > + <string>Time Domain Display</string> + </attribute> + <layout class="QGridLayout" name="gridLayout_4" > + <item row="0" column="0" > + <widget class="QFrame" name="TimeDomainDisplayFrame" > + <property name="minimumSize" > + <size> + <width>617</width> + <height>404</height> + </size> + </property> + <property name="frameShape" > + <enum>QFrame::NoFrame</enum> + </property> + <property name="frameShadow" > + <enum>QFrame::Plain</enum> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QWidget" name="ConstellationPage" > + <attribute name="title" > + <string>Constellation Display</string> + </attribute> + <layout class="QGridLayout" name="gridLayout_5" > + <item row="0" column="0" > + <widget class="QFrame" name="ConstellationDisplayFrame" > + <property name="minimumSize" > + <size> + <width>617</width> + <height>406</height> + </size> + </property> + <property name="frameShape" > + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow" > + <enum>QFrame::Raised</enum> + </property> + </widget> + </item> + </layout> + </widget> </widget> - <widget class="QwtWheel" name="Waterfall3DMaximumIntensityWheel" > - <property name="geometry" > - <rect> - <x>215</x> - <y>0</y> - <width>335</width> - <height>24</height> - </rect> - </property> - <property name="mouseTracking" > - <bool>true</bool> - </property> - <property name="focusPolicy" > - <enum>Qt::WheelFocus</enum> - </property> - <property name="valid" > - <bool>true</bool> - </property> - <property name="totalAngle" > - <double>200.000000000000000</double> - </property> - <property name="viewAngle" > - <double>20.000000000000000</double> - </property> - <property name="mass" > - <double>0.000000000000000</double> - </property> - </widget> - </widget> - <widget class="QWidget" name="TimeDomainPage" > - <attribute name="title" > - <string>Time Domain Display</string> - </attribute> - <widget class="QFrame" name="TimeDomainDisplayFrame" > - <property name="geometry" > - <rect> - <x>5</x> - <y>5</y> - <width>620</width> - <height>340</height> - </rect> - </property> - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Plain</enum> - </property> - </widget> - </widget> - <widget class="QWidget" name="ConstellationPage" > - <attribute name="title" > - <string>Constellation Display</string> - </attribute> - <widget class="QFrame" name="ConstellationDisplayFrame" > - <property name="geometry" > - <rect> - <x>5</x> - <y>5</y> - <width>620</width> - <height>340</height> - </rect> - </property> - <property name="frameShape" > - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - </widget> - </widget> - </widget> + </item> + </layout> </widget> <layoutdefault spacing="6" margin="11" /> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> @@ -698,14 +769,7 @@ </customwidgets> <tabstops> <tabstop>SpectrumTypeTab</tabstop> - <tabstop>MaxHoldCheckBox</tabstop> - <tabstop>MaxHoldResetBtn</tabstop> - <tabstop>MinHoldCheckBox</tabstop> - <tabstop>MinHoldResetBtn</tabstop> - <tabstop>PowerLineEdit</tabstop> - <tabstop>AvgLineEdit</tabstop> <tabstop>UseRFFrequenciesCheckBox</tabstop> - <tabstop>WindowComboBox</tabstop> <tabstop>FFTSizeComboBox</tabstop> <tabstop>WaterfallMaximumIntensityWheel</tabstop> <tabstop>WaterfallMinimumIntensityWheel</tabstop> @@ -787,22 +851,6 @@ </hints> </connection> <connection> - <sender>AvgLineEdit</sender> - <signal>textChanged(QString)</signal> - <receiver>SpectrumDisplayForm</receiver> - <slot>AvgLineEdit_textChanged(QString)</slot> - <hints> - <hint type="sourcelabel" > - <x>552</x> - <y>344</y> - </hint> - <hint type="destinationlabel" > - <x>20</x> - <y>20</y> - </hint> - </hints> - </connection> - <connection> <sender>PowerLineEdit</sender> <signal>textChanged(QString)</signal> <receiver>SpectrumDisplayForm</receiver> @@ -1010,5 +1058,21 @@ </hint> </hints> </connection> + <connection> + <sender>AvgLineEdit</sender> + <signal>valueChanged(int)</signal> + <receiver>SpectrumDisplayForm</receiver> + <slot>AvgLineEdit_valueChanged(int)</slot> + <hints> + <hint type="sourcelabel" > + <x>604</x> + <y>421</y> + </hint> + <hint type="destinationlabel" > + <x>328</x> + <y>260</y> + </hint> + </hints> + </connection> </connections> </ui> |