]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_net.ui
Qt: network open, fix caching and add more examples
[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 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt;
54 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#838383;&quot;&gt;http://www.example.com/stream.avi&lt;/span&gt;&lt;/p&gt;
55 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#838383;&quot;&gt;rtp://@1234&lt;/span&gt;&lt;/p&gt;
56 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#838383;&quot;&gt;mms://mms.examples.com/stream.asx&lt;/span&gt;&lt;/p&gt;
57 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#838383;&quot;&gt;rtsp://server.example.org:8080/test.sdp&lt;/span&gt;&lt;/p&gt;
58 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#838383;&quot;&gt;http://www.yourtube.com/watch?v=gg64x&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
59         </property>
60         <property name="margin">
61          <number>5</number>
62         </property>
63         <property name="indent">
64          <number>10</number>
65         </property>
66        </widget>
67       </item>
68      </layout>
69     </widget>
70    </item>
71    <item>
72     <spacer>
73      <property name="orientation">
74       <enum>Qt::Vertical</enum>
75      </property>
76      <property name="sizeType">
77       <enum>QSizePolicy::MinimumExpanding</enum>
78      </property>
79      <property name="sizeHint" stdset="0">
80       <size>
81        <width>20</width>
82        <height>10</height>
83       </size>
84      </property>
85     </spacer>
86    </item>
87   </layout>
88  </widget>
89  <tabstops>
90   <tabstop>urlText</tabstop>
91  </tabstops>
92  <resources/>
93  <connections/>
94 </ui>