]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_net.ui
Remove the .ui HACKs from translations because of Qt4.5 switch... Some strings were...
[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>409</width>
10     <height>137</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     <spacer>
94      <property name="orientation" >
95       <enum>Qt::Vertical</enum>
96      </property>
97      <property name="sizeType" >
98       <enum>QSizePolicy::MinimumExpanding</enum>
99      </property>
100      <property name="sizeHint" stdset="0" >
101       <size>
102        <width>20</width>
103        <height>10</height>
104       </size>
105      </property>
106     </spacer>
107    </item>
108   </layout>
109  </widget>
110  <tabstops>
111   <tabstop>protocolCombo</tabstop>
112   <tabstop>addressText</tabstop>
113   <tabstop>portSpin</tabstop>
114  </tabstops>
115  <resources/>
116  <connections/>
117 </ui>