]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_net.ui
Qt4 - Add various tooltips: Open (1)
[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>450</width>
10     <height>205</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" >
17    <property name="margin" >
18     <number>9</number>
19    </property>
20    <property name="spacing" >
21     <number>6</number>
22    </property>
23    <item>
24     <widget class="QGroupBox" name="groupBox" >
25      <property name="title" >
26       <string>Network Protocol</string>
27      </property>
28      <layout class="QGridLayout" >
29       <property name="margin" >
30        <number>9</number>
31       </property>
32       <property name="spacing" >
33        <number>6</number>
34       </property>
35       <item row="1" column="0" >
36        <widget class="QComboBox" name="protocolCombo" >
37         <property name="toolTip" >
38          <string>Set the protocol for the URL</string>
39         </property>
40        </widget>
41       </item>
42       <item row="0" column="0" >
43        <widget class="QLabel" name="label" >
44         <property name="text" >
45          <string>Protocol</string>
46         </property>
47        </widget>
48       </item>
49       <item row="1" column="2" >
50        <widget class="QSpinBox" name="portSpin" >
51         <property name="maximum" >
52          <number>65535</number>
53         </property>
54         <property name="value" >
55          <number>1234</number>
56         </property>
57        </widget>
58       </item>
59       <item row="0" column="1" >
60        <widget class="QLabel" name="label_2" >
61         <property name="sizePolicy" >
62          <sizepolicy>
63           <hsizetype>5</hsizetype>
64           <vsizetype>0</vsizetype>
65           <horstretch>0</horstretch>
66           <verstretch>0</verstretch>
67          </sizepolicy>
68         </property>
69         <property name="text" >
70          <string>Address</string>
71         </property>
72        </widget>
73       </item>
74       <item row="0" column="2" >
75        <widget class="QLabel" name="label_4" >
76         <property name="text" >
77          <string>Port</string>
78         </property>
79        </widget>
80       </item>
81       <item row="1" column="1" >
82        <widget class="QLineEdit" name="addressText" >
83         <property name="toolTip" >
84          <string>Enter the URL of the network stream here,\nwith or without the protocol.</string>
85         </property>
86        </widget>
87       </item>
88      </layout>
89     </widget>
90    </item>
91    <item>
92     <widget class="QGroupBox" name="groupBox_3" >
93      <property name="sizePolicy" >
94       <sizepolicy>
95        <hsizetype>5</hsizetype>
96        <vsizetype>0</vsizetype>
97        <horstretch>0</horstretch>
98        <verstretch>0</verstretch>
99       </sizepolicy>
100      </property>
101      <property name="title" >
102       <string>Options</string>
103      </property>
104      <layout class="QHBoxLayout" >
105       <property name="margin" >
106        <number>9</number>
107       </property>
108       <property name="spacing" >
109        <number>6</number>
110       </property>
111       <item>
112        <widget class="QCheckBox" name="timeShift" >
113         <property name="text" >
114          <string>Allow timeshifting</string>
115         </property>
116        </widget>
117       </item>
118       <item>
119        <widget class="QCheckBox" name="ipv6" >
120         <property name="text" >
121          <string>Force IPv6</string>
122         </property>
123        </widget>
124       </item>
125      </layout>
126     </widget>
127    </item>
128    <item>
129     <spacer>
130      <property name="orientation" >
131       <enum>Qt::Vertical</enum>
132      </property>
133      <property name="sizeHint" >
134       <size>
135        <width>20</width>
136        <height>40</height>
137       </size>
138      </property>
139     </spacer>
140    </item>
141   </layout>
142  </widget>
143  <resources/>
144  <connections/>
145 </ui>