source: smplayer/vendor/0.6.9/src/inputurl.ui@ 189

Last change on this file since 189 was 90, checked in by Silvan Scherrer, 16 years ago

smplayer: import 0.6.9

File size: 3.7 KB
Line 
1<ui version="4.0" >
2 <class>InputURL</class>
3 <widget class="QDialog" name="InputURL" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>608</width>
9 <height>126</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>SMPlayer - Enter URL</string>
14 </property>
15 <layout class="QGridLayout" >
16 <property name="margin" >
17 <number>9</number>
18 </property>
19 <property name="spacing" >
20 <number>6</number>
21 </property>
22 <item row="1" column="1" >
23 <layout class="QHBoxLayout" >
24 <property name="spacing" >
25 <number>6</number>
26 </property>
27 <property name="margin" >
28 <number>0</number>
29 </property>
30 <item>
31 <spacer>
32 <property name="orientation" >
33 <enum>Qt::Horizontal</enum>
34 </property>
35 <property name="sizeHint" >
36 <size>
37 <width>40</width>
38 <height>20</height>
39 </size>
40 </property>
41 </spacer>
42 </item>
43 <item>
44 <widget class="QCheckBox" name="playlist_check" >
45 <property name="text" >
46 <string>It's a &amp;playlist</string>
47 </property>
48 </widget>
49 </item>
50 </layout>
51 </item>
52 <item row="2" column="0" colspan="2" >
53 <widget class="Line" name="line" >
54 <property name="orientation" >
55 <enum>Qt::Horizontal</enum>
56 </property>
57 </widget>
58 </item>
59 <item row="3" column="0" colspan="2" >
60 <widget class="QDialogButtonBox" name="buttonBox" >
61 <property name="orientation" >
62 <enum>Qt::Horizontal</enum>
63 </property>
64 <property name="standardButtons" >
65 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
66 </property>
67 </widget>
68 </item>
69 <item row="0" column="1" >
70 <layout class="QHBoxLayout" >
71 <property name="spacing" >
72 <number>6</number>
73 </property>
74 <property name="margin" >
75 <number>0</number>
76 </property>
77 <item>
78 <widget class="QLabel" name="label" >
79 <property name="text" >
80 <string>&amp;URL:</string>
81 </property>
82 <property name="buddy" >
83 <cstring>url_edit</cstring>
84 </property>
85 </widget>
86 </item>
87 <item>
88 <widget class="QComboBox" name="url_edit" >
89 <property name="editable" >
90 <bool>true</bool>
91 </property>
92 <property name="sizePolicy" >
93 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
94 <horstretch>0</horstretch>
95 <verstretch>0</verstretch>
96 </sizepolicy>
97 </property>
98 </widget>
99 </item>
100 </layout>
101 </item>