some cleanup as well as adding a way to pass the Qapplication between sinks that...
[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>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="Tab1PlotDisplayFrame" >
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" native="1" 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" stdset="0" >
377       <bool>true</bool>
378      </property>
379      <property name="totalAngle" stdset="0" >
380       <double>200.000000000000000</double>
381      </property>
382      <property name="viewAngle" stdset="0" >
383       <double>20.000000000000000</double>
384      </property>
385      <property name="mass" stdset="0" >
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" native="1" 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" stdset="0" >
431       <bool>true</bool>
432      </property>
433      <property name="totalAngle" stdset="0" >
434       <double>200.000000000000000</double>
435      </property>
436      <property name="viewAngle" stdset="0" >
437       <double>20.000000000000000</double>
438      </property>
439      <property name="mass" stdset="0" >
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" native="1" 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" stdset="0" >
538       <bool>true</bool>
539      </property>
540      <property name="totalAngle" stdset="0" >
541       <double>200.000000000000000</double>
542      </property>
543      <property name="viewAngle" stdset="0" >
544       <double>20.000000000000000</double>
545      </property>
546      <property name="mass" stdset="0" >
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" native="1" 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" stdset="0" >
633       <bool>true</bool>
634      </property>
635      <property name="totalAngle" stdset="0" >
636       <double>200.000000000000000</double>
637      </property>
638      <property name="viewAngle" stdset="0" >
639       <double>20.000000000000000</double>
640      </property>
641      <property name="mass" stdset="0" >
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>
668  </widget>
669  <layoutdefault spacing="6" margin="11" />
670  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
671  <customwidgets>
672   <customwidget>
673    <class>QwtWheel</class>
674    <extends>QWidget</extends>
675    <header>qwt_wheel.h</header>
676   </customwidget>
677  </customwidgets>
678  <tabstops>
679   <tabstop>SpectrumTypeTab</tabstop>
680   <tabstop>MaxHoldCheckBox</tabstop>
681   <tabstop>MaxHoldResetBtn</tabstop>
682   <tabstop>MinHoldCheckBox</tabstop>
683   <tabstop>MinHoldResetBtn</tabstop>
684   <tabstop>PowerLineEdit</tabstop>
685   <tabstop>AvgLineEdit</tabstop>
686   <tabstop>UseRFFrequenciesCheckBox</tabstop>
687   <tabstop>WindowComboBox</tabstop>
688   <tabstop>FFTSizeComboBox</tabstop>
689   <tabstop>WaterfallMaximumIntensityWheel</tabstop>
690   <tabstop>WaterfallMinimumIntensityWheel</tabstop>
691  </tabstops>
692  <includes>
693   <include location="global" >SpectrumGUIClass.h</include>
694   <include location="global" >FrequencyDisplayPlot.h</include>
695   <include location="global" >WaterfallDisplayPlot.h</include>
696   <include location="global" >Waterfall3DDisplayPlot.h</include>
697   <include location="global" >TimeDomainDisplayPlot.h</include>
698   <include location="global" >qvalidator.h</include>
699   <include location="global" >vector</include>
700   <include location="local" >qwt_wheel.h</include>
701  </includes>
702  <resources/>
703  <connections>
704   <connection>
705    <sender>MaxHoldCheckBox</sender>
706    <signal>toggled(bool)</signal>
707    <receiver>SpectrumDisplayForm</receiver>
708    <slot>MaxHoldCheckBox_toggled(bool)</slot>
709    <hints>
710     <hint type="sourcelabel" >
711      <x>20</x>
712      <y>20</y>
713     </hint>
714     <hint type="destinationlabel" >
715      <x>20</x>
716      <y>20</y>
717     </hint>
718    </hints>
719   </connection>
720   <connection>
721    <sender>MaxHoldResetBtn</sender>
722    <signal>clicked()</signal>
723    <receiver>SpectrumDisplayForm</receiver>
724    <slot>MaxHoldResetBtn_clicked()</slot>
725    <hints>
726     <hint type="sourcelabel" >
727      <x>20</x>
728      <y>20</y>
729     </hint>
730     <hint type="destinationlabel" >
731      <x>20</x>
732      <y>20</y>
733     </hint>
734    </hints>
735   </connection>
736   <connection>
737    <sender>MinHoldCheckBox</sender>
738    <signal>toggled(bool)</signal>
739    <receiver>SpectrumDisplayForm</receiver>
740    <slot>MinHoldCheckBox_toggled(bool)</slot>
741    <hints>
742     <hint type="sourcelabel" >
743      <x>20</x>
744      <y>20</y>
745     </hint>
746     <hint type="destinationlabel" >
747      <x>20</x>
748      <y>20</y>
749     </hint>
750    </hints>
751   </connection>
752   <connection>
753    <sender>MinHoldResetBtn</sender>
754    <signal>clicked()</signal>
755    <receiver>SpectrumDisplayForm</receiver>
756    <slot>MinHoldResetBtn_clicked()</slot>
757    <hints>
758     <hint type="sourcelabel" >
759      <x>20</x>
760      <y>20</y>
761     </hint>
762     <hint type="destinationlabel" >
763      <x>20</x>
764      <y>20</y>
765     </hint>
766    </hints>
767   </connection>
768   <connection>
769    <sender>AvgLineEdit</sender>
770    <signal>textChanged(QString)</signal>
771    <receiver>SpectrumDisplayForm</receiver>
772    <slot>AvgLineEdit_textChanged(QString)</slot>
773    <hints>
774     <hint type="sourcelabel" >
775      <x>20</x>
776      <y>20</y>
777     </hint>
778     <hint type="destinationlabel" >
779      <x>20</x>
780      <y>20</y>
781     </hint>
782    </hints>
783   </connection>
784   <connection>
785    <sender>PowerLineEdit</sender>
786    <signal>textChanged(QString)</signal>
787    <receiver>SpectrumDisplayForm</receiver>
788    <slot>PowerLineEdit_textChanged(QString)</slot>
789    <hints>
790     <hint type="sourcelabel" >
791      <x>20</x>
792      <y>20</y>
793     </hint>
794     <hint type="destinationlabel" >
795      <x>20</x>
796      <y>20</y>
797     </hint>
798    </hints>
799   </connection>
800   <connection>
801    <sender>WindowComboBox</sender>
802    <signal>activated(int)</signal>
803    <receiver>SpectrumDisplayForm</receiver>
804    <slot>WindowTypeChanged(int)</slot>
805    <hints>
806     <hint type="sourcelabel" >
807      <x>20</x>
808      <y>20</y>
809     </hint>
810     <hint type="destinationlabel" >
811      <x>20</x>
812      <y>20</y>
813     </hint>
814    </hints>
815   </connection>
816   <connection>
817    <sender>UseRFFrequenciesCheckBox</sender>
818    <signal>toggled(bool)</signal>
819    <receiver>SpectrumDisplayForm</receiver>
820    <slot>UseRFFrequenciesCB(bool)</slot>
821    <hints>
822     <hint type="sourcelabel" >
823      <x>20</x>
824      <y>20</y>
825     </hint>
826     <hint type="destinationlabel" >
827      <x>20</x>
828      <y>20</y>
829     </hint>
830    </hints>
831   </connection>
832   <connection>
833    <sender>WaterfallMaximumIntensityWheel</sender>
834    <signal>valueChanged(double)</signal>
835    <receiver>SpectrumDisplayForm</receiver>
836    <slot>waterfallMaximumIntensityChangedCB(double)</slot>
837    <hints>
838     <hint type="sourcelabel" >
839      <x>20</x>
840      <y>20</y>
841     </hint>
842     <hint type="destinationlabel" >
843      <x>20</x>
844      <y>20</y>
845     </hint>
846    </hints>
847   </connection>
848   <connection>
849    <sender>WaterfallMinimumIntensityWheel</sender>
850    <signal>valueChanged(double)</signal>
851    <receiver>SpectrumDisplayForm</receiver>
852    <slot>waterfallMinimumIntensityChangedCB(double)</slot>
853    <hints>
854     <hint type="sourcelabel" >
855      <x>20</x>
856      <y>20</y>
857     </hint>
858     <hint type="destinationlabel" >
859      <x>20</x>
860      <y>20</y>
861     </hint>
862    </hints>
863   </connection>
864   <connection>
865    <sender>Waterfall3DMaximumIntensityWheel</sender>
866    <signal>valueChanged(double)</signal>
867    <receiver>SpectrumDisplayForm</receiver>
868    <slot>waterfall3DMaximumIntensityChangedCB(double)</slot>
869    <hints>
870     <hint type="sourcelabel" >
871      <x>20</x>
872      <y>20</y>
873     </hint>
874     <hint type="destinationlabel" >
875      <x>20</x>
876      <y>20</y>
877     </hint>
878    </hints>
879   </connection>
880   <connection>
881    <sender>Waterfall3DMinimumIntensityWheel</sender>
882    <signal>valueChanged(double)</signal>
883    <receiver>SpectrumDisplayForm</receiver>
884    <slot>waterfall3DMinimumIntensityChangedCB(double)</slot>
885    <hints>
886     <hint type="sourcelabel" >
887      <x>20</x>
888      <y>20</y>
889     </hint>
890     <hint type="destinationlabel" >
891      <x>20</x>
892      <y>20</y>
893     </hint>
894    </hints>
895   </connection>
896   <connection>
897    <sender>FFTSizeComboBox</sender>
898    <signal>activated(QString)</signal>
899    <receiver>SpectrumDisplayForm</receiver>
900    <slot>FFTComboBoxSelectedCB(QString)</slot>
901    <hints>
902     <hint type="sourcelabel" >
903      <x>20</x>
904      <y>20</y>
905     </hint>
906     <hint type="destinationlabel" >
907      <x>20</x>
908      <y>20</y>
909     </hint>
910    </hints>
911   </connection>
912   <connection>
913    <sender>WaterfallAutoScaleBtn</sender>
914    <signal>clicked()</signal>
915    <receiver>SpectrumDisplayForm</receiver>
916    <slot>WaterfallAutoScaleBtnCB()</slot>
917    <hints>
918     <hint type="sourcelabel" >
919      <x>20</x>
920      <y>20</y>
921     </hint>
922     <hint type="destinationlabel" >
923      <x>20</x>
924      <y>20</y>
925     </hint>
926    </hints>
927   </connection>
928   <connection>
929    <sender>Waterfall3DAutoScaleBtn</sender>
930    <signal>clicked()</signal>
931    <receiver>SpectrumDisplayForm</receiver>
932    <slot>Waterfall3DAutoScaleBtnCB()</slot>
933    <hints>
934     <hint type="sourcelabel" >
935      <x>20</x>
936      <y>20</y>
937     </hint>
938     <hint type="destinationlabel" >
939      <x>20</x>
940      <y>20</y>
941     </hint>
942    </hints>
943   </connection>
944   <connection>
945    <sender>WaterfallIntensityComboBox</sender>
946    <signal>activated(int)</signal>
947    <receiver>SpectrumDisplayForm</receiver>
948    <slot>WaterfallIntensityColorTypeChanged(int)</slot>
949    <hints>
950     <hint type="sourcelabel" >
951      <x>20</x>
952      <y>20</y>
953     </hint>
954     <hint type="destinationlabel" >
955      <x>20</x>
956      <y>20</y>
957     </hint>
958    </hints>
959   </connection>
960   <connection>
961    <sender>Waterfall3DIntensityComboBox</sender>
962    <signal>activated(int)</signal>
963    <receiver>SpectrumDisplayForm</receiver>
964    <slot>Waterfall3DIntensityColorTypeChanged(int)</slot>
965    <hints>
966     <hint type="sourcelabel" >
967      <x>20</x>
968      <y>20</y>
969     </hint>
970     <hint type="destinationlabel" >
971      <x>20</x>
972      <y>20</y>
973     </hint>
974    </hints>
975   </connection>
976  </connections>
977 </ui>