]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_net.ui
Very small fixes on UI.
[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,
83 with or without the protocol.")</string>
84         </property>
85        </widget>
86       </item>
87      </layout>
88     </widget>
89    </item>
90    <item>
91     <widget class="QGroupBox" name="groupBox_3" >
92      <property name="sizePolicy" >
93       <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
94        <horstretch>0</horstretch>
95        <verstretch>0</verstretch>
96       </sizepolicy>
97      </property>
98      <property name="title" >
99       <string>_("Options")</string>
100      </property>
101      <layout class="QHBoxLayout" >
102       <item>
103        <widget class="QCheckBox" name="timeShift" >
104         <property name="toolTip" >
105          <string/>
106         </property>
107         <property name="text" >
108          <string>_("Allow timeshifting")</string>
109         </property>
110        </widget>
111       </item>
112       <item>
113        <widget class="QCheckBox" name="ipv6" >
114         <property name="text" >
115          <string>_("Force IPv6")</string>
116         </property>
117        </widget>
118       </item>
119      </layout>
120     </widget>
121    </item>
122    <item>
123     <spacer>
124      <property name="orientation" >
125       <enum>Qt::Vertical</enum>
126      </property>
127      <property name="sizeType" >
128       <enum>QSizePolicy::MinimumExpanding</enum>
129      </property>
130      <property name="sizeHint" stdset="0" >
131       <size>
132        <width>20</width>
133        <height>10</height>
134       </size>
135      </property>
136     </spacer>
137    </item>
138   </layout>
139  </widget>
140  <tabstops>
141   <tabstop>protocolCombo</tabstop>
142   <tabstop>addressText</tabstop>
143   <tabstop>portSpin</tabstop>
144   <tabstop>timeShift</tabstop>
145   <tabstop>ipv6</tabstop>
146  </tabstops>
147  <resources/>
148  <connections/>
149 </ui>