0e652d8337d78b90a31f95c1c777a63df9455367
[debian/gnuradio] / gr-qtgui / src / lib / spectrumdisplayform.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SpectrumDisplayForm</class>
4  <widget class="QWidget" name="SpectrumDisplayForm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>712</width>
10     <height>543</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Spectrum Display</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="1" column="3">
18     <widget class="QComboBox" name="FFTSizeComboBox">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="maximumSize">
26       <size>
27        <width>120</width>
28        <height>16777215</height>
29       </size>
30      </property>
31      <item>
32       <property name="text">
33        <string>1024</string>
34       </property>
35      </item>
36      <item>
37       <property name="text">
38        <string>2048</string>
39       </property>
40      </item>
41      <item>
42       <property name="text">
43        <string>4096</string>
44       </property>
45      </item>
46      <item>
47       <property name="text">
48        <string>8192</string>
49       </property>
50      </item>
51      <item>
52       <property name="text">
53        <string>16384</string>
54       </property>
55      </item>
56      <item>
57       <property name="text">
58        <string>32768</string>
59       </property>
60      </item>
61     </widget>
62    </item>
63    <item row="1" column="2">
64     <widget class="QLabel" name="FFTSizeLabel">
65      <property name="text">
66       <string>FFT Size:</string>
67      </property>
68      <property name="alignment">
69       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
70      </property>
71      <property name="wordWrap">
72       <bool>false</bool>
73      </property>
74     </widget>
75    </item>
76    <item row="1" column="0">
77     <widget class="QCheckBox" name="UseRFFrequenciesCheckBox">
78      <property name="text">
79       <string>Display RF Frequencies</string>
80      </property>
81     </widget>
82    </item>
83    <item row="3" column="0">
84     <layout class="QHBoxLayout" name="horizontalLayout">
85      <item>
86       <widget class="QLabel" name="WindowLbl">
87        <property name="sizePolicy">
88         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
89          <horstretch>0</horstretch>
90          <verstretch>0</verstretch>
91         </sizepolicy>
92        </property>
93        <property name="text">
94         <string>Window:</string>
95        </property>
96        <property name="alignment">
97         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
98        </property>
99        <property name="wordWrap">
100         <bool>false</bool>
101        </property>
102       </widget>
103      </item>
104      <item>
105       <widget class="QComboBox" name="WindowComboBox">
106        <property name="sizePolicy">
107         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
108          <horstretch>0</horstretch>
109          <verstretch>0</verstretch>
110         </sizepolicy>
111        </property>
112        <property name="minimumSize">
113         <size>
114          <width>120</width>
115          <height>0</height>
116         </size>
117        </property>
118        <property name="maximumSize">
119         <size>
120          <width>120</width>
121          <height>16777215</height>
122         </size>
123        </property>
124        <property name="font">
125         <font>
126          <pointsize>9</pointsize>
127         </font>
128        </property>
129        <item>
130         <property name="text">
131          <string>Hamming</string>
132         </property>
133        </item>
134        <item>
135         <property name="text">
136          <string>Hann</string>
137         </property>
138        </item>
139        <item>
140         <property name="text">
141          <string>Blackman</string>
142         </property>
143        </item>
144        <item>
145         <property name="text">
146          <string>Rectangular</string>
147         </property>
148        </item>
149        <item>
150         <property name="text">
151          <string>Kaiser</string>
152         </property>
153        </item>
154        <item>
155         <property name="text">
156          <string>Blackman-harris</string>
157         </property>
158        </item>
159       </widget>
160      </item>
161     </layout>
162    </item>
163    <item row="0" column="0" colspan="4">
164     <widget class="QTabWidget" name="SpectrumTypeTab">
165      <property name="currentIndex">
166       <number>0</number>
167      </property>
168      <widget class="QWidget" name="FrequencyPage">
169       <attribute name="title">
170        <string>Frequency Display</string>
171       </attribute>
172       <layout class="QVBoxLayout" name="verticalLayout">
173        <item>
174         <layout class="QVBoxLayout" name="verticalLayout_2">
175          <item>
176           <widget class="QFrame" name="FrequencyPlotDisplayFrame">
177            <property name="sizePolicy">
178             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
179              <horstretch>0</horstretch>
180              <verstretch>0</verstretch>
181             </sizepolicy>
182            </property>
183            <property name="minimumSize">
184             <size>
185              <width>400</width>
186              <height>350</height>
187             </size>
188            </property>
189            <property name="sizeIncrement">
190             <size>
191              <width>1</width>
192              <height>1</height>
193             </size>
194            </property>
195            <property name="frameShape">
196             <enum>QFrame::NoFrame</enum>
197            </property>
198            <property name="frameShadow">
199             <enum>QFrame::Plain</enum>
200            </property>
201           </widget>
202          </item>
203          <item>
204           <layout class="QGridLayout" name="gridLayout_2">
205            <item row="1" column="0">
206             <widget class="QCheckBox" name="MaxHoldCheckBox">
207              <property name="text">
208               <string>Max Hold</string>
209              </property>
210              <property name="checked">
211               <bool>false</bool>
212              </property>
213             </widget>
214            </item>
215            <item row="2" column="0">
216             <widget class="QCheckBox" name="MinHoldCheckBox">
217              <property name="text">
218               <string>Min Hold</string>
219              </property>
220              <property name="checked">
221               <bool>false</bool>
222              </property>
223             </widget>
224            </item>
225            <item row="1" column="1">
226             <widget class="QPushButton" name="MaxHoldResetBtn">
227              <property name="sizePolicy">
228               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
229                <horstretch>0</horstretch>
230                <verstretch>0</verstretch>
231               </sizepolicy>
232              </property>
233              <property name="minimumSize">
234               <size>
235                <width>25</width>
236                <height>0</height>
237               </size>
238              </property>
239              <property name="text">
240               <string>Reset</string>
241              </property>
242             </widget>
243            </item>
244            <item row="1" column="3">
245             <widget class="QLabel" name="AvgLabel">
246              <property name="sizePolicy">
247               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
248                <horstretch>0</horstretch>
249                <verstretch>0</verstretch>
250               </sizepolicy>
251              </property>
252              <property name="minimumSize">
253               <size>
254                <width>62</width>
255                <height>0</height>
256               </size>
257              </property>
258              <property name="text">
259               <string>Average</string>
260              </property>
261              <property name="alignment">
262               <set>Qt::AlignCenter</set>
263              </property>
264              <property name="wordWrap">
265               <bool>false</bool>
266              </property>
267             </widget>
268            </item>
269            <item row="2" column="1">
270             <widget class="QPushButton" name="MinHoldResetBtn">
271              <property name="text">
272               <string>Reset</string>
273              </property>
274             </widget>
275            </item>
276            <item row="2" column="3">
277             <widget class="QSpinBox" name="AvgLineEdit"/>
278            </item>
279            <item row="1" column="2">
280             <spacer name="horizontalSpacer_2">
281              <property name="orientation">
282               <enum>Qt::Horizontal</enum>
283              </property>
284              <property name="sizeHint" stdset="0">
285               <size>
286                <width>200</width>
287                <height>20</height>
288               </size>
289              </property>
290             </spacer>
291            </item>
292           </layout>
293          </item>
294         </layout>
295        </item>
296       </layout>
297      </widget>
298      <widget class="QWidget" name="WaterfallPage">
299       <attribute name="title">
300        <string>Waterfall Display</string>
301       </attribute>
302       <layout class="QGridLayout" name="gridLayout_3">
303        <item row="0" column="0">
304         <widget class="QLabel" name="textLabel1">
305          <property name="maximumSize">
306           <size>
307            <width>100</width>
308            <height>16777215</height>
309           </size>
310          </property>
311          <property name="text">
312           <string>Intensity Display:</string>
313          </property>
314          <property name="wordWrap">
315           <bool>false</bool>
316          </property>
317         </widget>
318        </item>
319        <item row="0" column="2">
320         <widget class="QwtWheel" name="WaterfallMaximumIntensityWheel">
321          <property name="minimumSize">
322           <size>
323            <width>200</width>
324            <height>0</height>
325           </size>
326          </property>
327          <property name="mouseTracking">
328           <bool>true</bool>
329          </property>
330          <property name="focusPolicy">
331           <enum>Qt::WheelFocus</enum>
332          </property>
333          <property name="valid">
334           <bool>true</bool>
335          </property>
336          <property name="totalAngle">
337           <double>200.000000000000000</double>
338          </property>
339          <property name="viewAngle">
340           <double>20.000000000000000</double>
341          </property>
342          <property name="mass">
343           <double>0.000000000000000</double>
344          </property>
345         </widget>
346        </item>
347        <item row="0" column="3">
348         <widget class="QLabel" name="WaterfallMaximumIntensityLabel">
349          <property name="maximumSize">
350           <size>
351            <width>100</width>
352            <height>16777215</height>
353           </size>
354          </property>
355          <property name="text">
356           <string>100 dB</string>
357          </property>
358          <property name="wordWrap">
359           <bool>false</bool>
360          </property>
361         </widget>
362        </item>
363        <item row="1" column="0" colspan="4">
364         <widget class="QFrame" name="WaterfallPlotDisplayFrame">
365          <property name="minimumSize">
366           <size>
367            <width>617</width>
368            <height>338</height>
369           </size>
370          </property>
371          <property name="frameShape">
372           <enum>QFrame::NoFrame</enum>
373          </property>
374          <property name="frameShadow">
375           <enum>QFrame::Plain</enum>
376          </property>
377         </widget>
378        </item>
379        <item row="2" column="2">
380         <widget class="QwtWheel" name="WaterfallMinimumIntensityWheel">
381          <property name="minimumSize">
382           <size>
383            <width>200</width>
384            <height>0</height>
385           </size>
386          </property>
387          <property name="valid">
388           <bool>true</bool>
389          </property>
390          <property name="totalAngle">
391           <double>200.000000000000000</double>
392          </property>
393          <property name="viewAngle">
394           <double>20.000000000000000</double>
395          </property>
396          <property name="mass">
397           <double>0.000000000000000</double>
398          </property>
399         </widget>
400        </item>
401        <item row="2" column="3">
402         <widget class="QLabel" name="WaterfallMinimumIntensityLabel">
403          <property name="maximumSize">
404           <size>
405            <width>100</width>
406            <height>16777215</height>
407           </size>
408          </property>
409          <property name="text">
410           <string>-100 dB</string>
411          </property>
412          <property name="wordWrap">
413           <bool>false</bool>
414          </property>
415         </widget>
416        </item>
417        <item row="2" column="0" colspan="2">
418         <widget class="QPushButton" name="WaterfallAutoScaleBtn">
419          <property name="maximumSize">
420           <size>
421            <width>80</width>
422            <height>16777215</height>
423           </size>
424          </property>
425          <property name="toolTip">
426           <string>Scales the Intensity to the current data extremes.</string>
427          </property>
428          <property name="text">
429           <string>Auto Scale</string>
430          </property>
431         </widget>
432        </item>
433        <item row="0" column="1">
434         <widget class="QComboBox" name="WaterfallIntensityComboBox">
435          <property name="maximumSize">
436           <size>
437            <width>100</width>
438            <height>16777215</height>
439           </size>
440          </property>
441          <item>
442           <property name="text">
443            <string>Color</string>
444           </property>
445          </item>
446          <item>
447           <property name="text">
448            <string>White Hot</string>
449           </property>
450          </item>
451          <item>
452           <property name="text">
453            <string>Black Hot</string>
454           </property>
455          </item>
456          <item>
457           <property name="text">
458            <string>Incandescent</string>
459           </property>
460          </item>
461          <item>
462           <property name="text">
463            <string>User Defined</string>
464           </property>
465          </item>
466         </widget>
467        </item>
468       </layout>
469      </widget>
470      <widget class="QWidget" name="Waterfall3DPage">
471       <attribute name="title">
472        <string>3D Waterfall Display</string>
473       </attribute>
474       <layout class="QGridLayout" name="gridLayout_6">
475        <item row="0" column="0">
476         <widget class="QLabel" name="textLabel1_2">
477          <property name="minimumSize">
478           <size>
479            <width>0</width>
480            <height>0</height>
481           </size>
482          </property>
483          <property name="maximumSize">
484           <size>
485            <width>100</width>
486            <height>16777215</height>
487           </size>
488          </property>
489          <property name="text">
490           <string>Intensity Display:</string>
491          </property>
492          <property name="wordWrap">
493           <bool>false</bool>
494          </property>
495         </widget>
496        </item>
497        <item row="0" column="1">
498         <widget class="QComboBox" name="Waterfall3DIntensityComboBox">
499          <property name="maximumSize">
500           <size>
501            <width>100</width>
502            <height>16777215</height>
503           </size>
504          </property>
505          <item>
506           <property name="text">
507            <string>Color</string>
508           </property>
509          </item>
510          <item>
511           <property name="text">
512            <string>White Hot</string>
513           </property>
514          </item>
515          <item>
516           <property name="text">
517            <string>Black Hot</string>
518           </property>
519          </item>
520          <item>
521           <property name="text">
522            <string>Incandescent</string>
523           </property>
524          </item>
525          <item>
526           <property name="text">
527            <string>User Defined</string>
528           </property>
529          </item>
530         </widget>
531        </item>
532        <item row="0" column="2">
533         <widget class="QwtWheel" name="Waterfall3DMaximumIntensityWheel">
534          <property name="minimumSize">
535           <size>
536            <width>200</width>
537            <height>0</height>
538           </size>
539          </property>
540          <property name="mouseTracking">
541           <bool>true</bool>
542          </property>
543          <property name="focusPolicy">
544           <enum>Qt::WheelFocus</enum>
545          </property>
546          <property name="valid">
547           <bool>true</bool>
548          </property>
549          <property name="totalAngle">
550           <double>200.000000000000000</double>
551          </property>
552          <property name="viewAngle">
553           <double>20.000000000000000</double>
554          </property>
555          <property name="mass">
556           <double>0.000000000000000</double>
557          </property>
558         </widget>
559        </item>
560        <item row="0" column="3">
561         <widget class="QLabel" name="Waterfall3DMaximumIntensityLabel">
562          <property name="maximumSize">
563           <size>
564            <width>100</width>
565            <height>16777215</height>
566           </size>
567          </property>
568          <property name="text">
569           <string>100 dB</string>
570          </property>
571          <property name="wordWrap">
572           <bool>false</bool>
573          </property>
574         </widget>
575        </item>
576        <item row="1" column="0" colspan="4">
577         <widget class="QFrame" name="Waterfall3DPlotDisplayFrame">
578          <property name="frameShape">
579           <enum>QFrame::NoFrame</enum>
580          </property>
581          <property name="frameShadow">
582           <enum>QFrame::Plain</enum>
583          </property>
584         </widget>
585        </item>
586        <item row="2" column="0" colspan="2">
587         <widget class="QPushButton" name="Waterfall3DAutoScaleBtn">
588          <property name="minimumSize">
589           <size>
590            <width>0</width>
591            <height>0</height>
592           </size>
593          </property>
594          <property name="maximumSize">
595           <size>
596            <width>80</width>
597            <height>16777215</height>
598           </size>
599          </property>
600          <property name="sizeIncrement">
601           <size>
602            <width>0</width>
603            <height>0</height>
604           </size>
605          </property>
606          <property name="toolTip">
607           <string>Scales the Intensity to the current data extremes.</string>
608          </property>
609          <property name="text">
610           <string>Auto Scale</string>
611          </property>
612         </widget>
613        </item>
614        <item row="2" column="2">
615         <widget class="QwtWheel" name="Waterfall3DMinimumIntensityWheel">
616          <property name="minimumSize">
617           <size>
618            <width>200</width>
619            <height>0</height>
620           </size>
621          </property>
622          <property name="valid">
623           <bool>true</bool>
624          </property>
625          <property name="totalAngle">
626           <double>200.000000000000000</double>
627          </property>
628          <property name="viewAngle">
629           <double>20.000000000000000</double>
630          </property>
631          <property name="mass">
632           <double>0.000000000000000</double>
633          </property>
634         </widget>
635        </item>
636        <item row="2" column="3">
637         <widget class="QLabel" name="Waterfall3DMinimumIntensityLabel">
638          <property name="maximumSize">
639           <size>
640            <width>100</width>
641            <height>16777215</height>
642           </size>
643          </property>
644          <property name="text">
645           <string>-100 dB</string>
646          </property>
647          <property name="wordWrap">
648           <bool>false</bool>
649          </property>
650         </widget>
651        </item>
652       </layout>
653      </widget>
654      <widget class="QWidget" name="TimeDomainPage">
655       <attribute name="title">
656        <string>Time Domain Display</string>
657       </attribute>
658       <layout class="QGridLayout" name="gridLayout_4">
659        <item row="0" column="0">
660         <widget class="QFrame" name="TimeDomainDisplayFrame">
661          <property name="minimumSize">
662           <size>
663            <width>617</width>
664            <height>404</height>
665           </size>
666          </property>
667          <property name="frameShape">
668           <enum>QFrame::NoFrame</enum>
669          </property>
670          <property name="frameShadow">
671           <enum>QFrame::Plain</enum>
672          </property>
673         </widget>
674        </item>
675       </layout>
676      </widget>
677      <widget class="QWidget" name="ConstellationPage">
678       <attribute name="title">
679        <string>Constellation Display</string>
680       </attribute>
681       <layout class="QGridLayout" name="gridLayout_5">
682        <item row="0" column="0">
683         <widget class="QFrame" name="ConstellationDisplayFrame">
684          <property name="minimumSize">
685           <size>
686            <width>617</width>
687            <height>406</height>
688           </size>
689          </property>
690          <property name="frameShape">
691           <enum>QFrame::StyledPanel</enum>
692          </property>
693          <property name="frameShadow">
694           <enum>QFrame::Raised</enum>
695          </property>
696         </widget>
697        </item>
698       </layout>
699      </widget>
700     </widget>
701    </item>
702   </layout>
703  </widget>
704  <layoutdefault spacing="6" margin="11"/>
705  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
706  <customwidgets>
707   <customwidget>
708    <class>QwtWheel</class>
709    <extends>QWidget</extends>
710    <header>qwt_wheel.h</header>
711   </customwidget>
712  </customwidgets>
713  <tabstops>
714   <tabstop>SpectrumTypeTab</tabstop>
715   <tabstop>UseRFFrequenciesCheckBox</tabstop>
716   <tabstop>FFTSizeComboBox</tabstop>
717   <tabstop>WaterfallMaximumIntensityWheel</tabstop>
718   <tabstop>WaterfallMinimumIntensityWheel</tabstop>
719  </tabstops>
720  <includes>
721   <include location="global">SpectrumGUIClass.h</include>
722   <include location="global">FrequencyDisplayPlot.h</include>
723   <include location="global">WaterfallDisplayPlot.h</include>
724   <include location="global">Waterfall3DDisplayPlot.h</include>
725   <include location="global">TimeDomainDisplayPlot.h</include>
726   <include location="global">qvalidator.h</include>
727   <include location="global">vector</include>
728   <include location="local">qwt_wheel.h</include>
729  </includes>
730  <resources/>
731  <connections>
732   <connection>
733    <sender>MaxHoldCheckBox</sender>
734    <signal>toggled(bool)</signal>
735    <receiver>SpectrumDisplayForm</receiver>
736    <slot>MaxHoldCheckBox_toggled(bool)</slot>
737    <hints>
738     <hint type="sourcelabel">
739      <x>22</x>
740      <y>324</y>
741     </hint>
742     <hint type="destinationlabel">
743      <x>20</x>
744      <y>20</y>
745     </hint>
746    </hints>
747   </connection>
748   <connection>
749    <sender>MaxHoldResetBtn</sender>
750    <signal>clicked()</signal>
751    <receiver>SpectrumDisplayForm</receiver>
752    <slot>MaxHoldResetBtn_clicked()</slot>
753    <hints>
754     <hint type="sourcelabel">
755      <x>107</x>
756      <y>324</y>
757     </hint>
758     <hint type="destinationlabel">
759      <x>20</x>
760      <y>20</y>
761     </hint>
762    </hints>
763   </connection>
764   <connection>
765    <sender>MinHoldCheckBox</sender>
766    <signal>toggled(bool)</signal>
767    <receiver>SpectrumDisplayForm</receiver>
768    <slot>MinHoldCheckBox_toggled(bool)</slot>
769    <hints>
770     <hint type="sourcelabel">
771      <x>22</x>
772      <y>349</y>
773     </hint>
774     <hint type="destinationlabel">
775      <x>20</x>
776      <y>20</y>
777     </hint>
778    </hints>
779   </connection>
780   <connection>
781    <sender>MinHoldResetBtn</sender>
782    <signal>clicked()</signal>
783    <receiver>SpectrumDisplayForm</receiver>
784    <slot>MinHoldResetBtn_clicked()</slot>
785    <hints>
786     <hint type="sourcelabel">
787      <x>107</x>
788      <y>349</y>
789     </hint>
790     <hint type="destinationlabel">
791      <x>20</x>
792      <y>20</y>
793     </hint>
794    </hints>
795   </connection>
796   <connection>
797    <sender>WindowComboBox</sender>
798    <signal>activated(int)</signal>
799    <receiver>SpectrumDisplayForm</receiver>
800    <slot>WindowTypeChanged(int)</slot>
801    <hints>
802     <hint type="sourcelabel">
803      <x>20</x>
804      <y>20</y>
805     </hint>
806     <hint type="destinationlabel">
807      <x>20</x>
808      <y>20</y>
809     </hint>
810    </hints>
811   </connection>
812   <connection>
813    <sender>UseRFFrequenciesCheckBox</sender>
814    <signal>toggled(bool)</signal>
815    <receiver>SpectrumDisplayForm</receiver>
816    <slot>UseRFFrequenciesCB(bool)</slot>
817    <hints>
818     <hint type="sourcelabel">
819      <x>20</x>
820      <y>20</y>
821     </hint>
822     <hint type="destinationlabel">
823      <x>20</x>
824      <y>20</y>
825     </hint>
826    </hints>
827   </connection>
828   <connection>
829    <sender>WaterfallMaximumIntensityWheel</sender>
830    <signal>valueChanged(double)</signal>
831    <receiver>SpectrumDisplayForm</receiver>
832    <slot>waterfallMaximumIntensityChangedCB(double)</slot>
833    <hints>
834     <hint type="sourcelabel">
835      <x>217</x>
836      <y>44</y>
837     </hint>
838     <hint type="destinationlabel">
839      <x>20</x>
840      <y>20</y>
841     </hint>
842    </hints>
843   </connection>
844   <connection>
845    <sender>WaterfallMinimumIntensityWheel</sender>
846    <signal>valueChanged(double)</signal>
847    <receiver>SpectrumDisplayForm</receiver>
848    <slot>waterfallMinimumIntensityChangedCB(double)</slot>
849    <hints>
850     <hint type="sourcelabel">
851      <x>217</x>
852      <y>349</y>
853     </hint>
854     <hint type="destinationlabel">
855      <x>20</x>
856      <y>20</y>
857     </hint>
858    </hints>
859   </connection>
860   <connection>
861    <sender>Waterfall3DMaximumIntensityWheel</sender>
862    <signal>valueChanged(double)</signal>
863    <receiver>SpectrumDisplayForm</receiver>
864    <slot>waterfall3DMaximumIntensityChangedCB(double)</slot>
865    <hints>
866     <hint type="sourcelabel">
867      <x>217</x>
868      <y>44</y>
869     </hint>
870     <hint type="destinationlabel">
871      <x>20</x>
872      <y>20</y>
873     </hint>
874    </hints>
875   </connection>
876   <connection>
877    <sender>Waterfall3DMinimumIntensityWheel</sender>
878    <signal>valueChanged(double)</signal>
879    <receiver>SpectrumDisplayForm</receiver>
880    <slot>waterfall3DMinimumIntensityChangedCB(double)</slot>
881    <hints>
882     <hint type="sourcelabel">
883      <x>217</x>
884      <y>349</y>
885     </hint>
886     <hint type="destinationlabel">
887      <x>20</x>
888      <y>20</y>
889     </hint>
890    </hints>
891   </connection>
892   <connection>
893    <sender>FFTSizeComboBox</sender>
894    <signal>activated(QString)</signal>
895    <receiver>SpectrumDisplayForm</receiver>
896    <slot>FFTComboBoxSelectedCB(QString)</slot>
897    <hints>
898     <hint type="sourcelabel">
899      <x>20</x>
900      <y>20</y>
901     </hint>
902     <hint type="destinationlabel">
903      <x>20</x>
904      <y>20</y>
905     </hint>
906    </hints>
907   </connection>
908   <connection>
909    <sender>WaterfallAutoScaleBtn</sender>
910    <signal>clicked()</signal>
911    <receiver>SpectrumDisplayForm</receiver>
912    <slot>WaterfallAutoScaleBtnCB()</slot>
913    <hints>
914     <hint type="sourcelabel">
915      <x>22</x>
916      <y>349</y>
917     </hint>
918     <hint type="destinationlabel">
919      <x>20</x>
920      <y>20</y>
921     </hint>
922    </hints>
923   </connection>
924   <connection>
925    <sender>Waterfall3DAutoScaleBtn</sender>
926    <signal>clicked()</signal>
927    <receiver>SpectrumDisplayForm</receiver>
928    <slot>Waterfall3DAutoScaleBtnCB()</slot>
929    <hints>
930     <hint type="sourcelabel">
931      <x>22</x>
932      <y>349</y>
933     </hint>
934     <hint type="destinationlabel">
935      <x>20</x>
936      <y>20</y>
937     </hint>
938    </hints>
939   </connection>
940   <connection>
941    <sender>WaterfallIntensityComboBox</sender>
942    <signal>activated(int)</signal>
943    <receiver>SpectrumDisplayForm</receiver>
944    <slot>WaterfallIntensityColorTypeChanged(int)</slot>
945    <hints>
946     <hint type="sourcelabel">
947      <x>92</x>
948      <y>44</y>
949     </hint>
950     <hint type="destinationlabel">
951      <x>20</x>
952      <y>20</y>
953     </hint>
954    </hints>
955   </connection>
956   <connection>
957    <sender>Waterfall3DIntensityComboBox</sender>
958    <signal>activated(int)</signal>
959    <receiver>SpectrumDisplayForm</receiver>
960    <slot>Waterfall3DIntensityColorTypeChanged(int)</slot>
961    <hints>
962     <hint type="sourcelabel">
963      <x>92</x>
964      <y>44</y>
965     </hint>
966     <hint type="destinationlabel">
967      <x>20</x>
968      <y>20</y>
969     </hint>
970    </hints>
971   </connection>
972   <connection>
973    <sender>SpectrumTypeTab</sender>
974    <signal>currentChanged(int)</signal>
975    <receiver>SpectrumDisplayForm</receiver>
976    <slot>TabChanged(int)</slot>
977    <hints>
978     <hint type="sourcelabel">
979      <x>314</x>
980      <y>189</y>
981     </hint>
982     <hint type="destinationlabel">
983      <x>316</x>
984      <y>217</y>
985     </hint>
986    </hints>
987   </connection>
988   <connection>
989    <sender>AvgLineEdit</sender>
990    <signal>valueChanged(int)</signal>
991    <receiver>SpectrumDisplayForm</receiver>
992    <slot>AvgLineEdit_valueChanged(int)</slot>
993    <hints>
994     <hint type="sourcelabel">
995      <x>604</x>
996      <y>421</y>
997     </hint>
998     <hint type="destinationlabel">
999      <x>328</x>
1000      <y>260</y>
1001     </hint>
1002    </hints>
1003   </connection>
1004  </connections>
1005 </ui>