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