]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_net.ui
Qt(Dialog provider): Add support for key accelerators
[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="examples">
39         <property name="styleSheet">
40          <string notr="true">color: #838383; </string>
41         </property>
42         <property name="text">
43          <string notr="true">http://www.example.com/stream.avi
44 rtp://@:1234
45 mms://mms.examples.com/stream.asx
46 rtsp://server.example.org:8080/test.sdp
47 http://www.yourtube.com/watch?v=gg64x</string>
48         </property>
49         <property name="margin">
50          <number>5</number>
51         </property>
52         <property name="indent">
53          <number>10</number>
54         </property>
55        </widget>
56       </item>
57       <item row="1" column="0">
58        <widget class="QComboBox" name="urlComboBox">
59         <property name="maximumSize">
60          <size>
61           <width>600</width>
62           <height>16777215</height>
63          </size>
64         </property>
65         <property name="editable">
66          <bool>true</bool>
67         </property>
68         <property name="insertPolicy">
69          <enum>QComboBox::NoInsert</enum>
70         </property>
71        </widget>
72       </item>
73      </layout>
74     </widget>
75    </item>
76    <item>
77     <spacer>
78      <property name="orientation">
79       <enum>Qt::Vertical</enum>
80      </property>
81      <property name="sizeType">
82       <enum>QSizePolicy::MinimumExpanding</enum>
83      </property>
84      <property name="sizeHint" stdset="0">
85       <size>
86        <width>20</width>
87        <height>10</height>
88       </size>
89      </property>
90     </spacer>
91    </item>
92   </layout>
93  </widget>
94  <tabstops>
95   <tabstop>urlComboBox</tabstop>
96  </tabstops>
97  <resources/>
98  <connections/>
99 </ui>