]> git.sesse.net Git - nageru/blob - ui_mainwindow.ui
Let settings follow buses when editing the mapping.
[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">
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        <widget class="QStackedWidget" name="audio_views">
524         <property name="currentIndex">
525          <number>0</number>
526         </property>
527         <widget class="QWidget" name="compact_audio_view">
528          <layout class="QVBoxLayout" name="compact_audio_layout">
529           <property name="leftMargin">
530            <number>0</number>
531           </property>
532           <property name="topMargin">
533            <number>0</number>
534           </property>
535           <property name="rightMargin">
536            <number>0</number>
537           </property>
538           <property name="bottomMargin">
539            <number>0</number>
540           </property>
541           <item>
542            <layout class="QHBoxLayout" name="compact_header">
543             <property name="spacing">
544              <number>0</number>
545             </property>
546             <item>
547              <widget class="QLabel" name="compact_label">
548               <property name="text">
549                <string>Compact audio view  </string>
550               </property>
551               <property name="alignment">
552                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
553               </property>
554              </widget>
555             </item>
556             <item>
557              <widget class="QToolButton" name="compact_prev_page">
558               <property name="enabled">
559                <bool>true</bool>
560               </property>
561               <property name="maximumSize">
562                <size>
563                 <width>15</width>
564                 <height>15</height>
565                </size>
566               </property>
567               <property name="text">
568                <string>...</string>
569               </property>
570               <property name="autoRaise">
571                <bool>true</bool>
572               </property>
573               <property name="arrowType">
574                <enum>Qt::LeftArrow</enum>
575               </property>
576              </widget>
577             </item>
578             <item>
579              <widget class="QToolButton" name="compact_next_page">
580               <property name="maximumSize">
581                <size>
582                 <width>15</width>
583                 <height>15</height>
584                </size>
585               </property>
586               <property name="text">
587                <string>...</string>
588               </property>
589               <property name="autoRaise">
590                <bool>true</bool>
591               </property>
592               <property name="arrowType">
593                <enum>Qt::RightArrow</enum>
594               </property>
595              </widget>
596             </item>
597            </layout>
598           </item>
599           <item>
600            <layout class="QHBoxLayout" name="audiostrip" stretch="0,1,0">
601             <property name="spacing">
602              <number>6</number>
603             </property>
604             <property name="topMargin">
605              <number>0</number>
606             </property>
607             <item>
608              <layout class="QHBoxLayout" name="faders">
609               <property name="sizeConstraint">
610                <enum>QLayout::SetFixedSize</enum>
611               </property>
612              </layout>
613             </item>
614             <item>
615              <spacer name="horizontalSpacer_3">
616               <property name="orientation">
617                <enum>Qt::Horizontal</enum>
618               </property>
619               <property name="sizeHint" stdset="0">
620                <size>
621                 <width>40</width>
622                 <height>20</height>
623                </size>
624               </property>
625              </spacer>
626             </item>
627             <item>
628              <layout class="QGridLayout" name="master_audio_strip" columnstretch="0,0,0,0,0,0">
629               <property name="bottomMargin">
630                <number>0</number>
631               </property>
632               <item row="2" column="3">
633                <widget class="QDial" name="compressor_threshold_knob">
634                 <property name="minimumSize">
635                  <size>
636                   <width>64</width>
637                   <height>64</height>
638                  </size>
639                 </property>
640                 <property name="maximumSize">
641                  <size>
642                   <width>16777215</width>
643                   <height>64</height>
644                  </size>
645                 </property>
646                 <property name="minimum">
647                  <number>-400</number>
648                 </property>
649                 <property name="maximum">
650                  <number>0</number>
651                 </property>
652                 <property name="value">
653                  <number>-260</number>
654                 </property>
655                 <property name="notchTarget">
656                  <double>30.000000000000000</double>
657                 </property>
658                 <property name="notchesVisible">
659                  <bool>true</bool>
660                 </property>
661                </widget>
662               </item>
663               <item row="4" column="5">
664                <widget class="QCheckBox" name="makeup_gain_auto_checkbox">
665                 <property name="text">
666                  <string>Auto</string>
667                 </property>
668                 <property name="checked">
669                  <bool>true</bool>
670                 </property>
671                </widget>
672               </item>
673               <item row="1" column="3">
674                <widget class="QLabel" name="compressor_threshold_label">
675                 <property name="text">
676                  <string>Compr. threshold</string>
677                 </property>
678                </widget>
679               </item>
680               <item row="1" column="2">
681                <widget class="QLabel" name="gainstaging_label">
682                 <property name="text">
683                  <string>Gain staging</string>
684                 </property>
685                 <property name="alignment">
686                  <set>Qt::AlignCenter</set>
687                 </property>
688                </widget>
689               </item>
690               <item row="3" column="3">
691                <widget class="QLabel" name="compressor_threshold_db_display">
692                 <property name="text">
693                  <string>-26.0 dB</string>
694                 </property>
695                 <property name="alignment">
696                  <set>Qt::AlignCenter</set>
697                 </property>
698                </widget>
699               </item>
700               <item row="2" column="2">
701                <widget class="QDial" name="gainstaging_knob">
702                 <property name="minimumSize">
703                  <size>
704                   <width>64</width>
705                   <height>64</height>
706                  </size>
707                 </property>
708                 <property name="maximumSize">
709                  <size>
710                   <width>16777215</width>
711                   <height>64</height>
712                  </size>
713                 </property>
714                 <property name="minimum">
715                  <number>-300</number>
716                 </property>
717                 <property name="maximum">
718                  <number>300</number>
719                 </property>
720                 <property name="notchTarget">
721                  <double>60.000000000000000</double>
722                 </property>
723                 <property name="notchesVisible">
724                  <bool>true</bool>
725                 </property>
726                </widget>
727               </item>
728               <item row="3" column="2">
729                <widget class="QLabel" name="gainstaging_db_display">
730                 <property name="text">
731                  <string>-0.0 dB</string>
732                 </property>
733                 <property name="alignment">
734                  <set>Qt::AlignCenter</set>
735                 </property>
736                </widget>
737               </item>
738               <item row="3" column="4">
739                <widget class="QLabel" name="limiter_threshold_db_display">
740                 <property name="text">
741                  <string>-14.0 dB</string>
742                 </property>
743                 <property name="alignment">
744                  <set>Qt::AlignCenter</set>
745                 </property>
746                </widget>
747               </item>
748               <item row="4" column="4">
749                <widget class="QCheckBox" name="limiter_enabled">
750                 <property name="text">
751                  <string>Enabled</string>
752                 </property>
753                 <property name="checked">
754                  <bool>true</bool>
755                 </property>
756                </widget>
757               </item>
758               <item row="4" column="2">
759                <widget class="QCheckBox" name="gainstaging_auto_checkbox">
760                 <property name="text">
761                  <string>Auto</string>
762                 </property>
763                 <property name="checked">
764                  <bool>true</bool>
765                 </property>
766                </widget>
767               </item>
768               <item row="2" column="4">
769                <widget class="QDial" name="limiter_threshold_knob">
770                 <property name="minimumSize">
771                  <size>
772                   <width>64</width>
773                   <height>64</height>
774                  </size>
775                 </property>
776                 <property name="maximumSize">
777                  <size>
778                   <width>16777215</width>
779                   <height>64</height>
780                  </size>
781                 </property>
782                 <property name="minimum">
783                  <number>-400</number>
784                 </property>
785                 <property name="maximum">
786                  <number>0</number>
787                 </property>
788                 <property name="value">
789                  <number>-140</number>
790                 </property>
791                 <property name="notchTarget">
792                  <double>30.000000000000000</double>
793                 </property>
794                 <property name="notchesVisible">
795                  <bool>true</bool>
796                 </property>
797                </widget>
798               </item>
799               <item row="3" column="1">
800                <widget class="QLabel" name="locut_cutoff_display">
801                 <property name="text">
802                  <string>120 Hz</string>
803                 </property>
804                 <property name="alignment">
805                  <set>Qt::AlignCenter</set>
806                 </property>
807                </widget>
808               </item>
809               <item row="4" column="1">
810                <widget class="QCheckBox" name="locut_enabled">
811                 <property name="text">
812                  <string>Enabled</string>
813                 </property>
814                 <property name="checked">
815                  <bool>true</bool>
816                 </property>
817                </widget>
818               </item>
819               <item row="3" column="5">
820                <widget class="QLabel" name="makeup_gain_db_display">
821                 <property name="text">
822                  <string>-0.0 dB</string>
823                 </property>
824                 <property name="alignment">
825                  <set>Qt::AlignCenter</set>
826                 </property>
827                </widget>
828               </item>
829               <item row="4" column="3">
830                <widget class="QCheckBox" name="compressor_enabled">
831                 <property name="text">
832                  <string>Enabled</string>
833                 </property>
834                 <property name="checked">
835                  <bool>true</bool>
836                 </property>
837                </widget>
838               </item>
839               <item row="1" column="1">
840                <widget class="QLabel" name="locut_cutoff_label">
841                 <property name="text">
842                  <string>Lo-cut (24dB/oct)</string>
843                 </property>
844                </widget>
845               </item>
846               <item row="0" column="1">
847                <spacer name="verticalSpacer">
848                 <property name="orientation">
849                  <enum>Qt::Vertical</enum>
850                 </property>
851                 <property name="sizeType">
852                  <enum>QSizePolicy::Expanding</enum>
853                 </property>
854                 <property name="sizeHint" stdset="0">
855                  <size>
856                   <width>20</width>
857                   <height>40</height>
858                  </size>
859                 </property>
860                </spacer>
861               </item>
862               <item row="5" column="1">
863                <spacer name="verticalSpacer_2">
864                 <property name="orientation">
865                  <enum>Qt::Vertical</enum>
866                 </property>
867                 <property name="sizeHint" stdset="0">
868                  <size>
869                   <width>20</width>
870                   <height>40</height>
871                  </size>
872                 </property>
873                </spacer>
874               </item>
875               <item row="2" column="5">
876                <widget class="QDial" name="makeup_gain_knob">
877                 <property name="minimumSize">
878                  <size>
879                   <width>64</width>
880                   <height>64</height>
881                  </size>
882                 </property>
883                 <property name="maximumSize">
884                  <size>
885                   <width>16777215</width>
886                   <height>64</height>
887                  </size>
888                 </property>
889                 <property name="minimum">
890                  <number>-300</number>
891                 </property>
892                 <property name="maximum">
893                  <number>300</number>
894                 </property>
895                 <property name="notchTarget">
896                  <double>60.000000000000000</double>
897                 </property>
898                 <property name="notchesVisible">
899                  <bool>true</bool>
900                 </property>
901                </widget>
902               </item>
903               <item row="1" column="4">
904                <widget class="QLabel" name="limiter_threshold_label">
905                 <property name="text">
906                  <string>Limiter threshold</string>
907                 </property>
908                 <property name="alignment">
909                  <set>Qt::AlignCenter</set>
910                 </property>
911                </widget>
912               </item>
913               <item row="1" column="5">
914                <widget class="QLabel" name="makeup_gain_label">
915                 <property name="text">
916                  <string>Makeup gain</string>
917                 </property>
918                 <property name="alignment">
919                  <set>Qt::AlignCenter</set>
920                 </property>
921                </widget>
922               </item>
923               <item row="2" column="1">
924                <widget class="QDial" name="locut_cutoff_knob">
925                 <property name="sizePolicy">
926                  <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
927                   <horstretch>0</horstretch>
928                   <verstretch>0</verstretch>
929                  </sizepolicy>
930                 </property>
931                 <property name="minimumSize">
932                  <size>
933                   <width>64</width>
934                   <height>64</height>
935                  </size>
936                 </property>
937                 <property name="maximumSize">
938                  <size>
939                   <width>16777215</width>
940                   <height>64</height>
941                  </size>
942                 </property>
943                 <property name="maximum">
944                  <number>60</number>
945                 </property>
946                 <property name="value">
947                  <number>26</number>
948                 </property>
949                </widget>
950               </item>
951              </layout>
952             </item>
953            </layout>
954           </item>
955           <item>
956            <layout class="QHBoxLayout" name="preview_displays" stretch="0">
957             <item>
958              <spacer name="horizontalSpacer">
959               <property name="orientation">
960                <enum>Qt::Horizontal</enum>
961               </property>
962               <property name="sizeType">
963                <enum>QSizePolicy::Preferred</enum>
964               </property>
965               <property name="sizeHint" stdset="0">
966                <size>
967                 <width>0</width>
968                 <height>40</height>
969                </size>
970               </property>
971              </spacer>
972             </item>
973            </layout>
974           </item>
975          </layout>
976         </widget>
977         <widget class="QWidget" name="full_audio_view">
978          <layout class="QVBoxLayout" name="verticalLayout_3">
979           <property name="leftMargin">
980            <number>0</number>
981           </property>
982           <property name="topMargin">
983            <number>0</number>
984           </property>
985           <property name="rightMargin">
986            <number>0</number>
987           </property>
988           <property name="bottomMargin">
989            <number>0</number>
990           </property>
991           <item>
992            <layout class="QHBoxLayout" name="full_header">
993             <property name="spacing">
994              <number>0</number>
995             </property>
996             <item>
997              <widget class="QLabel" name="full_label">
998               <property name="text">
999                <string>Full audio view  </string>
1000               </property>
1001               <property name="alignment">
1002                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1003               </property>
1004              </widget>
1005             </item>
1006             <item>
1007              <widget class="QToolButton" name="full_prev_page">
1008               <property name="enabled">
1009                <bool>true</bool>
1010               </property>
1011               <property name="maximumSize">
1012                <size>
1013                 <width>15</width>
1014                 <height>15</height>
1015                </size>
1016               </property>
1017               <property name="text">
1018                <string>...</string>
1019               </property>
1020               <property name="autoRaise">
1021                <bool>true</bool>
1022               </property>
1023               <property name="arrowType">
1024                <enum>Qt::LeftArrow</enum>
1025               </property>
1026              </widget>
1027             </item>
1028             <item>
1029              <widget class="QToolButton" name="full_next_page">
1030               <property name="maximumSize">
1031                <size>
1032                 <width>15</width>
1033                 <height>15</height>
1034                </size>
1035               </property>
1036               <property name="text">
1037                <string>...</string>
1038               </property>
1039               <property name="autoRaise">
1040                <bool>true</bool>
1041               </property>
1042               <property name="arrowType">
1043                <enum>Qt::RightArrow</enum>
1044               </property>
1045              </widget>
1046             </item>
1047            </layout>
1048           </item>
1049           <item>
1050            <layout class="QHBoxLayout" name="audiostrip_2" stretch="0,1,0">
1051             <property name="spacing">
1052              <number>6</number>
1053             </property>
1054             <property name="topMargin">
1055              <number>0</number>
1056             </property>
1057             <item>
1058              <layout class="QHBoxLayout" name="buses">
1059               <property name="sizeConstraint">
1060                <enum>QLayout::SetFixedSize</enum>
1061               </property>
1062              </layout>
1063             </item>
1064             <item>
1065              <spacer name="horizontalSpacer_4">
1066               <property name="orientation">
1067                <enum>Qt::Horizontal</enum>
1068               </property>
1069               <property name="sizeHint" stdset="0">
1070                <size>
1071                 <width>40</width>
1072                 <height>20</height>
1073                </size>
1074               </property>
1075              </spacer>
1076             </item>
1077             <item>
1078              <layout class="QGridLayout" name="master_audio_strip_2" columnstretch="0,0,0,0">
1079               <property name="bottomMargin">
1080                <number>0</number>
1081               </property>
1082               <item row="3" column="1">
1083                <widget class="QLabel" name="locut_cutoff_display_2">
1084                 <property name="text">
1085                  <string>120 Hz</string>
1086                 </property>
1087                 <property name="alignment">
1088                  <set>Qt::AlignCenter</set>
1089                 </property>
1090                </widget>
1091               </item>
1092               <item row="3" column="3">
1093                <widget class="QLabel" name="makeup_gain_db_display_2">
1094                 <property name="text">
1095                  <string>-0.0 dB</string>
1096                 </property>
1097                 <property name="alignment">
1098                  <set>Qt::AlignCenter</set>
1099                 </property>
1100                </widget>
1101               </item>
1102               <item row="3" column="2">
1103                <widget class="QLabel" name="limiter_threshold_db_display_2">
1104                 <property name="text">
1105                  <string>-14.0 dB</string>
1106                 </property>
1107                 <property name="alignment">
1108                  <set>Qt::AlignCenter</set>
1109                 </property>
1110                </widget>
1111               </item>
1112               <item row="2" column="1">
1113                <widget class="QDial" name="locut_cutoff_knob_2">
1114                 <property name="sizePolicy">
1115                  <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
1116                   <horstretch>0</horstretch>
1117                   <verstretch>0</verstretch>
1118                  </sizepolicy>
1119                 </property>
1120                 <property name="minimumSize">
1121                  <size>
1122                   <width>64</width>
1123                   <height>64</height>
1124                  </size>
1125                 </property>
1126                 <property name="maximumSize">
1127                  <size>
1128                   <width>16777215</width>
1129                   <height>64</height>
1130                  </size>
1131                 </property>
1132                 <property name="maximum">
1133                  <number>60</number>
1134                 </property>
1135                 <property name="value">
1136                  <number>26</number>
1137                 </property>
1138                </widget>
1139               </item>
1140               <item row="4" column="2">
1141                <widget class="QCheckBox" name="limiter_enabled_2">
1142                 <property name="text">
1143                  <string>Enabled</string>
1144                 </property>
1145                 <property name="checked">
1146                  <bool>true</bool>
1147                 </property>
1148                </widget>
1149               </item>
1150               <item row="2" column="2">
1151                <widget class="QDial" name="limiter_threshold_knob_2">
1152                 <property name="minimumSize">
1153                  <size>
1154                   <width>64</width>
1155                   <height>64</height>
1156                  </size>
1157                 </property>
1158                 <property name="maximumSize">
1159                  <size>
1160                   <width>16777215</width>
1161                   <height>64</height>
1162                  </size>
1163                 </property>
1164                 <property name="minimum">
1165                  <number>-400</number>
1166                 </property>
1167                 <property name="maximum">
1168                  <number>0</number>
1169                 </property>
1170                 <property name="value">
1171                  <number>-140</number>
1172                 </property>
1173                 <property name="notchTarget">
1174                  <double>30.000000000000000</double>
1175                 </property>
1176                 <property name="notchesVisible">
1177                  <bool>true</bool>
1178                 </property>
1179                </widget>
1180               </item>
1181               <item row="4" column="3">
1182                <widget class="QCheckBox" name="makeup_gain_auto_checkbox_2">
1183                 <property name="text">
1184                  <string>Auto</string>
1185                 </property>
1186                 <property name="checked">
1187                  <bool>true</bool>
1188                 </property>
1189                </widget>
1190               </item>
1191               <item row="5" column="1">
1192                <spacer name="verticalSpacer_4">
1193                 <property name="orientation">
1194                  <enum>Qt::Vertical</enum>
1195                 </property>
1196                 <property name="sizeHint" stdset="0">
1197                  <size>
1198                   <width>20</width>
1199                   <height>40</height>
1200                  </size>
1201                 </property>
1202                </spacer>
1203               </item>
1204               <item row="1" column="1">
1205                <widget class="QLabel" name="locut_cutoff_label_2">
1206                 <property name="text">
1207                  <string>Lo-cut (24dB/oct)</string>
1208                 </property>
1209                </widget>
1210               </item>
1211               <item row="0" column="1">
1212                <spacer name="verticalSpacer_3">
1213                 <property name="orientation">
1214                  <enum>Qt::Vertical</enum>
1215                 </property>
1216                 <property name="sizeType">
1217                  <enum>QSizePolicy::Expanding</enum>
1218                 </property>
1219                 <property name="sizeHint" stdset="0">
1220                  <size>
1221                   <width>20</width>
1222                   <height>40</height>
1223                  </size>
1224                 </property>
1225                </spacer>
1226               </item>
1227               <item row="2" column="3">
1228                <widget class="QDial" name="makeup_gain_knob_2">
1229                 <property name="minimumSize">
1230                  <size>
1231                   <width>64</width>
1232                   <height>64</height>
1233                  </size>
1234                 </property>
1235                 <property name="maximumSize">
1236                  <size>
1237                   <width>16777215</width>
1238                   <height>64</height>
1239                  </size>
1240                 </property>
1241                 <property name="minimum">
1242                  <number>-300</number>
1243                 </property>
1244                 <property name="maximum">
1245                  <number>300</number>
1246                 </property>
1247                 <property name="notchTarget">
1248                  <double>60.000000000000000</double>
1249                 </property>
1250                 <property name="notchesVisible">
1251                  <bool>true</bool>
1252                 </property>
1253                </widget>
1254               </item>
1255               <item row="1" column="2">
1256                <widget class="QLabel" name="limiter_threshold_label_2">
1257                 <property name="text">
1258                  <string>Limiter threshold</string>
1259                 </property>
1260                 <property name="alignment">
1261                  <set>Qt::AlignCenter</set>
1262                 </property>
1263                </widget>
1264               </item>
1265               <item row="1" column="3">
1266                <widget class="QLabel" name="makeup_gain_label_2">
1267                 <property name="text">
1268                  <string>Makeup gain</string>
1269                 </property>
1270                 <property name="alignment">
1271                  <set>Qt::AlignCenter</set>
1272                 </property>
1273                </widget>
1274               </item>
1275              </layout>
1276             </item>
1277            </layout>
1278           </item>
1279          </layout>
1280         </widget>
1281        </widget>
1282       </item>
1283      </layout>
1284     </item>
1285    </layout>
1286   </widget>
1287   <widget class="QMenuBar" name="menuBar">
1288    <property name="geometry">
1289     <rect>
1290      <x>0</x>
1291      <y>0</y>
1292      <width>1089</width>
1293      <height>23</height>
1294     </rect>
1295    </property>
1296    <widget class="QMenu" name="menuWhat">
1297     <property name="title">
1298      <string>&amp;Video</string>
1299     </property>
1300     <addaction name="cut_action"/>
1301     <addaction name="x264_bitrate_action"/>
1302     <addaction name="exit_action"/>
1303    </widget>
1304    <widget class="QMenu" name="menu_Help">
1305     <property name="title">
1306      <string>&amp;Help</string>
1307     </property>
1308     <addaction name="about_action"/>
1309    </widget>
1310    <widget class="QMenu" name="menu_Audio">
1311     <property name="title">
1312      <string>&amp;Audio</string>
1313     </property>
1314     <addaction name="input_mapping_action"/>
1315    </widget>
1316    <addaction name="menuWhat"/>
1317    <addaction name="menu_Audio"/>
1318    <addaction name="menu_Help"/>
1319   </widget>
1320   <action name="exit_action">
1321    <property name="text">
1322     <string>&amp;Exit</string>
1323    </property>
1324   </action>
1325   <action name="cut_action">
1326    <property name="text">
1327     <string>&amp;Begin new video segment</string>
1328    </property>
1329   </action>
1330   <action name="about_action">
1331    <property name="text">
1332     <string>&amp;About Nageru…</string>
1333    </property>
1334   </action>
1335   <action name="x264_bitrate_action">
1336    <property name="text">
1337     <string>Change &amp;x264 bitrate…</string>
1338    </property>
1339   </action>
1340   <action name="input_mapping_action">
1341    <property name="text">
1342     <string>&amp;Input mapping…</string>
1343    </property>
1344   </action>
1345  </widget>
1346  <layoutdefault spacing="6" margin="11"/>
1347  <customwidgets>
1348   <customwidget>
1349    <class>VUMeter</class>
1350    <extends>QWidget</extends>
1351    <header>vumeter.h</header>
1352    <container>1</container>
1353   </customwidget>
1354   <customwidget>
1355    <class>GLWidget</class>
1356    <extends>QWidget</extends>
1357    <header>glwidget.h</header>
1358   </customwidget>
1359   <customwidget>
1360    <class>LRAMeter</class>
1361    <extends>QWidget</extends>
1362    <header>lrameter.h</header>
1363    <container>1</container>
1364   </customwidget>
1365   <customwidget>
1366    <class>CorrelationMeter</class>
1367    <extends>QWidget</extends>
1368    <header>correlation_meter.h</header>
1369    <container>1</container>
1370   </customwidget>
1371  </customwidgets>
1372  <resources/>
1373  <connections/>
1374 </ui>