]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sout.ui
6dc922189479544a3a4f2b81f855d857b75a31e1
[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>_(&quot;Stream Output&quot;)</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>469</height>
30        </rect>
31       </property>
32       <attribute name="label">
33        <string>_(&quot;Source&quot;)</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>_(&quot;Next&quot;)</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>469</height>
137        </rect>
138       </property>
139       <attribute name="label">
140        <string>_(&quot;Destinations&quot;)</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>_(&quot;Destinations&quot;)</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>_(&quot;New destination&quot;)</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>_(&quot;Add&quot;)</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>_(&quot;Add destinations following the streaming methods you need. Be sure to check with transcoding that the format is compatible with the method used.&quot;)</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>_(&quot;Display locally&quot;)</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>_(&quot;Transcoding options&quot;)</string>
213          </property>
214          <layout class="QGridLayout" name="gridLayout_5">
215           <item row="0" column="0">
216            <widget class="VLCProfileSelector" name="profileSelect" native="true"/>
217           </item>
218          </layout>
219         </widget>
220        </item>
221        <item row="3" column="0">
222         <widget class="QPushButton" name="prevButton">
223          <property name="text">
224           <string>_(&quot;Previous&quot;)</string>
225          </property>
226         </widget>
227        </item>
228        <item row="3" column="1">
229         <spacer name="horizontalSpacer_4">
230          <property name="orientation">
231           <enum>Qt::Horizontal</enum>
232          </property>
233          <property name="sizeHint" stdset="0">
234           <size>
235            <width>382</width>
236            <height>26</height>
237           </size>
238          </property>
239         </spacer>
240        </item>
241        <item row="3" column="2">
242         <widget class="QPushButton" name="nextButton2">
243          <property name="text">
244           <string>_(&quot;Next&quot;)</string>
245          </property>
246         </widget>
247        </item>
248        <item row="2" column="1">
249         <spacer name="verticalSpacer_2">
250          <property name="orientation">
251           <enum>Qt::Vertical</enum>
252          </property>
253          <property name="sizeHint" stdset="0">
254           <size>
255            <width>20</width>
256            <height>40</height>
257           </size>
258          </property>
259         </spacer>
260        </item>
261       </layout>
262      </widget>
263      <widget class="QWidget" name="miscPage">
264       <property name="geometry">
265        <rect>
266         <x>0</x>
267         <y>0</y>
268         <width>690</width>
269         <height>469</height>
270        </rect>
271       </property>
272       <attribute name="label">
273        <string>_(&quot;Options&quot;)</string>
274       </attribute>
275       <layout class="QGridLayout" name="gridLayout_2">
276        <item row="0" column="0" colspan="2">
277         <widget class="QGroupBox" name="groupBox_3">
278          <property name="title">
279           <string>_(&quot;Miscellaneous Options&quot;)</string>
280          </property>
281          <layout class="QGridLayout" name="gridLayout_4">
282           <item row="0" column="0" colspan="3">
283            <widget class="QCheckBox" name="soutAll">
284             <property name="text">
285              <string>_(&quot;Stream all elementary streams&quot;)</string>
286             </property>
287            </widget>
288           </item>
289           <item row="0" column="3" rowspan="2" colspan="2">
290            <widget class="QCheckBox" name="soutKeep">
291             <property name="text">
292              <string>_(&quot;Keep stream output open&quot;)</string>
293             </property>
294            </widget>
295           </item>
296           <item row="1" column="0" rowspan="2">
297            <widget class="QCheckBox" name="sap">
298             <property name="text">
299              <string>_(&quot;SAP announce&quot;)</string>
300             </property>
301            </widget>
302           </item>
303           <item row="1" column="1" rowspan="2" colspan="2">
304            <widget class="QLineEdit" name="sapName"/>
305           </item>
306           <item row="2" column="3">
307            <widget class="QLabel" name="sapGroupLabel">
308             <property name="text">
309              <string>_(&quot;Group name&quot;)</string>
310             </property>
311            </widget>
312           </item>
313           <item row="2" column="4">
314            <widget class="QLineEdit" name="sapGroup"/>
315           </item>
316           <item row="3" column="0" colspan="2">
317            <widget class="QLabel" name="ttlLabel">
318             <property name="text">
319              <string>_(&quot;Time-To-Live (TTL)&quot;)</string>
320             </property>
321            </widget>
322           </item>
323           <item row="3" column="2">
324            <widget class="QSpinBox" name="ttl">
325             <property name="alignment">
326              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
327             </property>
328             <property name="minimum">
329              <number>1</number>
330             </property>
331             <property name="maximum">
332              <number>255</number>
333             </property>
334            </widget>
335           </item>
336          </layout>
337         </widget>
338        </item>
339        <item row="1" column="0" colspan="2">
340         <widget class="QGroupBox" name="groupBox_4">
341          <property name="title">
342           <string>_(&quot;Generated stream output string&quot;)</string>
343          </property>
344          <layout class="QHBoxLayout" name="_4">
345           <item>
346            <widget class="QTextEdit" name="mrlEdit">
347             <property name="acceptRichText">
348              <bool>false</bool>
349             </property>
350            </widget>
351           </item>
352          </layout>
353         </widget>
354        </item>
355        <item row="2" column="0">
356         <widget class="QPushButton" name="prevButton2">
357          <property name="text">
358           <string>_(&quot;Previous&quot;)</string>
359          </property>
360         </widget>
361        </item>
362        <item row="2" column="1">
363         <spacer name="horizontalSpacer_3">
364          <property name="orientation">
365           <enum>Qt::Horizontal</enum>
366          </property>
367          <property name="sizeHint" stdset="0">
368           <size>
369            <width>507</width>
370            <height>20</height>
371           </size>
372          </property>
373         </spacer>
374        </item>
375       </layout>
376      </widget>
377     </widget>
378    </item>
379    <item>
380     <widget class="QDialogButtonBox" name="acceptButtonBox">
381      <property name="standardButtons">
382       <set>QDialogButtonBox::NoButton</set>
383      </property>
384     </widget>
385    </item>
386   </layout>
387  </widget>
388  <customwidgets>
389   <customwidget>
390    <class>VLCProfileSelector</class>
391    <extends>QWidget</extends>
392    <header>components/sout/profile_selector.hpp</header>
393    <container>1</container>
394   </customwidget>
395   <customwidget>
396    <class>SoutInputBox</class>
397    <extends>QGroupBox</extends>
398    <header>components/sout/sout_widgets.hpp</header>
399    <container>1</container>
400   </customwidget>
401  </customwidgets>
402  <resources/>
403  <connections/>
404 </ui>