f75022f346c34ddd5cf14d931d8382d42771e8e0
[debian/gnuradio] / gr-qtgui / src / lib / spectrumdisplayform.ui
1 <ui version="4.0" >
2  <class>SpectrumDisplayForm</class>
3  <widget class="QDialog" name="SpectrumDisplayForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>637</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    <widget class="QWidget" name="FrequencyPage" >
161     <attribute name="title" >
162      <string>Frequency Display</string>
163     </attribute>
164     <widget class="QLineEdit" name="PowerLineEdit" >
165      <property name="geometry" >
166       <rect>
167        <x>480</x>
168        <y>320</y>
169        <width>60</width>
170        <height>20</height>
171       </rect>
172      </property>
173      <property name="text" >
174       <string>1</string>
175      </property>
176     </widget>
177     <widget class="QCheckBox" name="MinHoldCheckBox" >
178      <property name="geometry" >
179       <rect>
180        <x>10</x>
181        <y>325</y>
182        <width>95</width>
183        <height>20</height>
184       </rect>
185      </property>
186      <property name="text" >
187       <string>Min Hold</string>
188      </property>
189      <property name="checked" >
190       <bool>false</bool>
191      </property>
192     </widget>
193     <widget class="QLabel" name="AvgLabel" >
194      <property name="geometry" >
195       <rect>
196        <x>545</x>
197        <y>300</y>
198        <width>72</width>
199        <height>20</height>
200       </rect>
201      </property>
202      <property name="text" >
203       <string>Average</string>
204      </property>
205      <property name="alignment" >
206       <set>Qt::AlignCenter</set>
207      </property>
208      <property name="wordWrap" >
209       <bool>false</bool>
210      </property>
211     </widget>
212     <widget class="QPushButton" name="MinHoldResetBtn" >
213      <property name="geometry" >
214       <rect>
215        <x>105</x>
216        <y>325</y>
217        <width>61</width>
218        <height>20</height>
219       </rect>
220      </property>
221      <property name="text" >
222       <string>Reset</string>
223      </property>
224     </widget>
225     <widget class="QLineEdit" name="AvgLineEdit" >
226      <property name="geometry" >
227       <rect>
228        <x>550</x>
229        <y>320</y>
230        <width>60</width>
231        <height>20</height>
232       </rect>
233      </property>
234      <property name="text" >
235       <string>0</string>
236      </property>
237     </widget>
238     <widget class="QLabel" name="PowerLabel" >
239      <property name="geometry" >
240       <rect>
241        <x>475</x>
242        <y>300</y>
243        <width>72</width>
244        <height>20</height>
245       </rect>
246      </property>
247      <property name="text" >
248       <string>Power</string>
249      </property>
250      <property name="alignment" >
251       <set>Qt::AlignCenter</set>
252      </property>
253      <property name="wordWrap" >
254       <bool>false</bool>
255      </property>
256     </widget>
257     <widget class="QPushButton" name="MaxHoldResetBtn" >
258      <property name="geometry" >
259       <rect>
260        <x>105</x>
261        <y>300</y>
262        <width>61</width>
263        <height>20</height>
264       </rect>
265      </property>
266      <property name="text" >
267       <string>Reset</string>
268      </property>
269     </widget>
270     <widget class="QCheckBox" name="MaxHoldCheckBox" >
271      <property name="geometry" >
272       <rect>
273        <x>10</x>
274        <y>300</y>
275        <width>95</width>
276        <height>20</height>
277       </rect>
278      </property>
279      <property name="text" >
280       <string>Max Hold</string>
281      </property>
282      <property name="checked" >
283       <bool>false</bool>
284      </property>
285     </widget>
286     <widget class="QFrame" name="Tab1PlotDisplayFrame" >
287      <property name="geometry" >
288       <rect>
289        <x>5</x>
290        <y>5</y>
291        <width>620</width>
292        <height>290</height>
293       </rect>
294      </property>
295      <property name="frameShape" >
296       <enum>QFrame::NoFrame</enum>
297      </property>
298      <property name="frameShadow" >
299       <enum>QFrame::Plain</enum>
300      </property>
301     </widget>
302    </widget>
303    <widget class="QWidget" name="WaterfallPage" >
304     <attribute name="title" >
305      <string>Waterfall Display</string>
306     </attribute>
307     <widget class="QLabel" name="textLabel1" >
308      <property name="geometry" >
309       <rect>
310        <x>5</x>
311        <y>0</y>
312        <width>85</width>
313        <height>21</height>
314       </rect>
315      </property>
316      <property name="text" >
317       <string>&lt;font size="-2">Intensity Display:&lt;/font></string>
318      </property>
319      <property name="wordWrap" >
320       <bool>false</bool>
321      </property>
322     </widget>
323     <widget class="QComboBox" name="WaterfallIntensityComboBox" >
324      <property name="geometry" >
325       <rect>
326        <x>90</x>
327        <y>0</y>
328        <width>121</width>
329        <height>25</height>
330       </rect>
331      </property>
332      <item>
333       <property name="text" >
334        <string>Color</string>
335       </property>
336      </item>
337      <item>
338       <property name="text" >
339        <string>White Hot</string>
340       </property>
341      </item>
342      <item>
343       <property name="text" >
344        <string>Black Hot</string>
345       </property>
346      </item>
347      <item>
348       <property name="text" >
349        <string>Incandescent</string>
350       </property>
351      </item>
352      <item>
353       <property name="text" >
354        <string>User Defined</string>
355       </property>
356      </item>
357     </widget>
358     <widget class="QwtWheel" name="WaterfallMaximumIntensityWheel" >
359      <property name="geometry" >
360       <rect>
361        <x>215</x>
362        <y>0</y>
363        <width>335</width>
364        <height>24</height>
365       </rect>
366      </property>
367      <property name="mouseTracking" >
368       <bool>true</bool>
369      </property>
370      <property name="focusPolicy" >
371       <enum>Qt::WheelFocus</enum>
372      </property>
373      <property name="valid" >
374       <bool>true</bool>
375      </property>
376      <property name="orientation" >
377       <enum>Qt::Horizontal</enum>
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="Tab2PlotDisplayFrame" >
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="orientation" >
434       <enum>Qt::Horizontal</enum>
435      </property>
436      <property name="totalAngle" >
437       <double>200.000000000000000</double>
438      </property>
439      <property name="viewAngle" >
440       <double>20.000000000000000</double>
441      </property>
442      <property name="mass" >
443       <double>0.000000000000000</double>
444      </property>
445     </widget>
446     <widget class="QLabel" name="WaterfallMinimumIntensityLabel" >
447      <property name="geometry" >
448       <rect>
449        <x>565</x>
450        <y>325</y>
451        <width>55</width>
452        <height>20</height>
453       </rect>
454      </property>
455      <property name="text" >
456       <string>-100 dB</string>
457      </property>
458      <property name="wordWrap" >
459       <bool>false</bool>
460      </property>
461     </widget>
462     <widget class="QPushButton" name="WaterfallAutoScaleBtn" >
463      <property name="geometry" >
464       <rect>
465        <x>0</x>
466        <y>325</y>
467        <width>135</width>
468        <height>21</height>
469       </rect>
470      </property>
471      <property name="toolTip" >
472       <string>Scales the Intensity to the current data extremes.</string>
473      </property>
474      <property name="text" >
475       <string>Auto Scale</string>
476      </property>
477     </widget>
478    </widget>
479    <widget class="QWidget" name="Waterfall3DPage" >
480     <attribute name="title" >
481      <string>3D Waterfall Display</string>
482     </attribute>
483     <widget class="QLabel" name="textLabel1_2" >
484      <property name="geometry" >
485       <rect>
486        <x>5</x>
487        <y>0</y>
488        <width>85</width>
489        <height>21</height>
490       </rect>
491      </property>
492      <property name="text" >
493       <string>&lt;font size="-2">Intensity Display:&lt;/font></string>
494      </property>
495      <property name="wordWrap" >
496       <bool>false</bool>
497      </property>
498     </widget>
499     <widget class="QLabel" name="Waterfall3DMaximumIntensityLabel" >
500      <property name="geometry" >
501       <rect>
502        <x>563</x>
503        <y>3</y>
504        <width>55</width>
505        <height>21</height>
506       </rect>
507      </property>
508      <property name="text" >
509       <string>100 dB</string>
510      </property>
511      <property name="wordWrap" >
512       <bool>false</bool>
513      </property>
514     </widget>
515     <widget class="QPushButton" name="Waterfall3DAutoScaleBtn" >
516      <property name="geometry" >
517       <rect>
518        <x>0</x>
519        <y>325</y>
520        <width>135</width>
521        <height>21</height>
522       </rect>
523      </property>
524      <property name="toolTip" >
525       <string>Scales the Intensity to the current data extremes.</string>
526      </property>
527      <property name="text" >
528       <string>Auto Scale</string>
529      </property>
530     </widget>
531     <widget class="QwtWheel" name="Waterfall3DMinimumIntensityWheel" >
532      <property name="geometry" >
533       <rect>
534        <x>215</x>
535        <y>325</y>
536        <width>335</width>
537        <height>24</height>
538       </rect>
539      </property>
540      <property name="valid" >
541       <bool>true</bool>
542      </property>
543      <property name="orientation" >
544       <enum>Qt::Horizontal</enum>
545      </property>
546      <property name="totalAngle" >
547       <double>200.000000000000000</double>
548      </property>
549      <property name="viewAngle" >
550       <double>20.000000000000000</double>
551      </property>
552      <property name="mass" >
553       <double>0.000000000000000</double>
554      </property>
555     </widget>
556     <widget class="QLabel" name="Waterfall3DMinimumIntensityLabel" >
557      <property name="geometry" >
558       <rect>
559        <x>565</x>
560        <y>325</y>
561        <width>55</width>
562        <height>20</height>
563       </rect>
564      </property>
565      <property name="text" >
566       <string>-100 dB</string>
567      </property>
568      <property name="wordWrap" >
569       <bool>false</bool>
570      </property>
571     </widget>
572     <widget class="QFrame" name="Waterfall3DPlotDisplayFrame" >
573      <property name="geometry" >
574       <rect>
575        <x>5</x>
576        <y>30</y>
577        <width>615</width>
578        <height>295</height>
579       </rect>
580      </property>
581      <property name="frameShape" >
582       <enum>QFrame::NoFrame</enum>
583      </property>
584      <property name="frameShadow" >
585       <enum>QFrame::Plain</enum>
586      </property>
587     </widget>
588     <widget class="QComboBox" name="Waterfall3DIntensityComboBox" >
589      <property name="geometry" >
590       <rect>
591        <x>90</x>
592        <y>0</y>
593        <width>121</width>
594        <height>25</height>
595       </rect>
596      </property>
597      <item>
598       <property name="text" >
599        <string>Color</string>
600       </property>
601      </item>
602      <item>
603       <property name="text" >
604        <string>White Hot</string>
605       </property>
606      </item>
607      <item>
608       <property name="text" >
609        <string>Black Hot</string>
610       </property>
611      </item>
612      <item>
613       <property name="text" >
614        <string>Incandescent</string>
615       </property>
616      </item>
617      <item>
618       <property name="text" >
619        <string>User Defined</string>
620       </property>
621      </item>
622     </widget>
623     <widget class="QwtWheel" name="Waterfall3DMaximumIntensityWheel" >
624      <property name="geometry" >
625       <rect>
626        <x>215</x>
627        <y>0</y>
628        <width>335</width>
629        <height>24</height>
630       </rect>
631      </property>
632      <property name="mouseTracking" >
633       <bool>true</bool>
634      </property>
635      <property name="focusPolicy" >
636       <enum>Qt::WheelFocus</enum>
637      </property>
638      <property name="valid" >
639       <bool>true</bool>
640      </property>
641      <property name="orientation" >
642       <enum>Qt::Horizontal</enum>
643      </property>
644      <property name="totalAngle" >
645       <double>200.000000000000000</double>
646      </property>
647      <property name="viewAngle" >
648       <double>20.000000000000000</double>
649      </property>
650      <property name="mass" >
651       <double>0.000000000000000</double>
652      </property>
653     </widget>
654    </widget>
655    <widget class="QWidget" name="TimeDomainPage" >
656     <attribute name="title" >
657      <string>Time Domain Display</string>
658     </attribute>
659     <widget class="QFrame" name="TimeDomainDisplayFrame" >
660      <property name="geometry" >
661       <rect>
662        <x>5</x>
663        <y>5</y>
664        <width>620</width>
665        <height>340</height>
666       </rect>
667      </property>
668      <property name="frameShape" >
669       <enum>QFrame::NoFrame</enum>
670      </property>
671      <property name="frameShadow" >
672       <enum>QFrame::Plain</enum>
673      </property>
674     </widget>
675    </widget>
676   </widget>
677  </widget>
678  <layoutdefault spacing="6" margin="11" />
679  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
680  <customwidgets>
681   <customwidget>
682    <class>QwtWheel</class>
683    <extends>QWidget</extends>
684    <header>qwt_wheel.h</header>
685   </customwidget>
686  </customwidgets>
687  <tabstops>
688   <tabstop>SpectrumTypeTab</tabstop>
689   <tabstop>MaxHoldCheckBox</tabstop>
690   <tabstop>MaxHoldResetBtn</tabstop>
691   <tabstop>MinHoldCheckBox</tabstop>
692   <tabstop>MinHoldResetBtn</tabstop>
693   <tabstop>PowerLineEdit</tabstop>
694   <tabstop>AvgLineEdit</tabstop>
695   <tabstop>UseRFFrequenciesCheckBox</tabstop>
696   <tabstop>WindowComboBox</tabstop>
697   <tabstop>FFTSizeComboBox</tabstop>
698   <tabstop>WaterfallMaximumIntensityWheel</tabstop>
699   <tabstop>WaterfallMinimumIntensityWheel</tabstop>
700  </tabstops>
701  <includes>
702   <include location="global" >SpectrumGUIClass.h</include>
703   <include location="global" >FrequencyDisplayPlot.h</include>
704   <include location="global" >WaterfallDisplayPlot.h</include>
705   <include location="global" >Waterfall3DDisplayPlot.h</include>
706   <include location="global" >TimeDomainDisplayPlot.h</include>
707   <include location="global" >qvalidator.h</include>
708   <include location="global" >vector</include>
709   <include location="local" >qwt_wheel.h</include>
710  </includes>
711  <resources/>
712  <connections>
713   <connection>
714    <sender>MaxHoldCheckBox</sender>
715    <signal>toggled(bool)</signal>
716    <receiver>SpectrumDisplayForm</receiver>
717    <slot>MaxHoldCheckBox_toggled(bool)</slot>
718    <hints>
719     <hint type="sourcelabel" >
720      <x>20</x>
721      <y>20</y>
722     </hint>
723     <hint type="destinationlabel" >
724      <x>20</x>
725      <y>20</y>
726     </hint>
727    </hints>
728   </connection>
729   <connection>
730    <sender>MaxHoldResetBtn</sender>
731    <signal>clicked()</signal>
732    <receiver>SpectrumDisplayForm</receiver>
733    <slot>MaxHoldResetBtn_clicked()</slot>
734    <hints>
735     <hint type="sourcelabel" >
736      <x>20</x>
737      <y>20</y>
738     </hint>
739     <hint type="destinationlabel" >
740      <x>20</x>
741      <y>20</y>
742     </hint>
743    </hints>
744   </connection>
745   <connection>
746    <sender>MinHoldCheckBox</sender>
747    <signal>toggled(bool)</signal>
748    <receiver>SpectrumDisplayForm</receiver>
749    <slot>MinHoldCheckBox_toggled(bool)</slot>
750    <hints>
751     <hint type="sourcelabel" >
752      <x>20</x>
753      <y>20</y>
754     </hint>
755     <hint type="destinationlabel" >
756      <x>20</x>
757      <y>20</y>
758     </hint>
759    </hints>
760   </connection>
761   <connection>
762    <sender>MinHoldResetBtn</sender>
763    <signal>clicked()</signal>
764    <receiver>SpectrumDisplayForm</receiver>
765    <slot>MinHoldResetBtn_clicked()</slot>
766    <hints>
767     <hint type="sourcelabel" >
768      <x>20</x>
769      <y>20</y>
770     </hint>
771     <hint type="destinationlabel" >
772      <x>20</x>
773      <y>20</y>
774     </hint>
775    </hints>
776   </connection>
777   <connection>
778    <sender>AvgLineEdit</sender>
779    <signal>textChanged(QString)</signal>
780    <receiver>SpectrumDisplayForm</receiver>
781    <slot>AvgLineEdit_textChanged(QString)</slot>
782    <hints>
783     <hint type="sourcelabel" >
784      <x>20</x>
785      <y>20</y>
786     </hint>
787     <hint type="destinationlabel" >
788      <x>20</x>
789      <y>20</y>
790     </hint>
791    </hints>
792   </connection>
793   <connection>
794    <sender>PowerLineEdit</sender>
795    <signal>textChanged(QString)</signal>
796    <receiver>SpectrumDisplayForm</receiver>
797    <slot>PowerLineEdit_textChanged(QString)</slot>
798    <hints>
799     <hint type="sourcelabel" >
800      <x>20</x>
801      <y>20</y>
802     </hint>
803     <hint type="destinationlabel" >
804      <x>20</x>
805      <y>20</y>
806     </hint>
807    </hints>
808   </connection>
809   <connection>
810    <sender>WindowComboBox</sender>
811    <signal>activated(int)</signal>
812    <receiver>SpectrumDisplayForm</receiver>
813    <slot>WindowTypeChanged(int)</slot>
814    <hints>
815     <hint type="sourcelabel" >
816      <x>20</x>
817      <y>20</y>
818     </hint>
819     <hint type="destinationlabel" >
820      <x>20</x>
821      <y>20</y>
822     </hint>
823    </hints>
824   </connection>
825   <connection>
826    <sender>UseRFFrequenciesCheckBox</sender>
827    <signal>toggled(bool)</signal>
828    <receiver>SpectrumDisplayForm</receiver>
829    <slot>UseRFFrequenciesCB(bool)</slot>
830    <hints>
831     <hint type="sourcelabel" >
832      <x>20</x>
833      <y>20</y>
834     </hint>
835     <hint type="destinationlabel" >
836      <x>20</x>
837      <y>20</y>
838     </hint>
839    </hints>
840   </connection>
841   <connection>
842    <sender>WaterfallMaximumIntensityWheel</sender>
843    <signal>valueChanged(double)</signal>
844    <receiver>SpectrumDisplayForm</receiver>
845    <slot>waterfallMaximumIntensityChangedCB(double)</slot>
846    <hints>
847     <hint type="sourcelabel" >
848      <x>20</x>
849      <y>20</y>
850     </hint>
851     <hint type="destinationlabel" >
852      <x>20</x>
853      <y>20</y>
854     </hint>
855    </hints>
856   </connection>
857   <connection>
858    <sender>WaterfallMinimumIntensityWheel</sender>
859    <signal>valueChanged(double)</signal>
860    <receiver>SpectrumDisplayForm</receiver>
861    <slot>waterfallMinimumIntensityChangedCB(double)</slot>
862    <hints>
863     <hint type="sourcelabel" >
864      <x>20</x>
865      <y>20</y>
866     </hint>
867     <hint type="destinationlabel" >
868      <x>20</x>
869      <y>20</y>
870     </hint>
871    </hints>
872   </connection>
873   <connection>
874    <sender>Waterfall3DMaximumIntensityWheel</sender>
875    <signal>valueChanged(double)</signal>
876    <receiver>SpectrumDisplayForm</receiver>
877    <slot>waterfall3DMaximumIntensityChangedCB(double)</slot>
878    <hints>
879     <hint type="sourcelabel" >
880      <x>20</x>
881      <y>20</y>
882     </hint>
883     <hint type="destinationlabel" >
884      <x>20</x>
885      <y>20</y>
886     </hint>
887    </hints>
888   </connection>
889   <connection>
890    <sender>Waterfall3DMinimumIntensityWheel</sender>
891    <signal>valueChanged(double)</signal>
892    <receiver>SpectrumDisplayForm</receiver>
893    <slot>waterfall3DMinimumIntensityChangedCB(double)</slot>
894    <hints>
895     <hint type="sourcelabel" >
896      <x>20</x>
897      <y>20</y>
898     </hint>
899     <hint type="destinationlabel" >
900      <x>20</x>
901      <y>20</y>
902     </hint>
903    </hints>
904   </connection>
905   <connection>
906    <sender>FFTSizeComboBox</sender>
907    <signal>activated(QString)</signal>
908    <receiver>SpectrumDisplayForm</receiver>
909    <slot>FFTComboBoxSelectedCB(QString)</slot>
910    <hints>
911     <hint type="sourcelabel" >
912      <x>20</x>
913      <y>20</y>
914     </hint>
915     <hint type="destinationlabel" >
916      <x>20</x>
917      <y>20</y>
918     </hint>
919    </hints>
920   </connection>
921   <connection>
922    <sender>WaterfallAutoScaleBtn</sender>
923    <signal>clicked()</signal>
924    <receiver>SpectrumDisplayForm</receiver>
925    <slot>WaterfallAutoScaleBtnCB()</slot>
926    <hints>
927     <hint type="sourcelabel" >
928      <x>20</x>
929      <y>20</y>
930     </hint>
931     <hint type="destinationlabel" >
932      <x>20</x>
933      <y>20</y>
934     </hint>
935    </hints>
936   </connection>
937   <connection>
938    <sender>Waterfall3DAutoScaleBtn</sender>
939    <signal>clicked()</signal>
940    <receiver>SpectrumDisplayForm</receiver>
941    <slot>Waterfall3DAutoScaleBtnCB()</slot>
942    <hints>
943     <hint type="sourcelabel" >
944      <x>20</x>
945      <y>20</y>
946     </hint>
947     <hint type="destinationlabel" >
948      <x>20</x>
949      <y>20</y>
950     </hint>
951    </hints>
952   </connection>
953   <connection>
954    <sender>WaterfallIntensityComboBox</sender>
955    <signal>activated(int)</signal>
956    <receiver>SpectrumDisplayForm</receiver>
957    <slot>WaterfallIntensityColorTypeChanged(int)</slot>
958    <hints>
959     <hint type="sourcelabel" >
960      <x>20</x>
961      <y>20</y>
962     </hint>
963     <hint type="destinationlabel" >
964      <x>20</x>
965      <y>20</y>
966     </hint>
967    </hints>
968   </connection>
969   <connection>
970    <sender>Waterfall3DIntensityComboBox</sender>
971    <signal>activated(int)</signal>
972    <receiver>SpectrumDisplayForm</receiver>
973    <slot>Waterfall3DIntensityColorTypeChanged(int)</slot>
974    <hints>
975     <hint type="sourcelabel" >
976      <x>20</x>
977      <y>20</y>
978     </hint>
979     <hint type="destinationlabel" >
980      <x>20</x>
981      <y>20</y>
982     </hint>
983    </hints>
984   </connection>
985  </connections>
986 </ui>