]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/vlm.ui
Qt4 - Mention the VIDEO_TS opening in the tooltip. Opening a VIDEO_TS folder from...
[vlc] / modules / gui / qt4 / ui / vlm.ui
1 <ui version="4.0" >
2  <class>Vlm</class>
3  <widget class="QWidget" name="Vlm" >
4   <property name="windowModality" >
5    <enum>Qt::NonModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>738</width>
12     <height>693</height>
13    </rect>
14   </property>
15   <property name="sizePolicy" >
16    <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
17     <horstretch>0</horstretch>
18     <verstretch>0</verstretch>
19    </sizepolicy>
20   </property>
21   <property name="windowTitle" >
22    <string>_("VLM configurator")</string>
23   </property>
24   <layout class="QGridLayout" >
25    <item rowspan="5" row="0" column="0" >
26     <widget class="QGroupBox" name="mediaConfBox" >
27      <property name="sizePolicy" >
28       <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
29        <horstretch>0</horstretch>
30        <verstretch>0</verstretch>
31       </sizepolicy>
32      </property>
33      <property name="title" >
34       <string>_("Media Manager Edition")</string>
35      </property>
36      <layout class="QGridLayout" >
37       <item row="0" column="0" colspan="3" >
38        <widget class="QComboBox" name="mediaType" >
39         <property name="sizePolicy" >
40          <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
41           <horstretch>0</horstretch>
42           <verstretch>0</verstretch>
43          </sizepolicy>
44         </property>
45        </widget>
46       </item>
47       <item row="1" column="0" colspan="3" >
48        <widget class="Line" name="line" >
49         <property name="orientation" >
50          <enum>Qt::Horizontal</enum>
51         </property>
52        </widget>
53       </item>
54       <item row="2" column="0" >
55        <widget class="QLabel" name="nameLabel" >
56         <property name="text" >
57          <string>_("Name:")</string>
58         </property>
59        </widget>
60       </item>
61       <item row="2" column="1" >
62        <widget class="QLineEdit" name="nameLedit" />
63       </item>
64       <item row="2" column="2" >
65        <widget class="QCheckBox" name="enableCheck" >
66         <property name="text" >
67          <string>_("Enable")</string>
68         </property>
69         <property name="checked" >
70          <bool>true</bool>
71         </property>
72        </widget>
73       </item>
74       <item row="3" column="0" >
75        <widget class="QLabel" name="inputLabel" >
76         <property name="text" >
77          <string>_("Input:")</string>
78         </property>
79        </widget>
80       </item>
81       <item row="3" column="1" >
82        <widget class="QLineEdit" name="inputLedit" />
83       </item>
84       <item row="3" column="2" >
85        <widget class="QPushButton" name="inputButton" >
86         <property name="text" >
87          <string>_("Select Input")</string>
88         </property>
89        </widget>
90       </item>
91       <item row="4" column="0" >
92        <widget class="QLabel" name="outputLabel" >
93         <property name="text" >
94          <string>_("Output:")</string>
95         </property>
96        </widget>
97       </item>
98       <item row="4" column="1" >
99        <widget class="QLineEdit" name="outputLedit" />
100       </item>
101       <item row="4" column="2" >
102        <widget class="QPushButton" name="outputButton" >
103         <property name="text" >
104          <string>_("Select Output")</string>
105         </property>
106        </widget>
107       </item>
108       <item row="5" column="0" colspan="3" >
109        <widget class="QGroupBox" name="schedBox" >
110         <property name="title" >
111          <string>_("Time Control")</string>
112         </property>
113        </widget>
114       </item>
115       <item row="6" column="0" colspan="3" >
116        <widget class="QGroupBox" name="vodBox" >
117         <property name="title" >
118          <string>_("Mux Control")</string>
119         </property>
120         <layout class="QHBoxLayout" >
121          <item>
122           <widget class="QLabel" name="label" >
123            <property name="text" >
124             <string>Muxer:</string>
125            </property>
126            <property name="margin" >
127             <number>3</number>
128            </property>
129           </widget>
130          </item>
131          <item>
132           <widget class="QLineEdit" name="muxLedit" >
133            <property name="inputMask" >
134             <string>AAAA; </string>
135            </property>
136           </widget>
137          </item>
138          <item>
139           <spacer>
140            <property name="orientation" >
141             <enum>Qt::Horizontal</enum>
142            </property>
143            <property name="sizeHint" >
144             <size>
145              <width>411</width>
146              <height>20</height>
147             </size>
148            </property>
149           </spacer>
150          </item>
151         </layout>
152        </widget>
153       </item>
154       <item row="7" column="0" colspan="2" >
155        <widget class="QCheckBox" name="loopBCast" >
156         <property name="text" >
157          <string>_("Loop")</string>
158         </property>
159        </widget>
160       </item>
161      </layout>
162     </widget>
163    </item>
164    <item row="0" column="1" >
165     <spacer>
166      <property name="orientation" >
167       <enum>Qt::Vertical</enum>
168      </property>
169      <property name="sizeType" >
170       <enum>QSizePolicy::Fixed</enum>
171      </property>
172      <property name="sizeHint" >
173       <size>
174        <width>20</width>
175        <height>20</height>
176       </size>
177      </property>
178     </spacer>
179    </item>
180    <item row="1" column="1" >
181     <widget class="QPushButton" name="addButton" >
182      <property name="text" >
183       <string>_("Add")</string>
184      </property>
185     </widget>
186    </item>
187    <item row="2" column="1" >
188     <widget class="QPushButton" name="clearButton" >
189      <property name="text" >
190       <string>_("Clear")</string>
191      </property>
192     </widget>
193    </item>
194    <item row="3" column="1" >
195     <widget class="QPushButton" name="saveButton" >
196      <property name="text" >
197       <string>_("Save")</string>
198      </property>
199     </widget>
200    </item>
201    <item row="4" column="1" >
202     <spacer>
203      <property name="orientation" >
204       <enum>Qt::Vertical</enum>
205      </property>
206      <property name="sizeHint" >
207       <size>
208        <width>80</width>
209        <height>81</height>
210       </size>
211      </property>
212     </spacer>
213    </item>
214    <item row="5" column="0" colspan="2" >
215     <widget class="QGroupBox" name="mediaBox" >
216      <property name="sizePolicy" >
217       <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
218        <horstretch>0</horstretch>
219        <verstretch>1</verstretch>
220       </sizepolicy>
221      </property>
222      <property name="title" >
223       <string>_("Media Manager List")</string>
224      </property>
225      <layout class="QGridLayout" >
226       <item row="0" column="0" >
227        <widget class="QListWidget" name="vlmListItem" >
228         <property name="sizePolicy" >
229          <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
230           <horstretch>0</horstretch>
231           <verstretch>0</verstretch>
232          </sizepolicy>
233         </property>
234         <property name="maximumSize" >
235          <size>
236           <width>200</width>
237           <height>16777215</height>
238          </size>
239         </property>
240        </widget>
241       </item>
242       <item row="0" column="1" >
243        <widget class="Line" name="line_2" >
244         <property name="orientation" >
245          <enum>Qt::Vertical</enum>
246         </property>
247        </widget>
248       </item>
249       <item row="0" column="2" >
250        <widget class="QScrollArea" native="1" name="vlmItemScroll" >
251         <property name="sizePolicy" >
252          <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
253           <horstretch>0</horstretch>
254           <verstretch>0</verstretch>
255          </sizepolicy>
256         </property>
257         <property name="minimumSize" >
258          <size>
259           <width>300</width>
260           <height>0</height>
261          </size>
262         </property>
263        </widget>
264       </item>
265      </layout>
266     </widget>
267    </item>
268    <item row="6" column="0" colspan="2" >
269     <widget class="QDialogButtonBox" name="buttonBox" >
270      <property name="standardButtons" >
271       <set>QDialogButtonBox::NoButton</set>
272      </property>
273     </widget>
274    </item>
275   </layout>
276  </widget>
277  <customwidgets>
278   <customwidget>
279    <class>QScrollArea</class>
280    <extends>QWidget</extends>
281    <header>qscrollarea.h</header>
282   </customwidget>
283  </customwidgets>
284  <resources/>
285  <connections/>
286 </ui>