]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sout.ui
Merge branch 'master' into lpcm_encoder
[vlc] / modules / gui / qt4 / ui / sout.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <author>Jean-Baptiste Kempf</author>
4  <class>Sout</class>
5  <widget class="QWidget" name="Sout">
6   <property name="geometry">
7    <rect>
8     <x>0</x>
9     <y>0</y>
10     <width>708</width>
11     <height>587</height>
12    </rect>
13   </property>
14   <property name="windowTitle">
15    <string>Stream Output</string>
16   </property>
17   <layout class="QVBoxLayout" name="verticalLayout">
18    <item>
19     <widget class="QToolBox" name="toolBox">
20      <property name="currentIndex">
21       <number>0</number>
22      </property>
23      <widget class="QWidget" name="sourcePage">
24       <property name="geometry">
25        <rect>
26         <x>0</x>
27         <y>0</y>
28         <width>690</width>
29         <height>472</height>
30        </rect>
31       </property>
32       <attribute name="label">
33        <string>Source</string>
34       </attribute>
35       <layout class="QGridLayout" name="gridLayout_3">
36        <item row="0" column="0" colspan="2">
37         <widget class="QTextEdit" name="helpEdit">
38          <property name="enabled">
39           <bool>true</bool>
40          </property>
41          <property name="maximumSize">
42           <size>
43            <width>16777215</width>
44            <height>150</height>
45           </size>
46          </property>
47          <property name="palette">
48           <palette>
49            <active>
50             <colorrole role="Base">
51              <brush brushstyle="SolidPattern">
52               <color alpha="255">
53                <red>220</red>
54                <green>220</green>
55                <blue>220</blue>
56               </color>
57              </brush>
58             </colorrole>
59            </active>
60            <inactive>
61             <colorrole role="Base">
62              <brush brushstyle="SolidPattern">
63               <color alpha="255">
64                <red>220</red>
65                <green>220</green>
66                <blue>220</blue>
67               </color>
68              </brush>
69             </colorrole>
70            </inactive>
71            <disabled>
72             <colorrole role="Base">
73              <brush brushstyle="SolidPattern">
74               <color alpha="255">
75                <red>255</red>
76                <green>255</green>
77                <blue>255</blue>
78               </color>
79              </brush>
80             </colorrole>
81            </disabled>
82           </palette>
83          </property>
84          <property name="autoFillBackground">
85           <bool>false</bool>
86          </property>
87          <property name="readOnly">
88           <bool>true</bool>
89          </property>
90         </widget>
91        </item>
92        <item row="1" column="0" colspan="2">
93         <widget class="SoutInputBox" name="inputBox"/>
94        </item>
95        <item row="2" column="0" colspan="2">
96         <spacer name="verticalSpacer">
97          <property name="orientation">
98           <enum>Qt::Vertical</enum>
99          </property>
100          <property name="sizeHint" stdset="0">
101           <size>
102            <width>581</width>
103            <height>10</height>
104           </size>
105          </property>
106         </spacer>
107        </item>
108        <item row="3" column="0">
109         <spacer name="horizontalSpacer">
110          <property name="orientation">
111           <enum>Qt::Horizontal</enum>
112          </property>
113          <property name="sizeHint" stdset="0">
114           <size>
115            <width>581</width>
116            <height>26</height>
117           </size>
118          </property>
119         </spacer>
120        </item>
121        <item row="3" column="1">
122         <widget class="QPushButton" name="nextButton">
123          <property name="text">
124           <string>Next</string>
125          </property>
126         </widget>
127        </item>
128       </layout>
129      </widget>
130      <widget class="QWidget" name="destPage">
131       <property name="geometry">
132        <rect>
133         <x>0</x>
134         <y>0</y>
135         <width>690</width>
136         <height>319</height>
137        </rect>
138       </property>
139       <attribute name="label">
140        <string>Destination Setup</string>
141       </attribute>
142       <layout class="QGridLayout" name="gridLayout_6">
143        <item row="0" column="0" colspan="3">
144         <widget class="QGroupBox" name="groupBox">
145          <property name="title">
146           <string>Destinations</string>
147          </property>
148          <layout class="QGridLayout" name="gridLayout_7">
149           <item row="0" column="0">
150            <widget class="QTabWidget" name="destTab">
151             <property name="currentIndex">
152              <number>0</number>
153             </property>
154             <widget class="QWidget" name="tab">
155              <attribute name="title">
156               <string/>
157              </attribute>
158              <layout class="QGridLayout" name="gridLayout_10">
159               <item row="1" column="0">
160                <widget class="QLabel" name="label">
161                 <property name="text">
162                  <string>New destination</string>
163                 </property>
164                </widget>
165               </item>
166               <item row="1" column="1">
167                <widget class="QComboBox" name="destBox"/>
168               </item>
169               <item row="1" column="2">
170                <widget class="QPushButton" name="addButton">
171                 <property name="sizePolicy">
172                  <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
173                   <horstretch>0</horstretch>
174                   <verstretch>0</verstretch>
175                  </sizepolicy>
176                 </property>
177                 <property name="text">
178                  <string>Add</string>
179                 </property>
180                </widget>
181               </item>
182               <item row="0" column="0" colspan="3">
183                <widget class="QLabel" name="label_2">
184                 <property name="text">
185                  <string>Add destinations following the streaming methods you need. Be sure to check with transcoding that the format is compatible with the method used.</string>
186                 </property>
187                 <property name="textFormat">
188                  <enum>Qt::PlainText</enum>
189                 </property>
190                 <property name="wordWrap">
191                  <bool>true</bool>
192                 </property>
193                </widget>
194               </item>
195               <item row="2" column="0">
196                <widget class="QCheckBox" name="localOutput">
197                 <property name="text">
198                  <string>Display locally</string>
199                 </property>
200                </widget>
201               </item>
202              </layout>
203             </widget>
204            </widget>
205           </item>
206          </layout>
207         </widget>
208        </item>
209        <item row="1" column="0" colspan="3">
210         <widget class="QGroupBox" name="groupBox_2">
211          <property name="title">
212           <string>Transcoding options</string>
213          </property>
214          <layout class="QGridLayout" name="gridLayout_5">
215           <item row="1" column="0">
216            <widget class="VLCProfileSelector" name="profileSelect" native="true"/>
217           </item>
218           <item row="0" column="0">
219            <widget class="QCheckBox" name="transcodeBox">
220             <property name="text">
221              <string>Activate Transcoding</string>
222             </property>
223             <property name="checked">
224              <bool>true</bool>
225             </property>
226            </widget>
227           </item>
228          </layout>
229         </widget>
230        </item>
231        <item row="3" column="0">
232         <widget class="QPushButton" name="prevButton">
233          <property name="text">
234           <string>Previous</string>
235          </property>
236         </widget>
237        </item>
238        <item row="3" column="1">
239         <spacer name="horizontalSpacer_4">
240          <property name="orientation">
241           <enum>Qt::Horizontal</enum>
242          </property>
243          <property name="sizeHint" stdset="0">
244           <size>
245            <width>382</width>
246            <height>26</height>
247           </size>
248          </property>
249         </spacer>
250        </item>
251        <item row="3" column="2">
252         <widget class="QPushButton" name="nextButton2">
253          <property name="text">
254           <string>Next</string>
255          </property>
256         </widget>
257        </item>
258        <item row="2" column="1">
259         <spacer name="verticalSpacer_2">
260          <property name="orientation">
261           <enum>Qt::Vertical</enum>
262          </property>
263          <property name="sizeHint" stdset="0">
264           <size>
265            <width>20</width>
266            <height>40</height>
267           </size>
268          </property>
269         </spacer>
270        </item>
271       </layout>
272      </widget>
273      <widget class="QWidget" name="miscPage">
274       <property name="geometry">
275        <rect>
276         <x>0</x>
277         <y>0</y>
278         <width>690</width>
279         <height>469</height>
280        </rect>
281       </property>
282       <attribute name="label">
283        <string>Option Setup</string>
284       </attribute>
285       <layout class="QGridLayout" name="gridLayout_2">
286        <item row="0" column="0" colspan="2">
287         <widget class="QGroupBox" name="groupBox_3">
288          <property name="title">
289           <string>Miscellaneous Options</string>
290          </property>
291          <layout class="QGridLayout" name="gridLayout_4">
292           <item row="0" column="0" colspan="5">
293            <widget class="QCheckBox" name="soutAll">
294             <property name="text">
295              <string>Stream all elementary streams</string>
296             </property>
297            </widget>
298           </item>
299           <item row="1" column="0" rowspan="2">
300            <widget class="QCheckBox" name="sap">
301             <property name="text">
302              <string>SAP announce</string>
303             </property>
304            </widget>
305           </item>
306           <item row="1" column="1" rowspan="2" colspan="2">
307            <widget class="QLineEdit" name="sapName"/>
308           </item>
309           <item row="2" column="3">
310            <widget class="QLabel" name="sapGroupLabel">
311             <property name="text">
312              <string>Group name</string>
313             </property>
314            </widget>
315           </item>
316           <item row="2" column="4">
317            <widget class="QLineEdit" name="sapGroup"/>
318           </item>
319           <item row="3" column="0" colspan="2">
320            <widget class="QLabel" name="ttlLabel">
321             <property name="text">
322              <string>Time-To-Live (TTL)</string>
323             </property>
324            </widget>
325           </item>
326           <item row="3" column="2">
327            <widget class="QSpinBox" name="ttl">
328             <property name="alignment">
329              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
330             </property>
331             <property name="minimum">
332              <number>1</number>
333             </property>
334             <property name="maximum">
335              <number>255</number>
336             </property>
337            </widget>
338           </item>
339          </layout>
340         </widget>
341        </item>
342        <item row="1" column="0" colspan="2">
343         <widget class="QGroupBox" name="groupBox_4">
344          <property name="title">
345           <string>Generated stream output string</string>
346          </property>
347          <layout class="QHBoxLayout" name="_4">
348           <item>
349            <widget class="QTextEdit" name="mrlEdit">
350             <property name="acceptRichText">
351              <bool>false</bool>
352             </property>
353            </widget>
354           </item>
355          </layout>
356         </widget>
357        </item>
358        <item row="2" column="0">
359         <widget class="QPushButton" name="prevButton2">
360          <property name="text">
361           <string>Previous</string>
362          </property>
363         </widget>
364        </item>
365        <item row="2" column="1">
366         <spacer name="horizontalSpacer_3">
367          <property name="orientation">
368           <enum>Qt::Horizontal</enum>
369          </property>
370          <property name="sizeHint" stdset="0">
371           <size>
372            <width>507</width>
373            <height>20</height>
374           </size>
375          </property>
376         </spacer>
377        </item>
378       </layout>
379      </widget>
380     </widget>
381    </item>
382    <item>
383     <widget class="QDialogButtonBox" name="acceptButtonBox">
384      <property name="standardButtons">
385       <set>QDialogButtonBox::NoButton</set>
386      </property>
387     </widget>
388    </item>
389   </layout>
390  </widget>
391  <customwidgets>
392   <customwidget>
393    <class>VLCProfileSelector</class>
394    <extends>QWidget</extends>
395    <header>components/sout/profile_selector.hpp</header>
396    <container>1</container>
397   </customwidget>
398   <customwidget>
399    <class>SoutInputBox</class>
400    <extends>QGroupBox</extends>
401    <header>components/sout/sout_widgets.hpp</header>
402    <container>1</container>
403   </customwidget>
404  </customwidgets>
405  <resources/>
406  <connections/>
407 </ui>