source: smplayer/trunk/src/multilineinputdialog.ui@ 162

Last change on this file since 162 was 142, checked in by Silvan Scherrer, 12 years ago

SMPlayer: update trunk to 0.8.5

File size: 2.1 KB
Line 
1<ui version="4.0" >
2 <class>MultilineInputDialog</class>
3 <widget class="QDialog" name="MultilineInputDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>416</width>
9 <height>285</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Enter URL(s)</string>
14 </property>
15 <layout class="QVBoxLayout" >
16 <item>
17 <widget class="QLabel" name="label" >
18 <property name="text" >
19 <string>Enter the URL(s) to be added to the playlist. One per line.</string>
20 </property>
21 <property name="wordWrap" >
22 <bool>true</bool>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <widget class="QTextEdit" name="editor" >
28 <property name="lineWrapMode" >
29 <enum>QTextEdit::NoWrap</enum>
30 </property>
31 <property name="acceptRichText" >
32 <bool>false</bool>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <widget class="Line" name="line" >
38 <property name="orientation" >
39 <enum>Qt::Horizontal</enum>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="QDialogButtonBox" name="buttonBox" >
45 <property name="orientation" >
46 <enum>Qt::Horizontal</enum>
47 </property>
48 <property name="standardButtons" >
49 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
50 </property>
51 </widget>
52 </item>
53 </layout>
54 </widget>
55 <resources/>
56 <connections>
57 <connection>
58 <sender>buttonBox</sender>
59 <signal>accepted()</signal>
60 <receiver>MultilineInputDialog</receiver>
61 <slot>accept()</slot>
62 <hints>
63 <hint type="sourcelabel" >
64 <x>248</x>
65 <y>254</y>
66 </hint>
67 <hint type="destinationlabel" >
68 <x>157</x>
69 <y>274</y>
70 </hint>
71 </hints>
72 </connection>
73 <connection>
74 <sender>buttonBox</sender>
75 <signal>rejected()</signal>
76 <receiver>MultilineInputDialog</receiver>
77 <slot>reject()</slot>
78 <hints>
79 <hint type="sourcelabel" >
80 <x>316</x>
81 <y>260</y>
82 </hint>
83 <hint type="destinationlabel" >
84 <x>286</x>
85 <y>274</y>
86 </hint>
87 </hints>
88 </connection>
89 </connections>
90</ui>
Note: See TracBrowser for help on using the repository browser.