]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sout.ui
Qt4: update avcodec-hw prefs
[vlc] / modules / gui / qt4 / ui / sout.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <author>Edward Wang</author>
4  <class>Sout</class>
5  <widget class="QWizard" name="Sout">
6   <property name="geometry">
7    <rect>
8     <x>0</x>
9     <y>0</y>
10     <width>725</width>
11     <height>445</height>
12    </rect>
13   </property>
14   <property name="minimumSize">
15    <size>
16     <width>400</width>
17     <height>359</height>
18    </size>
19   </property>
20   <property name="windowTitle">
21    <string>Stream Output</string>
22   </property>
23   <property name="wizardStyle">
24    <enum>QWizard::ClassicStyle</enum>
25   </property>
26   <widget class="QWizardPage" name="sourceWizardPage">
27    <property name="title">
28     <string>Source</string>
29    </property>
30    <property name="subTitle">
31     <string>Set up media sources to stream</string>
32    </property>
33    <layout class="QGridLayout" name="gridLayout">
34     <item row="0" column="0">
35      <layout class="QVBoxLayout" name="verticalLayout">
36       <item>
37        <widget class="QPlainTextEdit" name="helpEdit">
38         <property name="readOnly">
39          <bool>true</bool>
40         </property>
41        </widget>
42       </item>
43       <item>
44        <widget class="SoutInputBox" name="inputBox">
45         <property name="title">
46          <string/>
47         </property>
48         <property name="flat">
49          <bool>true</bool>
50         </property>
51         <property name="checkable">
52          <bool>false</bool>
53         </property>
54        </widget>
55       </item>
56      </layout>
57     </item>
58    </layout>
59   </widget>
60   <widget class="QWizardPage" name="destinationWizardPage">
61    <property name="title">
62     <string>Destination Setup</string>
63    </property>
64    <property name="subTitle">
65     <string>Select destinations to stream to</string>
66    </property>
67    <layout class="QVBoxLayout" name="verticalLayout_4">
68     <item>
69      <widget class="QTabWidget" name="destTab">
70       <property name="currentIndex">
71        <number>0</number>
72       </property>
73       <widget class="QWidget" name="tab">
74        <attribute name="title">
75         <string/>
76        </attribute>
77        <layout class="QGridLayout" name="gridLayout_11">
78         <item row="0" column="0" colspan="3">
79          <widget class="QLabel" name="label_4">
80           <property name="text">
81            <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>
82           </property>
83           <property name="textFormat">
84            <enum>Qt::PlainText</enum>
85           </property>
86           <property name="wordWrap">
87            <bool>true</bool>
88           </property>
89          </widget>
90         </item>
91         <item row="1" column="0">
92          <widget class="QLabel" name="label_3">
93           <property name="text">
94            <string>New destination</string>
95           </property>
96          </widget>
97         </item>
98         <item row="1" column="1">
99          <widget class="QComboBox" name="destBox"/>
100         </item>
101         <item row="1" column="2">
102          <widget class="QPushButton" name="addButton">
103           <property name="sizePolicy">
104            <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
105             <horstretch>0</horstretch>
106             <verstretch>0</verstretch>
107            </sizepolicy>
108           </property>
109           <property name="text">
110            <string>Add</string>
111           </property>
112          </widget>
113         </item>
114         <item row="2" column="0">
115          <widget class="QCheckBox" name="localOutput">
116           <property name="text">
117            <string>Display locally</string>
118           </property>
119          </widget>
120         </item>
121        </layout>
122       </widget>
123      </widget>
124     </item>
125    </layout>
126   </widget>
127   <widget class="QWizardPage" name="wizardPage">
128    <property name="title">
129     <string>Transcoding Options</string>
130    </property>
131    <property name="subTitle">
132     <string>Select and choose transcoding options</string>
133    </property>
134    <layout class="QVBoxLayout" name="verticalLayout_3">
135     <item>
136      <widget class="QCheckBox" name="transcodeBox">
137       <property name="text">
138        <string>Activate Transcoding</string>
139       </property>
140       <property name="checked">
141        <bool>true</bool>
142       </property>
143      </widget>
144     </item>
145     <item>
146      <widget class="VLCProfileSelector" name="profileSelect" native="true"/>
147     </item>
148    </layout>
149   </widget>
150   <widget class="QWizardPage" name="optionsWizardPage">
151    <property name="title">
152     <string>Option Setup</string>
153    </property>
154    <property name="subTitle">
155     <string>Set up any additional options for streaming</string>
156    </property>
157    <layout class="QVBoxLayout" name="verticalLayout_2">
158     <item>
159      <widget class="QGroupBox" name="groupBox_3">
160       <property name="title">
161        <string>Miscellaneous Options</string>
162       </property>
163       <layout class="QGridLayout" name="gridLayout_4">
164        <item row="0" column="0" colspan="2">
165         <widget class="QCheckBox" name="soutAll">
166          <property name="text">
167           <string>Stream all elementary streams</string>
168          </property>
169         </widget>
170        </item>
171       </layout>
172      </widget>
173     </item>
174     <item>
175      <widget class="QGroupBox" name="groupBox_4">
176       <property name="title">
177        <string>Generated stream output string</string>
178       </property>
179       <layout class="QVBoxLayout" name="verticalLayout_5">
180        <item>
181         <widget class="QTextEdit" name="mrlEdit">
182          <property name="acceptRichText">
183           <bool>false</bool>
184          </property>
185         </widget>
186        </item>
187       </layout>
188      </widget>
189     </item>
190    </layout>
191   </widget>
192  </widget>
193  <customwidgets>
194   <customwidget>
195    <class>VLCProfileSelector</class>
196    <extends>QWidget</extends>
197    <header>components/sout/profile_selector.hpp</header>
198    <container>1</container>
199   </customwidget>
200   <customwidget>
201    <class>SoutInputBox</class>
202    <extends>QGroupBox</extends>
203    <header>components/sout/sout_widgets.hpp</header>
204    <container>1</container>
205   </customwidget>
206  </customwidgets>
207  <resources/>
208  <connections/>
209 </ui>