]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_net.ui
120fd5bcecb2f9b690438c71c6dd8261efe946e0
[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>431</width>
10     <height>233</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="1" column="2" >
41        <widget class="QSpinBox" name="portSpin" >
42         <property name="toolTip" >
43          <string>_("Select the port used")</string>
44         </property>
45         <property name="maximum" >
46          <number>65535</number>
47         </property>
48         <property name="value" >
49          <number>1234</number>
50         </property>
51        </widget>
52       </item>
53       <item row="0" column="1" >
54        <widget class="QLabel" name="label_2" >
55         <property name="sizePolicy" >
56          <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
57           <horstretch>0</horstretch>
58           <verstretch>0</verstretch>
59          </sizepolicy>
60         </property>
61         <property name="text" >
62          <string>_("Address")</string>
63         </property>
64         <property name="buddy" >
65          <cstring>addressText</cstring>
66         </property>
67        </widget>
68       </item>
69       <item row="0" column="2" >
70        <widget class="QLabel" name="label_4" >
71         <property name="text" >
72          <string>_("Port")</string>
73         </property>
74         <property name="buddy" >
75          <cstring>portSpin</cstring>
76         </property>
77        </widget>
78       </item>
79       <item row="1" column="1" >
80        <widget class="QLineEdit" name="addressText" >
81         <property name="toolTip" >
82          <string>_("Enter the URL of the network stream here, with or without the protocol.")</string>
83         </property>
84        </widget>
85       </item>
86      </layout>
87     </widget>
88    </item>
89    <item>
90     <widget class="QGroupBox" name="groupBox_3" >
91      <property name="sizePolicy" >
92       <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
93        <horstretch>0</horstretch>
94        <verstretch>0</verstretch>
95       </sizepolicy>
96      </property>
97      <property name="title" >
98       <string>_("Options")</string>
99      </property>
100      <layout class="QHBoxLayout" >
101       <item>
102        <widget class="QCheckBox" name="timeShift" >
103         <property name="toolTip" >
104          <string/>
105         </property>
106         <property name="text" >
107          <string>_("Allow timeshifting")</string>
108         </property>
109        </widget>
110       </item>
111       <item>
112        <widget class="QCheckBox" name="ipv6" >
113         <property name="text" >
114          <string>_("Force IPv6")</string>
115         </property>
116        </widget>
117       </item>
118      </layout>
119     </widget>
120    </item>
121    <item>
122     <spacer>
123      <property name="orientation" >
124       <enum>Qt::Vertical</enum>
125      </property>
126      <property name="sizeType" >
127       <enum>QSizePolicy::MinimumExpanding</enum>
128      </property>
129      <property name="sizeHint" stdset="0" >
130       <size>
131        <width>20</width>
132        <height>10</height>
133       </size>
134      </property>
135     </spacer>
136    </item>
137   </layout>
138  </widget>
139  <tabstops>
140   <tabstop>protocolCombo</tabstop>
141   <tabstop>addressText</tabstop>
142   <tabstop>portSpin</tabstop>
143   <tabstop>timeShift</tabstop>
144   <tabstop>ipv6</tabstop>
145  </tabstops>
146  <resources/>
147  <connections/>
148 </ui>