source: smplayer/vendor/current/src/prefplaylist.ui@ 140

Last change on this file since 140 was 118, checked in by Silvan Scherrer, 14 years ago

smplayer vendor udate

File size: 4.3 KB
Line 
1<ui version="4.0" >
2 <class>PrefPlaylist</class>
3 <widget class="QWidget" name="PrefPlaylist" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>376</width>
9 <height>367</height>
10 </rect>
11 </property>
12 <layout class="QVBoxLayout" >
13 <property name="leftMargin" >
14 <number>0</number>
15 </property>
16 <property name="topMargin" >
17 <number>0</number>
18 </property>
19 <property name="rightMargin" >
20 <number>0</number>
21 </property>
22 <property name="bottomMargin" >
23 <number>0</number>
24 </property>
25 <item>
26 <widget class="QTabWidget" name="playlist_tab" >
27 <property name="currentIndex" >
28 <number>0</number>
29 </property>
30 <widget class="QWidget" name="tab" >
31 <attribute name="title" >
32 <string>&amp;Playlist</string>
33 </attribute>
34 <layout class="QVBoxLayout" >
35 <item>
36 <widget class="QCheckBox" name="auto_add_to_playlist_check" >
37 <property name="text" >
38 <string>&amp;Automatically add files to playlist</string>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <layout class="QHBoxLayout" >
44 <item>
45 <spacer>
46 <property name="orientation" >
47 <enum>Qt::Horizontal</enum>
48 </property>
49 <property name="sizeType" >
50 <enum>QSizePolicy::Fixed</enum>
51 </property>
52 <property name="sizeHint" >
53 <size>
54 <width>20</width>
55 <height>20</height>
56 </size>
57 </property>
58 </spacer>
59 </item>
60 <item>
61 <widget class="QCheckBox" name="add_consecutive_files_check" >
62 <property name="enabled" >
63 <bool>false</bool>
64 </property>
65 <property name="sizePolicy" >
66 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
67 <horstretch>0</horstretch>
68 <verstretch>0</verstretch>
69 </sizepolicy>
70 </property>
71 <property name="text" >
72 <string>Add &amp;consecutive files</string>
73 </property>
74 </widget>
75 </item>
76 </layout>
77 </item>
78 <item>
79 <widget class="Line" name="line" >
80 <property name="sizePolicy" >
81 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
82 <horstretch>0</horstretch>
83 <verstretch>0</verstretch>
84 </sizepolicy>
85 </property>
86 <property name="orientation" >
87 <enum>Qt::Horizontal</enum>
88 </property>
89 </widget>
90 </item>
91 <item>
92 <widget class="QCheckBox" name="play_from_start_check" >
93 <property name="text" >
94 <string>P&amp;lay files from start</string>
95 </property>
96 </widget>
97 </item>
98 <item>
99 <widget class="QCheckBox" name="recursive_check" >
100 <property name="text" >
101 <string>Add files in directories &amp;recursively</string>
102 </property>
103 </widget>
104 </item>
105 <item>
106 <widget class="QCheckBox" name="getinfo_check" >
107 <property name="text" >
108 <string>Get &amp;info automatically about files added (slow)</string>
109 </property>
110 </widget>
111 </item>
112 <item>
113 <widget class="QCheckBox" name="autosave_on_exit_check" >
114 <property name="text" >
115 <string>&amp;Save copy of playlist on exit</string>
116 </property>
117 </widget>
118 </item>
119 <item>
120 <spacer>
121 <property name="orientation" >
122 <enum>Qt::Vertical</enum>
123 </property>
124 <property name="sizeHint" >
125 <size>
126 <width>354</width>
127 <height>61</height>
128 </size>
129 </property>
130 </spacer>
131 </item>
132 </layout>
133 </widget>
134 </widget>
135 </item>
136 </layout>
137 </widget>
138 <resources/>
139 <connections>
140 <connection>
141 <sender>auto_add_to_playlist_check</sender>
142 <signal>toggled(bool)</signal>
143 <receiver>add_consecutive_files_check</receiver>
144 <slot>setEnabled(bool)</slot>
145 <hints>
146 <hint type="sourcelabel" >
147 <x>224</x>
148 <y>56</y>
149 </hint>
150 <hint type="destinationlabel" >
151 <x>237</x>
152 <y>87</y>
153 </hint>
154 </hints>
155 </connection>
156 </connections>
157</ui>
Note: See TracBrowser for help on using the repository browser.