]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_net.ui
Qt: remove port from open network 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="1" column="0" >
24        <widget class="QComboBox" name="protocolCombo" >
25         <property name="toolTip" >
26          <string>Select the protocol for the URL.</string>
27         </property>
28        </widget>
29       </item>
30       <item row="0" column="0" >
31        <widget class="QLabel" name="label" >
32         <property name="text" >
33          <string>Protocol</string>
34         </property>
35         <property name="buddy" >
36          <cstring>protocolCombo</cstring>
37         </property>
38        </widget>
39       </item>
40       <item row="0" column="1" >
41        <widget class="QLabel" name="label_2" >
42         <property name="sizePolicy" >
43          <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
44           <horstretch>0</horstretch>
45           <verstretch>0</verstretch>
46          </sizepolicy>
47         </property>
48         <property name="text" >
49          <string>Address</string>
50         </property>
51         <property name="buddy" >
52          <cstring>addressText</cstring>
53         </property>
54        </widget>
55       </item>
56       <item row="1" column="1" >
57        <widget class="QLineEdit" name="addressText" >
58         <property name="toolTip" >
59          <string>Enter the URL of the network stream here, with or without the protocol.</string>
60         </property>
61        </widget>
62       </item>
63      </layout>
64     </widget>
65    </item>
66    <item>
67     <spacer>
68      <property name="orientation" >
69       <enum>Qt::Vertical</enum>
70      </property>
71      <property name="sizeType" >
72       <enum>QSizePolicy::MinimumExpanding</enum>
73      </property>
74      <property name="sizeHint" stdset="0" >
75       <size>
76        <width>20</width>
77        <height>10</height>
78       </size>
79      </property>
80     </spacer>
81    </item>
82   </layout>
83  </widget>
84  <tabstops>
85   <tabstop>protocolCombo</tabstop>
86   <tabstop>addressText</tabstop>
87  </tabstops>
88  <resources/>
89  <connections/>
90 </ui>