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