]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_net.ui
Simplification of Advanced Open
[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>418</width>
10     <height>350</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>Form</string>
15   </property>
16   <widget class="QGroupBox" name="groupBox" >
17    <property name="geometry" >
18     <rect>
19      <x>10</x>
20      <y>90</y>
21      <width>391</width>
22      <height>61</height>
23     </rect>
24    </property>
25    <property name="title" >
26     <string>Options</string>
27    </property>
28    <widget class="QWidget" name="layoutWidget" >
29     <property name="geometry" >
30      <rect>
31       <x>10</x>
32       <y>20</y>
33       <width>361</width>
34       <height>33</height>
35      </rect>
36     </property>
37     <layout class="QHBoxLayout" >
38      <property name="margin" >
39       <number>0</number>
40      </property>
41      <property name="spacing" >
42       <number>6</number>
43      </property>
44      <item>
45       <layout class="QHBoxLayout" >
46        <property name="margin" >
47         <number>0</number>
48        </property>
49        <property name="spacing" >
50         <number>6</number>
51        </property>
52        <item>
53         <widget class="QLabel" name="label_3" >
54          <property name="sizePolicy" >
55           <sizepolicy>
56            <hsizetype>7</hsizetype>
57            <vsizetype>5</vsizetype>
58            <horstretch>0</horstretch>
59            <verstretch>0</verstretch>
60           </sizepolicy>
61          </property>
62          <property name="text" >
63           <string>_("Port") :</string>
64          </property>
65         </widget>
66        </item>
67        <item>
68         <widget class="QSpinBox" name="spinBox" >
69          <property name="minimumSize" >
70           <size>
71            <width>80</width>
72            <height>0</height>
73           </size>
74          </property>
75         </widget>
76        </item>
77        <item>
78         <spacer>
79          <property name="orientation" >
80           <enum>Qt::Horizontal</enum>
81          </property>
82          <property name="sizeHint" >
83           <size>
84            <width>40</width>
85            <height>20</height>
86           </size>
87          </property>
88         </spacer>
89        </item>
90       </layout>
91      </item>
92      <item>
93       <widget class="QCheckBox" name="checkBox_3" >
94        <property name="text" >
95         <string>force IPv6</string>
96        </property>
97       </widget>
98      </item>
99      <item>
100       <widget class="QCheckBox" name="checkBox_2" >
101        <property name="text" >
102         <string>localhost</string>
103        </property>
104       </widget>
105      </item>
106     </layout>
107    </widget>
108   </widget>
109   <widget class="QRadioButton" name="radioButton" >
110    <property name="geometry" >
111     <rect>
112      <x>10</x>
113      <y>0</y>
114      <width>101</width>
115      <height>23</height>
116     </rect>
117    </property>
118    <property name="text" >
119     <string>UDP/RTP</string>
120    </property>
121    <property name="checked" >
122     <bool>true</bool>
123    </property>
124   </widget>
125   <widget class="QRadioButton" name="radioButton_3" >
126    <property name="geometry" >
127     <rect>
128      <x>60</x>
129      <y>160</y>
130      <width>154</width>
131      <height>23</height>
132     </rect>
133    </property>
134    <property name="text" >
135     <string>HTTP/HTTPS/FTP/MMS</string>
136    </property>
137   </widget>
138   <widget class="QRadioButton" name="radioButton_4" >
139    <property name="geometry" >
140     <rect>
141      <x>10</x>
142      <y>160</y>
143      <width>45</width>
144      <height>23</height>
145     </rect>
146    </property>
147    <property name="text" >
148     <string>RTP</string>
149    </property>
150   </widget>
151   <widget class="QGroupBox" name="groupBox_2" >
152    <property name="geometry" >
153     <rect>
154      <x>10</x>
155      <y>180</y>
156      <width>391</width>
157      <height>69</height>
158     </rect>
159    </property>
160    <property name="title" >
161     <string>_("URL")</string>
162    </property>
163    <layout class="QHBoxLayout" >
164     <property name="margin" >
165      <number>9</number>
166     </property>
167     <property name="spacing" >
168      <number>6</number>
169     </property>
170     <item>
171      <widget class="QLineEdit" name="lineEdit_2" />
172     </item>
173    </layout>
174   </widget>
175   <widget class="QGroupBox" name="groupBox_3" >
176    <property name="geometry" >
177     <rect>
178      <x>10</x>
179      <y>20</y>
180      <width>391</width>
181      <height>69</height>
182     </rect>
183    </property>
184    <property name="title" >
185     <string>_("Address")</string>
186    </property>
187    <layout class="QHBoxLayout" >
188     <property name="margin" >
189      <number>9</number>
190     </property>
191     <property name="spacing" >
192      <number>6</number>
193     </property>
194     <item>
195      <widget class="QLineEdit" name="lineEdit" />
196     </item>
197    </layout>
198   </widget>
199  </widget>
200  <resources/>
201  <connections/>
202 </ui>