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