source: smplayer/trunk/src/inputurl.ui@ 150

Last change on this file since 150 was 124, checked in by Silvan Scherrer, 13 years ago

SMPlayer: 0.7.1 trunk update

  • Property svn:eol-style set to LF
File size: 3.6 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>525</width>
9 <height>109</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>SMPlayer - Enter URL</string>
14 </property>
15 <layout class="QGridLayout" >
16 <property name="leftMargin" >
17 <number>9</number>
18 </property>
19 <property name="topMargin" >
20 <number>9</number>
21 </property>
22 <property name="rightMargin" >
23 <number>9</number>
24 </property>
25 <property name="bottomMargin" >
26 <number>9</number>
27 </property>
28 <property name="horizontalSpacing" >
29 <number>6</number>
30 </property>
31 <property name="verticalSpacing" >
32 <number>6</number>
33 </property>
34 <item row="0" column="0" >
35 <widget class="QLabel" name="url_icon" >
36 <property name="text" >
37 <string/>
38 </property>
39 <property name="pixmap" >
40 <pixmap resource="icons.qrc" >:/icons-png/url_big.png</pixmap>
41 </property>
42 </widget>
43 </item>
44 <item row="0" column="1" >
45 <layout class="QHBoxLayout" >
46 <property name="spacing" >
47 <number>6</number>
48 </property>
49 <property name="leftMargin" >
50 <number>0</number>
51 </property>
52 <property name="topMargin" >
53 <number>0</number>
54 </property>
55 <property name="rightMargin" >
56 <number>0</number>
57 </property>
58 <property name="bottomMargin" >
59 <number>0</number>
60 </property>
61 <item>
62 <widget class="QLabel" name="label" >
63 <property name="text" >
64 <string>&amp;URL:</string>
65 </property>
66 <property name="buddy" >
67 <cstring>url_edit</cstring>
68 </property>
69 </widget>
70 </item>
71 <item>
72 <widget class="QComboBox" name="url_edit" >
73 <property name="sizePolicy" >
74 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
75 <horstretch>0</horstretch>
76 <verstretch>0</verstretch>
77 </sizepolicy>
78 </property>
79 <property name="editable" >
80 <bool>true</bool>
81 </property>
82 <property name="sizeAdjustPolicy" >
83 <enum>QComboBox::AdjustToMinimumContentsLength</enum>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </item>
89 <item row="1" column="0" colspan="2" >
90 <widget class="Line" name="line" >
91 <property name="orientation" >
92 <enum>Qt::Horizontal</enum>
93 </property>
94 </widget>
95 </item>
96 <item row="2" column="0" colspan="2" >
97 <widget class="QDialogButtonBox" name="buttonBox" >
98 <property name="orientation" >
99 <enum>Qt::Horizontal</enum>
100 </property>
101 <property name="standardButtons" >
102 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
103 </property>
104 </widget>
105 </item>
106 </layout>
107 </widget>
108 <tabstops>
109 <tabstop>url_edit</tabstop>
110 <tabstop>buttonBox</tabstop>
111 </tabstops>
112 <resources>
113 <include location="icons.qrc" />
114 </resources>
115 <connections>
116 <connection>
117 <sender>buttonBox</sender>
118 <signal>accepted()</signal>
119 <receiver>InputURL</receiver>
120 <slot>accept()</slot>
121 <hints>
122 <hint type="sourcelabel" >
123 <x>248</x>
124 <y>254</y>
125 </hint>
126 <hint type="destinationlabel" >
127 <x>157</x>
128 <y>274</y>
129 </hint>
130 </hints>
131 </connection>
132 <connection>
133 <sender>buttonBox</sender>
134 <signal>rejected()</signal>
135 <receiver>InputURL</receiver>
136 <slot>reject()</slot>
137 <hints>
138 <hint type="sourcelabel" >
139 <x>316</x>
140 <y>260</y>
141 </hint>
142 <hint type="destinationlabel" >
143 <x>286</x>
144 <y>274</y>
145 </hint>
146 </hints>
147 </connection>
148 </connections>
149</ui>
Note: See TracBrowser for help on using the repository browser.