1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DialogAudioTracks</class>
4 <widget class="QDialog" name="DialogAudioTracks">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>620</width>
10    <height>237</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Audio Tracks Configuration</string>
15  </property>
16  <layout class="QFormLayout" name="formLayout">
17   <property name="fieldGrowthPolicy">
18    <enum>QFormLayout::ExpandingFieldsGrow</enum>
19   </property>
20   <item row="0" column="0">
21    <layout class="QHBoxLayout" name="horizontalLayout">
22     <item>
23      <widget class="QLabel" name="label1">
24       <property name="text">
25        <string>Track 1</string>
26       </property>
27      </widget>
28     </item>
29     <item>
30      <widget class="QCheckBox" name="checkBoxEnabled1">
31       <property name="text">
32        <string>Enabled</string>
33       </property>
34      </widget>
35     </item>
36     <item>
37      <widget class="QComboBox" name="comboBoxInput1"/>
38     </item>
39     <item>
40      <widget class="QComboBox" name="comboBoxLanguage1"/>
41     </item>
42     <item>
43      <widget class="QComboBox" name="comboBoxCodec1"/>
44     </item>
45     <item>
46      <widget class="QPushButton" name="pushButtonCodecConf1">
47       <property name="text">
48        <string>Configure</string>
49       </property>
50      </widget>
51     </item>
52     <item>
53      <widget class="QPushButton" name="pushButtonFilter1">
54       <property name="text">
55        <string>Filters</string>
56       </property>
57      </widget>
58     </item>
59    </layout>
60   </item>
61   <item row="1" column="0">
62    <layout class="QHBoxLayout" name="horizontalLayout_2">
63     <item>
64      <widget class="QLabel" name="label1_2">
65       <property name="text">
66        <string>Track 2</string>
67       </property>
68      </widget>
69     </item>
70     <item>
71      <widget class="QCheckBox" name="checkBoxEnabled2">
72       <property name="text">
73        <string>Enabled</string>
74       </property>
75      </widget>
76     </item>
77     <item>
78      <widget class="QComboBox" name="comboBoxInput2"/>
79     </item>
80     <item>
81      <widget class="QComboBox" name="comboBoxLanguage2"/>
82     </item>
83     <item>
84      <widget class="QComboBox" name="comboBoxCodec2"/>
85     </item>
86     <item>
87      <widget class="QPushButton" name="pushButtonCodecConf2">
88       <property name="text">
89        <string>Configure</string>
90       </property>
91      </widget>
92     </item>
93     <item>
94      <widget class="QPushButton" name="pushButtonFilter2">
95       <property name="text">
96        <string>Filters</string>
97       </property>
98      </widget>
99     </item>
100    </layout>
101   </item>
102   <item row="2" column="0">
103    <layout class="QHBoxLayout" name="horizontalLayout_3">
104     <item>
105      <widget class="QLabel" name="label1_3">
106       <property name="text">
107        <string>Track 3</string>
108       </property>
109      </widget>
110     </item>
111     <item>
112      <widget class="QCheckBox" name="checkBoxEnabled3">
113       <property name="text">
114        <string>Enabled</string>
115       </property>
116      </widget>
117     </item>
118     <item>
119      <widget class="QComboBox" name="comboBoxInput3"/>
120     </item>
121     <item>
122      <widget class="QComboBox" name="comboBoxLanguage3"/>
123     </item>
124     <item>
125      <widget class="QComboBox" name="comboBoxCodec3"/>
126     </item>
127     <item>
128      <widget class="QPushButton" name="pushButtonCodecConf3">
129       <property name="text">
130        <string>Configure</string>
131       </property>
132      </widget>
133     </item>
134     <item>
135      <widget class="QPushButton" name="pushButtonFilter3">
136       <property name="text">
137        <string>Filters</string>
138       </property>
139      </widget>
140     </item>
141    </layout>
142   </item>
143   <item row="3" column="0">
144    <layout class="QHBoxLayout" name="horizontalLayout_4">
145     <item>
146      <widget class="QLabel" name="label1_4">
147       <property name="text">
148        <string>Track 4</string>
149       </property>
150      </widget>
151     </item>
152     <item>
153      <widget class="QCheckBox" name="checkBoxEnabled4">
154       <property name="text">
155        <string>Enabled</string>
156       </property>
157      </widget>
158     </item>
159     <item>
160      <widget class="QComboBox" name="comboBoxInput4"/>
161     </item>
162     <item>
163      <widget class="QComboBox" name="comboBoxLanguage4"/>
164     </item>
165     <item>
166      <widget class="QComboBox" name="comboBoxCodec4"/>
167     </item>
168     <item>
169      <widget class="QPushButton" name="pushButtonCodecConf4">
170       <property name="text">
171        <string>Configure</string>
172       </property>
173      </widget>
174     </item>
175     <item>
176      <widget class="QPushButton" name="pushButtonFilter4">
177       <property name="text">
178        <string>Filters</string>
179       </property>
180      </widget>
181     </item>
182    </layout>
183   </item>
184   <item row="4" column="0">
185    <layout class="QHBoxLayout" name="horizontalLayout_5"/>
186   </item>
187   <item row="5" column="0">
188    <spacer name="verticalSpacer">
189     <property name="orientation">
190      <enum>Qt::Vertical</enum>
191     </property>
192     <property name="sizeHint" stdset="0">
193      <size>
194       <width>20</width>
195       <height>40</height>
196      </size>
197     </property>
198    </spacer>
199   </item>
200   <item row="6" column="0">
201    <widget class="QDialogButtonBox" name="buttonBox">
202     <property name="orientation">
203      <enum>Qt::Horizontal</enum>
204     </property>
205     <property name="standardButtons">
206      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
207     </property>
208    </widget>
209   </item>
210  </layout>
211 </widget>
212 <resources/>
213 <connections>
214  <connection>
215   <sender>buttonBox</sender>
216   <signal>accepted()</signal>
217   <receiver>DialogAudioTracks</receiver>
218   <slot>accept()</slot>
219   <hints>
220    <hint type="sourcelabel">
221     <x>248</x>
222     <y>254</y>
223    </hint>
224    <hint type="destinationlabel">
225     <x>157</x>
226     <y>274</y>
227    </hint>
228   </hints>
229  </connection>
230  <connection>
231   <sender>buttonBox</sender>
232   <signal>rejected()</signal>
233   <receiver>DialogAudioTracks</receiver>
234   <slot>reject()</slot>
235   <hints>
236    <hint type="sourcelabel">
237     <x>316</x>
238     <y>260</y>
239    </hint>
240    <hint type="destinationlabel">
241     <x>286</x>
242     <y>274</y>
243    </hint>
244   </hints>
245  </connection>
246 </connections>
247</ui>
248