]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_net.ui
Qt4: remove proto combo from open net tab
[vlc] / modules / gui / qt4 / ui / open_net.ui
1 <ui version="4.0" >
2  <author>Jean-Baptiste Kempf</author>
3  <class>OpenNetwork</class>
4  <widget class="QWidget" name="OpenNetwork" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>409</width>
10     <height>137</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" >
17    <item>
18     <widget class="QGroupBox" name="groupBox" >
19      <property name="title" >
20       <string>Network Protocol</string>
21      </property>
22      <layout class="QGridLayout" >
23       <item row="0" column="0" >
24        <widget class="QLabel" name="label_1" >
25         <property name="sizePolicy" >
26          <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
27           <horstretch>0</horstretch>
28           <verstretch>0</verstretch>
29          </sizepolicy>
30         </property>
31         <property name="text" >
32          <string>URL</string>
33         </property>
34         <property name="buddy" >
35          <cstring>urlText</cstring>
36         </property>
37        </widget>
38       </item>
39       <item row="1" column="0" >
40        <widget class="QLineEdit" name="urlText" >
41         <property name="toolTip" >
42          <string>Enter the URL of the network stream here.</string>
43         </property>
44        </widget>
45       </item>
46      </layout>
47     </widget>
48    </item>
49    <item>
50     <spacer>
51      <property name="orientation" >
52       <enum>Qt::Vertical</enum>
53      </property>
54      <property name="sizeType" >
55       <enum>QSizePolicy::MinimumExpanding</enum>
56      </property>
57      <property name="sizeHint" stdset="0" >
58       <size>
59        <width>20</width>
60        <height>10</height>
61       </size>
62      </property>
63     </spacer>
64    </item>
65   </layout>
66  </widget>
67  <tabstops>
68   <tabstop>urlText</tabstop>
69  </tabstops>
70  <resources/>
71  <connections/>
72 </ui>