]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_net.ui
Qt: NetOpenPanel: add drop-down list
[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        </widget>
36       </item>
37       <item row="2" column="0">
38        <widget class="QLabel" name="label">
39         <property name="text">
40          <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;
41 &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;
42 p, li { white-space: pre-wrap; }
43 p { margin: 0; -qt-block-indent: 0; text-indent: 0;}
44 body { font-family: 'sans'; font-size: 8pt; font-weight: 400; }
45 p &gt; span { color: #838383; }
46 &lt;/style&gt;&lt;/head&gt;&lt;body&gt;
47 &lt;p&gt;&lt;span&gt;http://www.example.com/stream.avi&lt;/span&gt;&lt;/p&gt;
48 &lt;p&gt;&lt;span&gt;rtp://@:1234&lt;/span&gt;&lt;/p&gt;
49 &lt;p&gt;&lt;span&gt;mms://mms.examples.com/stream.asx&lt;/span&gt;&lt;/p&gt;
50 &lt;p&gt;&lt;span&gt;rtsp://server.example.org:8080/test.sdp&lt;/span&gt;&lt;/p&gt;
51 &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>
52         </property>
53         <property name="margin">
54          <number>5</number>
55         </property>
56         <property name="indent">
57          <number>10</number>
58         </property>
59        </widget>
60       </item>
61       <item row="1" column="0">
62        <widget class="QComboBox" name="urlComboBox">
63         <property name="editable">
64          <bool>true</bool>
65         </property>
66         <property name="insertPolicy">
67          <enum>QComboBox::NoInsert</enum>
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>urlComboBox</tabstop>
94  </tabstops>
95  <resources/>
96  <connections/>
97 </ui>