]> git.sesse.net Git - nageru/blob - ui_mainwindow.ui
Add a menu option to change x264 video bitrate while running.
[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="3">
627          <widget class="QCheckBox" name="limiter_enabled">
628           <property name="text">
629            <string>Enabled</string>
630           </property>
631           <property name="checked">
632            <bool>true</bool>
633           </property>
634          </widget>
635         </item>
636         <item row="0" column="0">
637          <widget class="QLabel" name="locut_cutoff_label">
638           <property name="text">
639            <string>Lo-cut (24dB/oct)</string>
640           </property>
641          </widget>
642         </item>
643         <item row="2" column="0">
644          <widget class="QLabel" name="locut_cutoff_display">
645           <property name="text">
646            <string>120 Hz</string>
647           </property>
648           <property name="alignment">
649            <set>Qt::AlignCenter</set>
650           </property>
651          </widget>
652         </item>
653         <item row="1" column="3">
654          <widget class="QDial" name="limiter_threshold_knob">
655           <property name="minimumSize">
656            <size>
657             <width>64</width>
658             <height>64</height>
659            </size>
660           </property>
661           <property name="maximumSize">
662            <size>
663             <width>16777215</width>
664             <height>64</height>
665            </size>
666           </property>
667           <property name="minimum">
668            <number>-400</number>
669           </property>
670           <property name="maximum">
671            <number>0</number>
672           </property>
673           <property name="value">
674            <number>-140</number>
675           </property>
676           <property name="notchTarget">
677            <double>30.000000000000000</double>
678           </property>
679           <property name="notchesVisible">
680            <bool>true</bool>
681           </property>
682          </widget>
683         </item>
684         <item row="0" column="3">
685          <widget class="QLabel" name="limiter_threshold_label">
686           <property name="text">
687            <string>Limiter threshold</string>
688           </property>
689           <property name="alignment">
690            <set>Qt::AlignCenter</set>
691           </property>
692          </widget>
693         </item>
694         <item row="0" column="2">
695          <widget class="QLabel" name="compressor_threshold_label">
696           <property name="text">
697            <string>Compr. threshold</string>
698           </property>
699          </widget>
700         </item>
701         <item row="2" column="3">
702          <widget class="QLabel" name="limiter_threshold_db_display">
703           <property name="text">
704            <string>-14.0 dB</string>
705           </property>
706           <property name="alignment">
707            <set>Qt::AlignCenter</set>
708           </property>
709          </widget>
710         </item>
711         <item row="1" column="2">
712          <widget class="QDial" name="compressor_threshold_knob">
713           <property name="minimumSize">
714            <size>
715             <width>64</width>
716             <height>64</height>
717            </size>
718           </property>
719           <property name="maximumSize">
720            <size>
721             <width>16777215</width>
722             <height>64</height>
723            </size>
724           </property>
725           <property name="minimum">
726            <number>-400</number>
727           </property>
728           <property name="maximum">
729            <number>0</number>
730           </property>
731           <property name="value">
732            <number>-260</number>
733           </property>
734           <property name="notchTarget">
735            <double>30.000000000000000</double>
736           </property>
737           <property name="notchesVisible">
738            <bool>true</bool>
739           </property>
740          </widget>
741         </item>
742         <item row="3" column="2">
743          <widget class="QCheckBox" name="compressor_enabled">
744           <property name="text">
745            <string>Enabled</string>
746           </property>
747           <property name="checked">
748            <bool>true</bool>
749           </property>
750          </widget>
751         </item>
752         <item row="2" column="2">
753          <widget class="QLabel" name="compressor_threshold_db_display">
754           <property name="text">
755            <string>-26.0 dB</string>
756           </property>
757           <property name="alignment">
758            <set>Qt::AlignCenter</set>
759           </property>
760          </widget>
761         </item>
762         <item row="0" column="4">
763          <widget class="QLabel" name="makeup_gain_label">
764           <property name="text">
765            <string>Makeup gain</string>
766           </property>
767           <property name="alignment">
768            <set>Qt::AlignCenter</set>
769           </property>
770          </widget>
771         </item>
772         <item row="1" column="4">
773          <widget class="QDial" name="makeup_gain_knob">
774           <property name="minimumSize">
775            <size>
776             <width>64</width>
777             <height>64</height>
778            </size>
779           </property>
780           <property name="maximumSize">
781            <size>
782             <width>16777215</width>
783             <height>64</height>
784            </size>
785           </property>
786           <property name="minimum">
787            <number>-300</number>
788           </property>
789           <property name="maximum">
790            <number>300</number>
791           </property>
792           <property name="notchTarget">
793            <double>60.000000000000000</double>
794           </property>
795           <property name="notchesVisible">
796            <bool>true</bool>
797           </property>
798          </widget>
799         </item>
800         <item row="2" column="4">
801          <widget class="QLabel" name="makeup_gain_db_display">
802           <property name="text">
803            <string>-0.0 dB</string>
804           </property>
805           <property name="alignment">
806            <set>Qt::AlignCenter</set>
807           </property>
808          </widget>
809         </item>
810         <item row="3" column="4">
811          <widget class="QCheckBox" name="makeup_gain_auto_checkbox">
812           <property name="text">
813            <string>Auto</string>
814           </property>
815           <property name="checked">
816            <bool>true</bool>
817           </property>
818          </widget>
819         </item>
820         <item row="3" column="0">
821          <widget class="QCheckBox" name="locut_enabled">
822           <property name="text">
823            <string>Enabled</string>
824           </property>
825           <property name="checked">
826            <bool>true</bool>
827           </property>
828          </widget>
829         </item>
830        </layout>
831       </item>
832       <item>
833        <spacer name="verticalSpacer">
834         <property name="orientation">
835          <enum>Qt::Vertical</enum>
836         </property>
837         <property name="sizeType">
838          <enum>QSizePolicy::Preferred</enum>
839         </property>
840         <property name="sizeHint" stdset="0">
841          <size>
842           <width>20</width>
843           <height>40</height>
844          </size>
845         </property>
846        </spacer>
847       </item>
848       <item>
849        <layout class="QHBoxLayout" name="preview_displays" stretch="0">
850         <property name="topMargin">
851          <number>0</number>
852         </property>
853         <item>
854          <spacer name="horizontalSpacer">
855           <property name="orientation">
856            <enum>Qt::Horizontal</enum>
857           </property>
858           <property name="sizeType">
859            <enum>QSizePolicy::Preferred</enum>
860           </property>
861           <property name="sizeHint" stdset="0">
862            <size>
863             <width>0</width>
864             <height>40</height>
865            </size>
866           </property>
867          </spacer>
868         </item>
869        </layout>
870       </item>
871      </layout>
872     </item>
873    </layout>
874   </widget>
875   <widget class="QMenuBar" name="menuBar">
876    <property name="geometry">
877     <rect>
878      <x>0</x>
879      <y>0</y>
880      <width>1089</width>
881      <height>23</height>
882     </rect>
883    </property>
884    <widget class="QMenu" name="menuWhat">
885     <property name="title">
886      <string>&amp;Video</string>
887     </property>
888     <addaction name="cut_action"/>
889     <addaction name="x264_bitrate_action"/>
890     <addaction name="exit_action"/>
891    </widget>
892    <widget class="QMenu" name="menu_Help">
893     <property name="title">
894      <string>&amp;Help</string>
895     </property>
896     <addaction name="about_action"/>
897    </widget>
898    <addaction name="menuWhat"/>
899    <addaction name="menu_Help"/>
900   </widget>
901   <action name="exit_action">
902    <property name="text">
903     <string>&amp;Exit</string>
904    </property>
905   </action>
906   <action name="cut_action">
907    <property name="text">
908     <string>&amp;Begin new video segment</string>
909    </property>
910   </action>
911   <action name="about_action">
912    <property name="text">
913     <string>&amp;About Nageruā€¦</string>
914    </property>
915   </action>
916   <action name="x264_bitrate_action">
917    <property name="text">
918     <string>Change &amp;x264 bitrateā€¦</string>
919    </property>
920   </action>
921  </widget>
922  <layoutdefault spacing="6" margin="11"/>
923  <customwidgets>
924   <customwidget>
925    <class>GLWidget</class>
926    <extends>QWidget</extends>
927    <header>glwidget.h</header>
928   </customwidget>
929   <customwidget>
930    <class>VUMeter</class>
931    <extends>QWidget</extends>
932    <header>vumeter.h</header>
933    <container>1</container>
934   </customwidget>
935   <customwidget>
936    <class>LRAMeter</class>
937    <extends>QWidget</extends>
938    <header>lrameter.h</header>
939    <container>1</container>
940   </customwidget>
941   <customwidget>
942    <class>CorrelationMeter</class>
943    <extends>QWidget</extends>
944    <header>correlation_meter.h</header>
945    <container>1</container>
946   </customwidget>
947  </customwidgets>
948  <resources/>
949  <connections/>
950 </ui>