]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_net.ui
34b6d22dd74b95a2aaaf2cce27a004440aacc9e5
[vlc] / modules / gui / qt4 / ui / open_net.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <author>Jean-Baptiste Kempf</author>
4  <class>OpenNetwork</class>
5  <widget class="QWidget" name="OpenNetwork">
6   <property name="geometry">
7    <rect>
8     <x>0</x>
9     <y>0</y>
10     <width>487</width>
11     <height>273</height>
12    </rect>
13   </property>
14   <property name="windowTitle">
15    <string>Form</string>
16   </property>
17   <layout class="QVBoxLayout">
18    <item>
19     <widget class="QGroupBox" name="groupBox">
20      <property name="title">
21       <string>Network Protocol</string>
22      </property>
23      <layout class="QGridLayout">
24       <item row="0" column="0">
25        <widget class="QLabel" name="label_1">
26         <property name="sizePolicy">
27          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
28           <horstretch>0</horstretch>
29           <verstretch>0</verstretch>
30          </sizepolicy>
31         </property>
32         <property name="text">
33          <string>Please enter a network URL:</string>
34         </property>
35         <property name="buddy">
36          <cstring>urlText</cstring>
37         </property>
38        </widget>
39       </item>
40       <item row="1" column="0">
41        <widget class="QLineEdit" name="urlText">
42         <property name="toolTip">
43          <string>Enter the URL of the network stream here.</string>
44         </property>
45        </widget>
46       </item>
47       <item row="2" column="0">
48        <widget class="QLabel" name="label">
49         <property name="text">
50          <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
51 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
52 p, li { white-space: pre-wrap; }
53 p { margin: 0; -qt-block-indent: 0; text-indent: 0;}
54 body { font-family: 'sans'; font-size: 8pt; font-weight: 400; }
55 p > span { color: #838383; }
56 &lt;/style&gt;&lt;/head&gt;&lt;body&gt;
57 &lt;p&gt;&lt;span&gt;http://www.example.com/stream.avi&lt;/span&gt;&lt;/p&gt;
58 &lt;p&gt;&lt;span&gt;rtp://@:1234&lt;/span&gt;&lt;/p&gt;
59 &lt;p&gt;&lt;span&gt;mms://mms.examples.com/stream.asx&lt;/span&gt;&lt;/p&gt;
60 &lt;p&gt;&lt;span&gt;rtsp://server.example.org:8080/test.sdp&lt;/span&gt;&lt;/p&gt;
61 &lt;p&gt;&lt;span&gt;http://www.yourtube.com/watch?v=gg64x&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
62         </property>
63         <property name="margin">
64          <number>5</number>
65         </property>
66         <property name="indent">
67          <number>10</number>
68         </property>
69        </widget>
70       </item>
71      </layout>
72     </widget>
73    </item>
74    <item>
75     <spacer>
76      <property name="orientation">
77       <enum>Qt::Vertical</enum>
78      </property>
79      <property name="sizeType">
80       <enum>QSizePolicy::MinimumExpanding</enum>
81      </property>
82      <property name="sizeHint" stdset="0">
83       <size>
84        <width>20</width>
85        <height>10</height>
86       </size>
87      </property>
88     </spacer>
89    </item>
90   </layout>
91  </widget>
92  <tabstops>
93   <tabstop>urlText</tabstop>
94  </tabstops>
95  <resources/>
96  <connections/>
97 </ui>