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 &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>&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>
|
---|
102 | <item rowspan="2" row="0" column="0" >
|
---|
103 | <widget class="QLabel" name="url_icon" >
|
---|
104 | <property name="text" >
|
---|
105 | <string/>
|
---|
106 | </property>
|
---|
107 | <property name="pixmap" >
|
---|
108 | <pixmap resource="icons.qrc" >:/icons-png/url_big.png</pixmap>
|
---|
109 | </property>
|
---|
110 | </widget>
|
---|
111 | </item>
|
---|
112 | </layout>
|
---|
113 | </widget>
|
---|
114 | <tabstops>
|
---|
115 | <tabstop>url_edit</tabstop>
|
---|
116 | <tabstop>playlist_check</tabstop>
|
---|
117 | <tabstop>buttonBox</tabstop>
|
---|
118 | </tabstops>
|
---|
119 | <resources>
|
---|
120 | <include location="icons.qrc" />
|
---|
121 | </resources>
|
---|
122 | <connections>
|
---|
123 | <connection>
|
---|
124 | <sender>buttonBox</sender>
|
---|
125 | <signal>accepted()</signal>
|
---|
126 | <receiver>InputURL</receiver>
|
---|
127 | <slot>accept()</slot>
|
---|
128 | <hints>
|
---|
129 | <hint type="sourcelabel" >
|
---|
130 | <x>248</x>
|
---|
131 | <y>254</y>
|
---|
132 | </hint>
|
---|
133 | <hint type="destinationlabel" >
|
---|
134 | <x>157</x>
|
---|
135 | <y>274</y>
|
---|
136 | </hint>
|
---|
137 | </hints>
|
---|
138 | </connection>
|
---|
139 | <connection>
|
---|
140 | <sender>buttonBox</sender>
|
---|
141 | <signal>rejected()</signal>
|
---|
142 | <receiver>InputURL</receiver>
|
---|
143 | <slot>reject()</slot>
|
---|
144 | <hints>
|
---|
145 | <hint type="sourcelabel" >
|
---|
146 | <x>316</x>
|
---|
147 | <y>260</y>
|
---|
148 | </hint>
|
---|
149 | <hint type="destinationlabel" >
|
---|
150 | <x>286</x>
|
---|
151 | <y>274</y>
|
---|
152 | </hint>
|
---|
153 | </hints>
|
---|
154 | </connection>
|
---|
155 | </connections>
|
---|
156 | </ui>
|
---|