]> git.sesse.net Git - nageru/blob - ui_mainwindow.ui
Add a stereo correlation meter.
[nageru] / ui_mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1089</width>
10     <height>664</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Nageru</string>
15   </property>
16   <widget class="QWidget" name="central_widget">
17    <property name="enabled">
18     <bool>true</bool>
19    </property>
20    <property name="sizePolicy">
21     <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
22      <horstretch>0</horstretch>
23      <verstretch>0</verstretch>
24     </sizepolicy>
25    </property>
26    <layout class="QGridLayout" name="gridLayout">
27     <item row="0" column="0">
28      <layout class="QVBoxLayout" name="vertical_layout" stretch="0,0,0,0">
29       <item>
30        <layout class="QHBoxLayout" name="me_displays" stretch="0,0,0,0">
31         <item>
32          <layout class="QVBoxLayout" name="preview_vertical_layout">
33           <property name="leftMargin">
34            <number>0</number>
35           </property>
36           <item>
37            <widget class="GLWidget" name="me_preview" native="true">
38             <property name="sizePolicy">
39              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
40               <horstretch>1</horstretch>
41               <verstretch>1</verstretch>
42              </sizepolicy>
43             </property>
44            </widget>
45           </item>
46           <item>
47            <widget class="QLabel" name="label_preview">
48             <property name="text">
49              <string>Preview</string>
50             </property>
51             <property name="alignment">
52              <set>Qt::AlignCenter</set>
53             </property>
54            </widget>
55           </item>
56          </layout>
57         </item>
58         <item>
59          <layout class="QVBoxLayout" name="verticalLayout_2">
60           <property name="spacing">
61            <number>25</number>
62           </property>
63           <property name="topMargin">
64            <number>0</number>
65           </property>
66           <property name="bottomMargin">
67            <number>20</number>
68           </property>
69           <item>
70            <widget class="QPushButton" name="transition_btn1">
71             <property name="sizePolicy">
72              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
73               <horstretch>0</horstretch>
74               <verstretch>0</verstretch>
75              </sizepolicy>
76             </property>
77             <property name="minimumSize">
78              <size>
79               <width>115</width>
80               <height>0</height>
81              </size>
82             </property>
83             <property name="maximumSize">
84              <size>
85               <width>16777215</width>
86               <height>16777215</height>
87              </size>
88             </property>
89             <property name="text">
90              <string>Cut</string>
91             </property>
92            </widget>
93           </item>
94           <item>
95            <widget class="QPushButton" name="transition_btn2">
96             <property name="sizePolicy">
97              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
98               <horstretch>0</horstretch>
99               <verstretch>0</verstretch>
100              </sizepolicy>
101             </property>
102             <property name="minimumSize">
103              <size>
104               <width>115</width>
105               <height>0</height>
106              </size>
107             </property>
108             <property name="maximumSize">
109              <size>
110               <width>16777215</width>
111               <height>16777215</height>
112              </size>
113             </property>
114             <property name="text">
115              <string>Fade</string>
116             </property>
117            </widget>
118           </item>
119           <item>
120            <widget class="QPushButton" name="transition_btn3">
121             <property name="sizePolicy">
122              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
123               <horstretch>0</horstretch>
124               <verstretch>0</verstretch>
125              </sizepolicy>
126             </property>
127             <property name="minimumSize">
128              <size>
129               <width>115</width>
130               <height>0</height>
131              </size>
132             </property>
133             <property name="maximumSize">
134              <size>
135               <width>16777215</width>
136               <height>16777215</height>
137              </size>
138             </property>
139             <property name="text">
140              <string>Wipe</string>
141             </property>
142            </widget>
143           </item>
144          </layout>
145         </item>
146         <item>
147          <layout class="QVBoxLayout" name="verticalLayout_5">
148           <property name="leftMargin">
149            <number>0</number>
150           </property>
151           <item>
152            <widget class="GLWidget" name="me_live" native="true">
153             <property name="sizePolicy">
154              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
155               <horstretch>1</horstretch>
156               <verstretch>1</verstretch>
157              </sizepolicy>
158             </property>
159             <property name="sizeIncrement">
160              <size>
161               <width>16</width>
162               <height>9</height>
163              </size>
164             </property>
165             <property name="baseSize">
166              <size>
167               <width>16</width>
168               <height>9</height>
169              </size>
170             </property>
171            </widget>
172           </item>
173           <item>
174            <widget class="QLabel" name="label_live">
175             <property name="text">
176              <string>Live</string>
177             </property>
178             <property name="alignment">
179              <set>Qt::AlignCenter</set>
180             </property>
181            </widget>
182           </item>
183          </layout>
184         </item>
185         <item>
186          <layout class="QVBoxLayout" name="audio_meters">
187           <property name="rightMargin">
188            <number>0</number>
189           </property>
190           <item>
191            <widget class="CorrelationMeter" name="correlation_meter" native="true">
192             <property name="sizePolicy">
193              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
194               <horstretch>0</horstretch>
195               <verstretch>0</verstretch>
196              </sizepolicy>
197             </property>
198             <property name="minimumSize">
199              <size>
200               <width>0</width>
201               <height>14</height>
202              </size>
203             </property>
204             <property name="palette">
205              <palette>
206               <active>
207                <colorrole role="Base">
208                 <brush brushstyle="SolidPattern">
209                  <color alpha="255">
210                   <red>255</red>
211                   <green>255</green>
212                   <blue>255</blue>
213                  </color>
214                 </brush>
215                </colorrole>
216                <colorrole role="Window">
217                 <brush brushstyle="SolidPattern">
218                  <color alpha="255">
219                   <red>239</red>
220                   <green>0</green>
221                   <blue>4</blue>
222                  </color>
223                 </brush>
224                </colorrole>
225               </active>
226               <inactive>
227                <colorrole role="Base">
228                 <brush brushstyle="SolidPattern">
229                  <color alpha="255">
230                   <red>255</red>
231                   <green>255</green>
232                   <blue>255</blue>
233                  </color>
234                 </brush>
235                </colorrole>
236                <colorrole role="Window">
237                 <brush brushstyle="SolidPattern">
238                  <color alpha="255">
239                   <red>239</red>
240                   <green>0</green>
241                   <blue>4</blue>
242                  </color>
243                 </brush>
244                </colorrole>
245               </inactive>
246               <disabled>
247                <colorrole role="Base">
248                 <brush brushstyle="SolidPattern">
249                  <color alpha="255">
250                   <red>239</red>
251                   <green>0</green>
252                   <blue>4</blue>
253                  </color>
254                 </brush>
255                </colorrole>
256                <colorrole role="Window">
257                 <brush brushstyle="SolidPattern">
258                  <color alpha="255">
259                   <red>239</red>
260                   <green>0</green>
261                   <blue>4</blue>
262                  </color>
263                 </brush>
264                </colorrole>
265               </disabled>
266              </palette>
267             </property>
268             <property name="autoFillBackground">
269              <bool>true</bool>
270             </property>
271            </widget>
272           </item>
273           <item>
274            <layout class="QHBoxLayout" name="vu_meters">
275             <item>
276              <layout class="QVBoxLayout" name="vu_meter_vertical_layout" stretch="1,0">
277               <property name="leftMargin">
278                <number>0</number>
279               </property>
280               <property name="bottomMargin">
281                <number>4</number>
282               </property>
283               <item>
284                <layout class="QHBoxLayout" name="horizontalLayout">
285                 <property name="bottomMargin">
286                  <number>0</number>
287                 </property>
288                 <item>
289                  <widget class="VUMeter" name="vu_meter" native="true">
290                   <property name="sizePolicy">
291                    <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
292                     <horstretch>0</horstretch>
293                     <verstretch>1</verstretch>
294                    </sizepolicy>
295                   </property>
296                   <property name="minimumSize">
297                    <size>
298                     <width>16</width>
299                     <height>0</height>
300                    </size>
301                   </property>
302                   <property name="sizeIncrement">
303                    <size>
304                     <width>1</width>
305                     <height>0</height>
306                    </size>
307                   </property>
308                   <property name="baseSize">
309                    <size>
310                     <width>0</width>
311                     <height>0</height>
312                    </size>
313                   </property>
314                   <property name="palette">
315                    <palette>
316                     <active>
317                      <colorrole role="Base">
318                       <brush brushstyle="SolidPattern">
319                        <color alpha="255">
320                         <red>255</red>
321                         <green>255</green>
322                         <blue>255</blue>
323                        </color>
324                       </brush>
325                      </colorrole>
326                      <colorrole role="Window">
327                       <brush brushstyle="SolidPattern">
328                        <color alpha="255">
329                         <red>5</red>
330                         <green>239</green>
331                         <blue>111</blue>
332                        </color>
333                       </brush>
334                      </colorrole>
335                     </active>
336                     <inactive>
337                      <colorrole role="Base">
338                       <brush brushstyle="SolidPattern">
339                        <color alpha="255">
340                         <red>255</red>
341                         <green>255</green>
342                         <blue>255</blue>
343                        </color>
344                       </brush>
345                      </colorrole>
346                      <colorrole role="Window">
347                       <brush brushstyle="SolidPattern">
348                        <color alpha="255">
349                         <red>5</red>
350                         <green>239</green>
351                         <blue>111</blue>
352                        </color>
353                       </brush>
354                      </colorrole>
355                     </inactive>
356                     <disabled>
357                      <colorrole role="Base">
358                       <brush brushstyle="SolidPattern">
359                        <color alpha="255">
360                         <red>5</red>
361                         <green>239</green>
362                         <blue>111</blue>
363                        </color>
364                       </brush>
365                      </colorrole>
366                      <colorrole role="Window">
367                       <brush brushstyle="SolidPattern">
368                        <color alpha="255">
369                         <red>5</red>
370                         <green>239</green>
371                         <blue>111</blue>
372                        </color>
373                       </brush>
374                      </colorrole>
375                     </disabled>
376                    </palette>
377                   </property>
378                   <property name="autoFillBackground">
379                    <bool>true</bool>
380                   </property>
381                  </widget>
382                 </item>
383                </layout>
384               </item>
385               <item>
386                <widget class="QLabel" name="peak_display">
387                 <property name="minimumSize">
388                  <size>
389                   <width>30</width>
390                   <height>0</height>
391                  </size>
392                 </property>
393                 <property name="text">
394                  <string>-0.0</string>
395                 </property>
396                 <property name="alignment">
397                  <set>Qt::AlignCenter</set>
398                 </property>
399                </widget>
400               </item>
401              </layout>
402             </item>
403             <item>
404              <layout class="QVBoxLayout" name="lra_vertical_layout" stretch="1,0">
405               <property name="spacing">
406                <number>3</number>
407               </property>
408               <property name="leftMargin">
409                <number>0</number>
410               </property>
411               <item>
412                <layout class="QHBoxLayout" name="horizontalLayout_2">
413                 <item>
414                  <widget class="LRAMeter" name="lra_meter" native="true">
415                   <property name="sizePolicy">
416                    <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
417                     <horstretch>0</horstretch>
418                     <verstretch>0</verstretch>
419                    </sizepolicy>
420                   </property>
421                   <property name="minimumSize">
422                    <size>
423                     <width>24</width>
424                     <height>0</height>
425                    </size>
426                   </property>
427                   <property name="palette">
428                    <palette>
429                     <active>
430                      <colorrole role="Base">
431                       <brush brushstyle="SolidPattern">
432                        <color alpha="255">
433                         <red>255</red>
434                         <green>255</green>
435                         <blue>255</blue>
436                        </color>
437                       </brush>
438                      </colorrole>
439                      <colorrole role="Window">
440                       <brush brushstyle="SolidPattern">
441                        <color alpha="255">
442                         <red>0</red>
443                         <green>239</green>
444                         <blue>219</blue>
445                        </color>
446                       </brush>
447                      </colorrole>
448                     </active>
449                     <inactive>
450                      <colorrole role="Base">
451                       <brush brushstyle="SolidPattern">
452                        <color alpha="255">
453                         <red>255</red>
454                         <green>255</green>
455                         <blue>255</blue>
456                        </color>
457                       </brush>
458                      </colorrole>
459                      <colorrole role="Window">
460                       <brush brushstyle="SolidPattern">
461                        <color alpha="255">
462                         <red>0</red>
463                         <green>239</green>
464                         <blue>219</blue>
465                        </color>
466                       </brush>
467                      </colorrole>
468                     </inactive>
469                     <disabled>
470                      <colorrole role="Base">
471                       <brush brushstyle="SolidPattern">
472                        <color alpha="255">
473                         <red>0</red>
474                         <green>239</green>
475                         <blue>219</blue>
476                        </color>
477                       </brush>
478                      </colorrole>
479                      <colorrole role="Window">
480                       <brush brushstyle="SolidPattern">
481                        <color alpha="255">
482                         <red>0</red>
483                         <green>239</green>
484                         <blue>219</blue>
485                        </color>
486                       </brush>
487                      </colorrole>
488                     </disabled>
489                    </palette>
490                   </property>
491                   <property name="autoFillBackground">
492                    <bool>true</bool>
493                   </property>
494                  </widget>
495                 </item>
496                </layout>
497               </item>
498               <item>
499                <widget class="QPushButton" name="reset_meters_button">
500                 <property name="maximumSize">
501                  <size>
502                   <width>30</width>
503                   <height>20</height>
504                  </size>
505                 </property>
506                 <property name="text">
507                  <string>RST</string>
508                 </property>
509                 <property name="checked">
510                  <bool>false</bool>
511                 </property>
512                </widget>
513               </item>
514              </layout>
515             </item>
516            </layout>
517           </item>
518          </layout>
519         </item>
520        </layout>
521       </item>
522       <item>
523        <layout class="QGridLayout" name="audiostrip" columnstretch="0,0,0,0,0,0">
524         <property name="bottomMargin">
525          <number>0</number>
526         </property>
527         <item row="1" column="1">
528          <widget class="QDial" name="gainstaging_knob">
529           <property name="minimumSize">
530            <size>
531             <width>64</width>
532             <height>64</height>
533            </size>
534           </property>
535           <property name="maximumSize">
536            <size>
537             <width>16777215</width>
538             <height>64</height>
539            </size>
540           </property>
541           <property name="minimum">
542            <number>-300</number>
543           </property>
544           <property name="maximum">
545            <number>300</number>
546           </property>
547           <property name="notchTarget">
548            <double>60.000000000000000</double>
549           </property>
550           <property name="notchesVisible">
551            <bool>true</bool>
552           </property>
553          </widget>
554         </item>
555         <item row="2" column="1">
556          <widget class="QLabel" name="gainstaging_db_display">
557           <property name="text">
558            <string>-0.0 dB</string>
559           </property>
560           <property name="alignment">
561            <set>Qt::AlignCenter</set>
562           </property>
563          </widget>
564         </item>
565         <item row="0" column="1">
566          <widget class="QLabel" name="gainstaging_label">
567           <property name="text">
568            <string>Gain staging</string>
569           </property>
570           <property name="alignment">
571            <set>Qt::AlignCenter</set>
572           </property>
573          </widget>
574         </item>
575         <item row="1" column="5">
576          <spacer name="horizontalSpacer_2">
577           <property name="orientation">
578            <enum>Qt::Horizontal</enum>
579           </property>
580           <property name="sizeHint" stdset="0">
581            <size>
582             <width>40</width>
583             <height>20</height>
584            </size>
585           </property>
586          </spacer>
587         </item>
588         <item row="3" column="1">
589          <widget class="QCheckBox" name="gainstaging_auto_checkbox">
590           <property name="text">
591            <string>Auto</string>
592           </property>
593           <property name="checked">
594            <bool>true</bool>
595           </property>
596          </widget>
597         </item>
598         <item row="1" column="0">
599          <widget class="QDial" name="locut_cutoff_knob">
600           <property name="sizePolicy">
601            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
602             <horstretch>0</horstretch>
603             <verstretch>0</verstretch>
604            </sizepolicy>
605           </property>
606           <property name="minimumSize">
607            <size>
608             <width>64</width>
609             <height>64</height>
610            </size>
611           </property>
612           <property name="maximumSize">
613            <size>
614             <width>16777215</width>
615             <height>64</height>
616            </size>
617           </property>
618           <property name="maximum">
619            <number>60</number>
620           </property>
621           <property name="value">
622            <number>26</number>
623           </property>
624          </widget>
625         </item>
626         <item row="3" column="0">
627          <widget class="QComboBox" name="comboBox">
628           <property name="currentText">
629            <string/>
630           </property>
631          </widget>
632         </item>
633         <item row="3" column="3">
634          <widget class="QCheckBox" name="limiter_enabled">
635           <property name="text">
636            <string>Enabled</string>
637           </property>
638           <property name="checked">
639            <bool>true</bool>
640           </property>
641          </widget>
642         </item>
643         <item row="0" column="0">
644          <widget class="QLabel" name="locut_cutoff_label">
645           <property name="text">
646            <string>Lo-cut (24dB/oct)</string>
647           </property>
648          </widget>
649         </item>
650         <item row="2" column="0">
651          <widget class="QLabel" name="locut_cutoff_display">
652           <property name="text">
653            <string>120 Hz</string>
654           </property>
655           <property name="alignment">
656            <set>Qt::AlignCenter</set>
657           </property>
658          </widget>
659         </item>
660         <item row="1" column="3">
661          <widget class="QDial" name="limiter_threshold_knob">
662           <property name="minimumSize">
663            <size>
664             <width>64</width>
665             <height>64</height>
666            </size>
667           </property>
668           <property name="maximumSize">
669            <size>
670             <width>16777215</width>
671             <height>64</height>
672            </size>
673           </property>
674           <property name="minimum">
675            <number>-400</number>
676           </property>
677           <property name="maximum">
678            <number>0</number>
679           </property>
680           <property name="value">
681            <number>-140</number>
682           </property>
683           <property name="notchTarget">
684            <double>30.000000000000000</double>
685           </property>
686           <property name="notchesVisible">
687            <bool>true</bool>
688           </property>
689          </widget>
690         </item>
691         <item row="0" column="3">
692          <widget class="QLabel" name="limiter_threshold_label">
693           <property name="text">
694            <string>Limiter threshold</string>
695           </property>
696           <property name="alignment">
697            <set>Qt::AlignCenter</set>
698           </property>
699          </widget>
700         </item>
701         <item row="0" column="2">
702          <widget class="QLabel" name="compressor_threshold_label">
703           <property name="text">
704            <string>Compr. threshold</string>
705           </property>
706          </widget>
707         </item>
708         <item row="2" column="3">
709          <widget class="QLabel" name="limiter_threshold_db_display">
710           <property name="text">
711            <string>-14.0 dB</string>
712           </property>
713           <property name="alignment">
714            <set>Qt::AlignCenter</set>
715           </property>
716          </widget>
717         </item>
718         <item row="1" column="2">
719          <widget class="QDial" name="compressor_threshold_knob">
720           <property name="minimumSize">
721            <size>
722             <width>64</width>
723             <height>64</height>
724            </size>
725           </property>
726           <property name="maximumSize">
727            <size>
728             <width>16777215</width>
729             <height>64</height>
730            </size>
731           </property>
732           <property name="minimum">
733            <number>-400</number>
734           </property>
735           <property name="maximum">
736            <number>0</number>
737           </property>
738           <property name="value">
739            <number>-260</number>
740           </property>
741           <property name="notchTarget">
742            <double>30.000000000000000</double>
743           </property>
744           <property name="notchesVisible">
745            <bool>true</bool>
746           </property>
747          </widget>
748         </item>
749         <item row="3" column="2">
750          <widget class="QCheckBox" name="compressor_enabled">
751           <property name="text">
752            <string>Enabled</string>
753           </property>
754           <property name="checked">
755            <bool>true</bool>
756           </property>
757          </widget>
758         </item>
759         <item row="2" column="2">
760          <widget class="QLabel" name="compressor_threshold_db_display">
761           <property name="text">
762            <string>-26.0 dB</string>
763           </property>
764           <property name="alignment">
765            <set>Qt::AlignCenter</set>
766           </property>
767          </widget>
768         </item>
769         <item row="0" column="4">
770          <widget class="QLabel" name="makeup_gain_label">
771           <property name="text">
772            <string>Makeup gain</string>
773           </property>
774           <property name="alignment">
775            <set>Qt::AlignCenter</set>
776           </property>
777          </widget>
778         </item>
779         <item row="1" column="4">
780          <widget class="QDial" name="makeup_gain_knob">
781           <property name="minimumSize">
782            <size>
783             <width>64</width>
784             <height>64</height>
785            </size>
786           </property>
787           <property name="maximumSize">
788            <size>
789             <width>16777215</width>
790             <height>64</height>
791            </size>
792           </property>
793           <property name="minimum">
794            <number>-300</number>
795           </property>
796           <property name="maximum">
797            <number>300</number>
798           </property>
799           <property name="notchTarget">
800            <double>60.000000000000000</double>
801           </property>
802           <property name="notchesVisible">
803            <bool>true</bool>
804           </property>
805          </widget>
806         </item>
807         <item row="2" column="4">
808          <widget class="QLabel" name="makeup_gain_db_display">
809           <property name="text">
810            <string>-0.0 dB</string>
811           </property>
812           <property name="alignment">
813            <set>Qt::AlignCenter</set>
814           </property>
815          </widget>
816         </item>
817         <item row="3" column="4">
818          <widget class="QCheckBox" name="makeup_gain_auto_checkbox">
819           <property name="text">
820            <string>Auto</string>
821           </property>
822           <property name="checked">
823            <bool>true</bool>
824           </property>
825          </widget>
826         </item>
827        </layout>
828       </item>
829       <item>
830        <spacer name="verticalSpacer">
831         <property name="orientation">
832          <enum>Qt::Vertical</enum>
833         </property>
834         <property name="sizeType">
835          <enum>QSizePolicy::Preferred</enum>
836         </property>
837         <property name="sizeHint" stdset="0">
838          <size>
839           <width>20</width>
840           <height>40</height>
841          </size>
842         </property>
843        </spacer>
844       </item>
845       <item>
846        <layout class="QHBoxLayout" name="preview_displays" stretch="0">
847         <property name="topMargin">
848          <number>0</number>
849         </property>
850         <item>
851          <spacer name="horizontalSpacer">
852           <property name="orientation">
853            <enum>Qt::Horizontal</enum>
854           </property>
855           <property name="sizeType">
856            <enum>QSizePolicy::Preferred</enum>
857           </property>
858           <property name="sizeHint" stdset="0">
859            <size>
860             <width>0</width>
861             <height>40</height>
862            </size>
863           </property>
864          </spacer>
865         </item>
866        </layout>
867       </item>
868      </layout>
869     </item>
870    </layout>
871   </widget>
872   <widget class="QMenuBar" name="menuBar">
873    <property name="geometry">
874     <rect>
875      <x>0</x>
876      <y>0</y>
877      <width>1089</width>
878      <height>19</height>
879     </rect>
880    </property>
881    <widget class="QMenu" name="menuWhat">
882     <property name="title">
883      <string>&amp;Video</string>
884     </property>
885     <addaction name="cut_action"/>
886     <addaction name="exit_action"/>
887    </widget>
888    <widget class="QMenu" name="menu_Help">
889     <property name="title">
890      <string>&amp;Help</string>
891     </property>
892     <addaction name="about_action"/>
893    </widget>
894    <addaction name="menuWhat"/>
895    <addaction name="menu_Help"/>
896   </widget>
897   <action name="exit_action">
898    <property name="text">
899     <string>&amp;Exit</string>
900    </property>
901   </action>
902   <action name="cut_action">
903    <property name="text">
904     <string>&amp;Begin new video segment</string>
905    </property>
906   </action>
907   <action name="about_action">
908    <property name="text">
909     <string>&amp;About Nageru…</string>
910    </property>
911   </action>
912  </widget>
913  <layoutdefault spacing="6" margin="11"/>
914  <customwidgets>
915   <customwidget>
916    <class>GLWidget</class>
917    <extends>QWidget</extends>
918    <header>glwidget.h</header>
919   </customwidget>
920   <customwidget>
921    <class>VUMeter</class>
922    <extends>QWidget</extends>
923    <header>vumeter.h</header>
924    <container>1</container>
925   </customwidget>
926   <customwidget>
927    <class>LRAMeter</class>
928    <extends>QWidget</extends>
929    <header>lrameter.h</header>
930    <container>1</container>
931   </customwidget>
932   <customwidget>
933    <class>CorrelationMeter</class>
934    <extends>QWidget</extends>
935    <header>correlation_meter.h</header>
936    <container>1</container>
937   </customwidget>
938  </customwidgets>
939  <resources/>
940  <connections/>
941 </ui>