1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DockFft</class>
4 <widget class="QDockWidget" name="DockFft">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>368</width>
10    <height>444</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>327</width>
22    <height>200</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>524287</width>
28    <height>524287</height>
29   </size>
30  </property>
31  <property name="windowIcon">
32   <iconset resource="../../resources/icons.qrc">
33    <normaloff>:/icons/icons/signal.svg</normaloff>:/icons/icons/signal.svg</iconset>
34  </property>
35  <property name="toolTip">
36   <string>FFT performance and display settings</string>
37  </property>
38  <property name="allowedAreas">
39   <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
40  </property>
41  <property name="windowTitle">
42   <string>FFT Settings</string>
43  </property>
44  <widget class="QWidget" name="dockWidgetContents">
45   <layout class="QVBoxLayout" name="verticalLayout_2">
46    <item>
47     <widget class="QScrollArea" name="scrollArea">
48      <property name="sizePolicy">
49       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
50        <horstretch>0</horstretch>
51        <verstretch>0</verstretch>
52       </sizepolicy>
53      </property>
54      <property name="frameShape">
55       <enum>QFrame::NoFrame</enum>
56      </property>
57      <property name="frameShadow">
58       <enum>QFrame::Sunken</enum>
59      </property>
60      <property name="horizontalScrollBarPolicy">
61       <enum>Qt::ScrollBarAsNeeded</enum>
62      </property>
63      <property name="sizeAdjustPolicy">
64       <enum>QAbstractScrollArea::AdjustToContentsOnFirstShow</enum>
65      </property>
66      <property name="widgetResizable">
67       <bool>true</bool>
68      </property>
69      <widget class="QWidget" name="scrollAreaWidgetContents">
70       <property name="geometry">
71        <rect>
72         <x>0</x>
73         <y>0</y>
74         <width>350</width>
75         <height>407</height>
76        </rect>
77       </property>
78       <layout class="QVBoxLayout" name="verticalLayout">
79        <property name="spacing">
80         <number>0</number>
81        </property>
82        <property name="leftMargin">
83         <number>0</number>
84        </property>
85        <property name="topMargin">
86         <number>0</number>
87        </property>
88        <property name="rightMargin">
89         <number>0</number>
90        </property>
91        <property name="bottomMargin">
92         <number>0</number>
93        </property>
94        <item>
95         <layout class="QGridLayout" name="gridLayout">
96          <property name="sizeConstraint">
97           <enum>QLayout::SetDefaultConstraint</enum>
98          </property>
99          <property name="leftMargin">
100           <number>0</number>
101          </property>
102          <property name="topMargin">
103           <number>0</number>
104          </property>
105          <property name="rightMargin">
106           <number>0</number>
107          </property>
108          <property name="bottomMargin">
109           <number>0</number>
110          </property>
111          <property name="spacing">
112           <number>5</number>
113          </property>
114          <item row="0" column="2" colspan="2">
115           <widget class="QLabel" name="fftRbwLabel">
116            <property name="toolTip">
117             <string>Resolution bandwidth</string>
118            </property>
119            <property name="text">
120             <string>RBW: 0 kHz</string>
121            </property>
122           </widget>
123          </item>
124          <item row="4" column="0">
125           <widget class="QLabel" name="fftAvgLabel">
126            <property name="sizePolicy">
127             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
128              <horstretch>0</horstretch>
129              <verstretch>0</verstretch>
130             </sizepolicy>
131            </property>
132            <property name="toolTip">
133             <string>FFT averaging gain</string>
134            </property>
135            <property name="text">
136             <string>Averaging</string>
137            </property>
138            <property name="alignment">
139             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
140            </property>
141           </widget>
142          </item>
143          <item row="12" column="1">
144           <widget class="QtColorPicker" name="colorPicker">
145            <property name="sizePolicy">
146             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
147              <horstretch>0</horstretch>
148              <verstretch>0</verstretch>
149             </sizepolicy>
150            </property>
151            <property name="minimumSize">
152             <size>
153              <width>50</width>
154              <height>32</height>
155             </size>
156            </property>
157            <property name="toolTip">
158             <string>Click to select color for the FFT plot</string>
159            </property>
160            <property name="statusTip">
161             <string>Click to select color for the FFT plot</string>
162            </property>
163            <property name="text">
164             <string/>
165            </property>
166            <property name="flat">
167             <bool>true</bool>
168            </property>
169           </widget>
170          </item>
171          <item row="5" column="3">
172           <widget class="QLabel" name="wfLabel">
173            <property name="sizePolicy">
174             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
175              <horstretch>0</horstretch>
176              <verstretch>0</verstretch>
177             </sizepolicy>
178            </property>
179            <property name="text">
180             <string>Waterfall</string>
181            </property>
182            <property name="alignment">
183             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
184            </property>
185           </widget>
186          </item>
187          <item row="5" column="0">
188           <widget class="QLabel" name="pandLabel">
189            <property name="sizePolicy">
190             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
191              <horstretch>0</horstretch>
192              <verstretch>0</verstretch>
193             </sizepolicy>
194            </property>
195            <property name="text">
196             <string>Panadapter</string>
197            </property>
198            <property name="alignment">
199             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
200            </property>
201           </widget>
202          </item>
203          <item row="1" column="2" colspan="2">
204           <widget class="QLabel" name="fftOvrLabel">
205            <property name="toolTip">
206             <string>FFT buffer overlap between two consecutive FFT calculations.</string>
207            </property>
208            <property name="text">
209             <string>Overlap: 0%</string>
210            </property>
211            <property name="margin">
212             <number>0</number>
213            </property>
214           </widget>
215          </item>
216          <item row="1" column="0">
217           <widget class="QLabel" name="fftRateLabel">
218            <property name="text">
219             <string>Rate</string>
220            </property>
221            <property name="alignment">
222             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
223            </property>
224           </widget>
225          </item>
226          <item row="7" column="1" colspan="2">
227           <widget class="ctkRangeSlider" name="pandRangeSlider">
228            <property name="sizePolicy">
229             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
230              <horstretch>0</horstretch>
231              <verstretch>0</verstretch>
232             </sizepolicy>
233            </property>
234            <property name="minimumSize">
235             <size>
236              <width>0</width>
237              <height>0</height>
238             </size>
239            </property>
240            <property name="toolTip">
241             <string>Set pandapter dB range</string>
242            </property>
243            <property name="statusTip">
244             <string>Set pandapter dB range</string>
245            </property>
246            <property name="minimum">
247             <number>-160</number>
248            </property>
249            <property name="maximum">
250             <number>0</number>
251            </property>
252            <property name="orientation">
253             <enum>Qt::Horizontal</enum>
254            </property>
255           </widget>
256          </item>
257          <item row="9" column="1" rowspan="2" colspan="2">
258           <widget class="QSlider" name="fftZoomSlider">
259            <property name="sizePolicy">
260             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
261              <horstretch>0</horstretch>
262              <verstretch>0</verstretch>
263             </sizepolicy>
264            </property>
265            <property name="minimumSize">
266             <size>
267              <width>0</width>
268              <height>22</height>
269             </size>
270            </property>
271            <property name="toolTip">
272             <string>Set zoom level on the frequency axis</string>
273            </property>
274            <property name="statusTip">
275             <string>Set zoom level on the frequency axis</string>
276            </property>
277            <property name="minimum">
278             <number>1</number>
279            </property>
280            <property name="maximum">
281             <number>50</number>
282            </property>
283            <property name="pageStep">
284             <number>5</number>
285            </property>
286            <property name="orientation">
287             <enum>Qt::Horizontal</enum>
288            </property>
289            <property name="invertedAppearance">
290             <bool>false</bool>
291            </property>
292            <property name="invertedControls">
293             <bool>false</bool>
294            </property>
295            <property name="tickPosition">
296             <enum>QSlider::NoTicks</enum>
297            </property>
298           </widget>
299          </item>
300          <item row="7" column="3">
301           <widget class="QPushButton" name="lockButton">
302            <property name="enabled">
303             <bool>true</bool>
304            </property>
305            <property name="sizePolicy">
306             <sizepolicy hsizetype="MinimumExpanding" vsizetype="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>32</height>
315             </size>
316            </property>
317            <property name="toolTip">
318             <string>Lock panadapter and waterfall sliders together</string>
319            </property>
320            <property name="statusTip">
321             <string>Lock panadapter and waterfall sliders together</string>
322            </property>
323            <property name="text">
324             <string>Lock</string>
325            </property>
326            <property name="checkable">
327             <bool>true</bool>
328            </property>
329           </widget>
330          </item>
331          <item row="2" column="1">
332           <widget class="QComboBox" name="wfSpanComboBox">
333            <property name="sizePolicy">
334             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
335              <horstretch>0</horstretch>
336              <verstretch>0</verstretch>
337             </sizepolicy>
338            </property>
339            <property name="toolTip">
340             <string>The vertical time span on the waterfall.</string>
341            </property>
342            <item>
343             <property name="text">
344              <string>Auto</string>
345             </property>
346            </item>
347            <item>
348             <property name="text">
349              <string>1 min</string>
350             </property>
351            </item>
352            <item>
353             <property name="text">
354              <string>2 min</string>
355             </property>
356            </item>
357            <item>
358             <property name="text">
359              <string>5 min</string>
360             </property>
361            </item>
362            <item>
363             <property name="text">
364              <string>10 min</string>
365             </property>
366            </item>
367            <item>
368             <property name="text">
369              <string>15 min</string>
370             </property>
371            </item>
372            <item>
373             <property name="text">
374              <string>20 min</string>
375             </property>
376            </item>
377            <item>
378             <property name="text">
379              <string>30 min</string>
380             </property>
381            </item>
382            <item>
383             <property name="text">
384              <string>1 hour</string>
385             </property>
386            </item>
387            <item>
388             <property name="text">
389              <string>2 hours</string>
390             </property>
391            </item>
392            <item>
393             <property name="text">
394              <string>5 hours</string>
395             </property>
396            </item>
397            <item>
398             <property name="text">
399              <string>10 hours</string>
400             </property>
401            </item>
402            <item>
403             <property name="text">
404              <string>16 hours</string>
405             </property>
406            </item>
407            <item>
408             <property name="text">
409              <string>24 hours</string>
410             </property>
411            </item>
412            <item>
413             <property name="text">
414              <string>48 hours</string>
415             </property>
416            </item>
417           </widget>
418          </item>
419          <item row="3" column="1" colspan="2">
420           <widget class="QComboBox" name="fftWinComboBox">
421            <property name="toolTip">
422             <string>FFT window</string>
423            </property>
424            <item>
425             <property name="text">
426              <string>Hamming</string>
427             </property>
428            </item>
429            <item>
430             <property name="text">
431              <string>Hann</string>
432             </property>
433            </item>
434            <item>
435             <property name="text">
436              <string>Blackman</string>
437             </property>
438            </item>
439            <item>
440             <property name="text">
441              <string>Rectangular</string>
442             </property>
443            </item>
444            <item>
445             <property name="text">
446              <string>Kaiser</string>
447             </property>
448            </item>
449            <item>
450             <property name="text">
451              <string>Blackman-Harris</string>
452             </property>
453            </item>
454            <item>
455             <property name="text">
456              <string>Bartlett</string>
457             </property>
458            </item>
459            <item>
460             <property name="text">
461              <string>Flattop</string>
462             </property>
463            </item>
464           </widget>
465          </item>
466          <item row="0" column="0">
467           <widget class="QLabel" name="fftSizeLabel">
468            <property name="text">
469             <string>FFT size</string>
470            </property>
471            <property name="alignment">
472             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
473            </property>
474           </widget>
475          </item>
476          <item row="5" column="1" colspan="2">
477           <widget class="QSlider" name="fftSplitSlider">
478            <property name="sizePolicy">
479             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
480              <horstretch>0</horstretch>
481              <verstretch>0</verstretch>
482             </sizepolicy>
483            </property>
484            <property name="minimumSize">
485             <size>
486              <width>0</width>
487              <height>22</height>
488             </size>
489            </property>
490            <property name="toolTip">
491             <string>Spatial distribution between pandapter and waterfall</string>
492            </property>
493            <property name="minimum">
494             <number>0</number>
495            </property>
496            <property name="maximum">
497             <number>100</number>
498            </property>
499            <property name="value">
500             <number>35</number>
501            </property>
502            <property name="orientation">
503             <enum>Qt::Horizontal</enum>
504            </property>
505           </widget>
506          </item>
507          <item row="1" column="1">
508           <widget class="QComboBox" name="fftRateComboBox">
509            <property name="sizePolicy">
510             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
511              <horstretch>0</horstretch>
512              <verstretch>0</verstretch>
513             </sizepolicy>
514            </property>
515            <property name="minimumSize">
516             <size>
517              <width>0</width>
518              <height>0</height>
519             </size>
520            </property>
521            <property name="toolTip">
522             <string>FFT refresh rate</string>
523            </property>
524            <property name="currentIndex">
525             <number>3</number>
526            </property>
527            <item>
528             <property name="text">
529              <string>60 fps</string>
530             </property>
531            </item>
532            <item>
533             <property name="text">
534              <string>50 fps</string>
535             </property>
536            </item>
537            <item>
538             <property name="text">
539              <string>30 fps</string>
540             </property>
541            </item>
542            <item>
543             <property name="text">
544              <string>25 fps</string>
545             </property>
546            </item>
547            <item>
548             <property name="text">
549              <string>20 fps</string>
550             </property>
551            </item>
552            <item>
553             <property name="text">
554              <string>17 fps</string>
555             </property>
556            </item>
557            <item>
558             <property name="text">
559              <string>15 fps</string>
560             </property>
561            </item>
562            <item>
563             <property name="text">
564              <string>10 fps</string>
565             </property>
566            </item>
567            <item>
568             <property name="text">
569              <string>5 fps</string>
570             </property>
571            </item>
572            <item>
573             <property name="text">
574              <string>1 fps</string>
575             </property>
576            </item>
577            <item>
578             <property name="text">
579              <string>0 fps</string>
580             </property>
581            </item>
582           </widget>
583          </item>
584          <item row="6" column="1" colspan="3">
585           <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0">
586            <property name="spacing">
587             <number>2</number>
588            </property>
589            <property name="sizeConstraint">
590             <enum>QLayout::SetDefaultConstraint</enum>
591            </property>
592            <property name="topMargin">
593             <number>1</number>
594            </property>
595            <property name="bottomMargin">
596             <number>0</number>
597            </property>
598            <item>
599             <widget class="QPushButton" name="peakDetectionButton">
600              <property name="sizePolicy">
601               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
602                <horstretch>0</horstretch>
603                <verstretch>0</verstretch>
604               </sizepolicy>
605              </property>
606              <property name="minimumSize">
607               <size>
608                <width>50</width>
609                <height>32</height>
610               </size>
611              </property>
612              <property name="maximumSize">
613               <size>
614                <width>16777215</width>
615                <height>16777215</height>
616               </size>
617              </property>
618              <property name="toolTip">
619               <string>Enable peak detection in FFT</string>
620              </property>
621              <property name="text">
622               <string>Detect</string>
623              </property>
624              <property name="checkable">
625               <bool>true</bool>
626              </property>
627             </widget>
628            </item>
629            <item>
630             <widget class="QPushButton" name="peakHoldButton">
631              <property name="sizePolicy">
632               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
633                <horstretch>0</horstretch>
634                <verstretch>0</verstretch>
635               </sizepolicy>
636              </property>
637              <property name="minimumSize">
638               <size>
639                <width>50</width>
640                <height>32</height>
641               </size>
642              </property>
643              <property name="maximumSize">
644               <size>
645                <width>16777215</width>
646                <height>16777215</height>
647               </size>
648              </property>
649              <property name="toolTip">
650               <string>Toggle peak hold in FFT</string>
651              </property>
652              <property name="text">
653               <string>Hold</string>
654              </property>
655              <property name="checkable">
656               <bool>true</bool>
657              </property>
658             </widget>
659            </item>
660           </layout>
661          </item>
662          <item row="2" column="0">
663           <widget class="QLabel" name="label">
664            <property name="toolTip">
665             <string>The vertical time span on the waterfall.</string>
666            </property>
667            <property name="statusTip">
668             <string/>
669            </property>
670            <property name="text">
671             <string>Time span</string>
672            </property>
673            <property name="alignment">
674             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
675            </property>
676           </widget>
677          </item>
678          <item row="8" column="1" colspan="2">
679           <widget class="ctkRangeSlider" name="wfRangeSlider">
680            <property name="toolTip">
681             <string>Set waterfall dB range</string>
682            </property>
683            <property name="statusTip">
684             <string>Set waterfall dB range</string>
685            </property>
686            <property name="minimum">
687             <number>-160</number>
688            </property>
689            <property name="maximum">
690             <number>0</number>
691            </property>
692            <property name="orientation">
693             <enum>Qt::Horizontal</enum>
694            </property>
695           </widget>
696          </item>
697          <item row="11" column="0" colspan="4">
698           <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0">
699            <property name="spacing">
700             <number>2</number>
701            </property>
702            <item>
703             <widget class="QPushButton" name="resetButton">
704              <property name="sizePolicy">
705               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
706                <horstretch>0</horstretch>
707                <verstretch>0</verstretch>
708               </sizepolicy>
709              </property>
710              <property name="minimumSize">
711               <size>
712                <width>50</width>
713                <height>32</height>
714               </size>
715              </property>
716              <property name="maximumSize">
717               <size>
718                <width>16777215</width>
719                <height>16777215</height>
720               </size>
721              </property>
722              <property name="toolTip">
723               <string>Reset zoom level to 1x</string>
724              </property>
725              <property name="text">
726               <string>Reset</string>
727              </property>
728             </widget>
729            </item>
730            <item>
731             <widget class="QPushButton" name="centerButton">
732              <property name="sizePolicy">
733               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
734                <horstretch>0</horstretch>
735                <verstretch>0</verstretch>
736               </sizepolicy>
737              </property>
738              <property name="minimumSize">
739               <size>
740                <width>50</width>
741                <height>32</height>
742               </size>
743              </property>
744              <property name="maximumSize">
745               <size>
746                <width>16777215</width>
747                <height>16777215</height>
748               </size>
749              </property>
750              <property name="toolTip">
751               <string>Center FFT around original center frequency</string>
752              </property>
753              <property name="text">
754               <string>Center</string>
755              </property>
756             </widget>
757            </item>
758            <item>
759             <widget class="QPushButton" name="demodButton">
760              <property name="sizePolicy">
761               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
762                <horstretch>0</horstretch>
763                <verstretch>0</verstretch>
764               </sizepolicy>
765              </property>
766              <property name="minimumSize">
767               <size>
768                <width>50</width>
769                <height>32</height>
770               </size>
771              </property>
772              <property name="maximumSize">
773               <size>
774                <width>16777215</width>
775                <height>16777215</height>
776               </size>
777              </property>
778              <property name="toolTip">
779               <string>Center FFT around demodulator frequency</string>
780              </property>
781              <property name="text">
782               <string>Demod</string>
783              </property>
784             </widget>
785            </item>
786           </layout>
787          </item>
788          <item row="8" column="0">
789           <widget class="QLabel" name="wfRangeLabel">
790            <property name="toolTip">
791             <string>Set waterfall dB range</string>
792            </property>
793            <property name="statusTip">
794             <string>Set waterfall dB range</string>
795            </property>
796            <property name="text">
797             <string>Wf. dB</string>
798            </property>
799            <property name="alignment">
800             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
801            </property>
802           </widget>
803          </item>
804          <item row="9" column="0" rowspan="2">
805           <widget class="QLabel" name="zoomLAbel">
806            <property name="toolTip">
807             <string>Set zoom level on the frequency axis</string>
808            </property>
809            <property name="statusTip">
810             <string>Set zoom level on the frequency axis</string>
811            </property>
812            <property name="text">
813             <string>Freq zoom</string>
814            </property>
815            <property name="alignment">
816             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
817            </property>
818           </widget>
819          </item>
820          <item row="12" column="2">
821           <widget class="QPushButton" name="fillButton">
822            <property name="sizePolicy">
823             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
824              <horstretch>0</horstretch>
825              <verstretch>0</verstretch>
826             </sizepolicy>
827            </property>
828            <property name="minimumSize">
829             <size>
830              <width>50</width>
831              <height>32</height>
832             </size>
833            </property>
834            <property name="maximumSize">
835             <size>
836              <width>16777215</width>
837              <height>16777215</height>
838             </size>
839            </property>
840            <property name="toolTip">
841             <string>Fill the area below the FFT plot with a gradient</string>
842            </property>
843            <property name="statusTip">
844             <string>Fill the area below the FFT plot with a gradient</string>
845            </property>
846            <property name="text">
847             <string>Fill</string>
848            </property>
849            <property name="checkable">
850             <bool>true</bool>
851            </property>
852           </widget>
853          </item>
854          <item row="15" column="0" colspan="4">
855           <spacer name="verticalSpacer">
856            <property name="orientation">
857             <enum>Qt::Vertical</enum>
858            </property>
859            <property name="sizeHint" stdset="0">
860             <size>
861              <width>253</width>
862              <height>68</height>
863             </size>
864            </property>
865           </spacer>
866          </item>
867          <item row="3" column="0">
868           <widget class="QLabel" name="label_2">
869            <property name="toolTip">
870             <string>FFT window</string>
871            </property>
872            <property name="text">
873             <string>Window</string>
874            </property>
875            <property name="alignment">
876             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
877            </property>
878           </widget>
879          </item>
880          <item row="6" column="0">
881           <widget class="QLabel" name="peakLabel">
882            <property name="text">
883             <string>Peak</string>
884            </property>
885            <property name="alignment">
886             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
887            </property>
888           </widget>
889          </item>
890          <item row="4" column="1" colspan="2">
891           <widget class="QSlider" name="fftAvgSlider">
892            <property name="sizePolicy">
893             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
894              <horstretch>0</horstretch>
895              <verstretch>0</verstretch>
896             </sizepolicy>
897            </property>
898            <property name="minimumSize">
899             <size>
900              <width>0</width>
901              <height>22</height>
902             </size>
903            </property>
904            <property name="toolTip">
905             <string>FFT averaging gain</string>
906            </property>
907            <property name="maximum">
908             <number>100</number>
909            </property>
910            <property name="value">
911             <number>75</number>
912            </property>
913            <property name="orientation">
914             <enum>Qt::Horizontal</enum>
915            </property>
916            <property name="invertedAppearance">
917             <bool>false</bool>
918            </property>
919            <property name="invertedControls">
920             <bool>false</bool>
921            </property>
922           </widget>
923          </item>
924          <item row="0" column="1">
925           <widget class="QComboBox" name="fftSizeComboBox">
926            <property name="enabled">
927             <bool>true</bool>
928            </property>
929            <property name="sizePolicy">
930             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
931              <horstretch>0</horstretch>
932              <verstretch>0</verstretch>
933             </sizepolicy>
934            </property>
935            <property name="minimumSize">
936             <size>
937              <width>0</width>
938              <height>0</height>
939             </size>
940            </property>
941            <property name="toolTip">
942             <string>&lt;html&gt;Number of FFT points to calculate. Higher values will require more CPU time. This will not influence the number of points on the display since that parameter is adjusted automatically according to the display size.&lt;/html&gt;</string>
943            </property>
944            <property name="editable">
945             <bool>false</bool>
946            </property>
947            <property name="currentIndex">
948             <number>7</number>
949            </property>
950            <property name="maxVisibleItems">
951             <number>15</number>
952            </property>
953            <property name="insertPolicy">
954             <enum>QComboBox::InsertAlphabetically</enum>
955            </property>
956            <item>
957             <property name="text">
958              <string>1048576</string>
959             </property>
960            </item>
961            <item>
962             <property name="text">
963              <string>524288</string>
964             </property>
965            </item>
966            <item>
967             <property name="text">
968              <string>262144</string>
969             </property>
970            </item>
971            <item>
972             <property name="text">
973              <string>131072</string>
974             </property>
975            </item>
976            <item>
977             <property name="text">
978              <string>65536</string>
979             </property>
980            </item>
981            <item>
982             <property name="text">
983              <string>32768</string>
984             </property>
985            </item>
986            <item>
987             <property name="text">
988              <string>16384</string>
989             </property>
990            </item>
991            <item>
992             <property name="text">
993              <string>8192</string>
994             </property>
995            </item>
996            <item>
997             <property name="text">
998              <string>4096</string>
999             </property>
1000            </item>
1001            <item>
1002             <property name="text">
1003              <string>3840</string>
1004             </property>
1005            </item>
1006            <item>
1007             <property name="text">
1008              <string>2048</string>
1009             </property>
1010            </item>
1011            <item>
1012             <property name="text">
1013              <string>1024</string>
1014             </property>
1015            </item>
1016            <item>
1017             <property name="text">
1018              <string>768</string>
1019             </property>
1020            </item>
1021            <item>
1022             <property name="text">
1023              <string>512</string>
1024             </property>
1025            </item>
1026           </widget>
1027          </item>
1028          <item row="12" column="0">
1029           <widget class="QLabel" name="colorLabel">
1030            <property name="toolTip">
1031             <string>Color for the FFT plot</string>
1032            </property>
1033            <property name="text">
1034             <string>Color</string>
1035            </property>
1036            <property name="alignment">
1037             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1038            </property>
1039           </widget>
1040          </item>
1041          <item row="9" column="3" rowspan="2">
1042           <widget class="QLabel" name="zoomLevelLabel">
1043            <property name="sizePolicy">
1044             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
1045              <horstretch>0</horstretch>
1046              <verstretch>0</verstretch>
1047             </sizepolicy>
1048            </property>
1049            <property name="toolTip">
1050             <string>Current zoom level on the frequency axis</string>
1051            </property>
1052            <property name="statusTip">
1053             <string>Current zoom level on the frequency axis</string>
1054            </property>
1055            <property name="text">
1056             <string>1x</string>
1057            </property>
1058            <property name="alignment">
1059             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
1060            </property>
1061           </widget>
1062          </item>
1063          <item row="7" column="0">
1064           <widget class="QLabel" name="pandRangeLabel">
1065            <property name="toolTip">
1066             <string>Set pandapter dB range</string>
1067            </property>
1068            <property name="statusTip">
1069             <string>Set pandapter dB range</string>
1070            </property>
1071            <property name="text">
1072             <string>Pand. dB</string>
1073            </property>
1074            <property name="alignment">
1075             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1076            </property>
1077           </widget>
1078          </item>
1079          <item row="2" column="2" colspan="2">
1080           <widget class="QLabel" name="wfResLabel">
1081            <property name="toolTip">
1082             <string>Waterfall time resolution.</string>
1083            </property>
1084            <property name="statusTip">
1085             <string/>
1086            </property>
1087            <property name="text">
1088             <string>Res: - s</string>
1089            </property>
1090           </widget>
1091          </item>
1092          <item row="13" column="1" colspan="2">
1093           <widget class="QComboBox" name="cmapComboBox">
1094            <property name="toolTip">
1095             <string>Select waterfall color map</string>
1096            </property>
1097           </widget>
1098          </item>
1099          <item row="13" column="0">
1100           <widget class="QLabel" name="label_3">
1101            <property name="text">
1102             <string>Colormap</string>
1103            </property>
1104            <property name="alignment">
1105             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1106            </property>
1107           </widget>
1108          </item>
1109          <item row="14" column="0" colspan="4">
1110            <widget class="QCheckBox" name="bandPlanCheckbox">
1111              <property name="toolTip">
1112                <string>Enable Band Plan on bottom of spectrum</string>
1113              </property>
1114              <property name="text">
1115                <string>Enable Band Plan</string>
1116              </property>
1117            </widget>
1118          </item>
1119         </layout>
1120        </item>
1121       </layout>
1122      </widget>
1123     </widget>
1124    </item>
1125   </layout>
1126  </widget>
1127 </widget>
1128 <customwidgets>
1129  <customwidget>
1130   <class>ctkRangeSlider</class>
1131   <extends>QSlider</extends>
1132   <header>qtgui/ctk/ctkRangeSlider.h</header>
1133  </customwidget>
1134  <customwidget>
1135   <class>QtColorPicker</class>
1136   <extends>QPushButton</extends>
1137   <header>qtgui/qtcolorpicker.h</header>
1138  </customwidget>
1139 </customwidgets>
1140 <resources>
1141  <include location="../../resources/icons.qrc"/>
1142 </resources>
1143 <connections/>
1144</ui>
1145