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