source: smplayer/trunk/src/prefplaylist.ui

Last change on this file was 188, checked in by Silvan Scherrer, 9 years ago

SMPlayer: update trunk to version 17.1.0

  • Property svn:eol-style set to LF
File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PrefPlaylist</class>
4 <widget class="QWidget" name="PrefPlaylist">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>389</width>
10 <height>444</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout">
14 <property name="margin">
15 <number>0</number>
16 </property>
17 <item>
18 <widget class="QTabWidget" name="playlist_tab">
19 <property name="currentIndex">
20 <number>0</number>
21 </property>
22 <widget class="QWidget" name="tab">
23 <attribute name="title">
24 <string>&amp;Playlist</string>
25 </attribute>
26 <layout class="QVBoxLayout">
27 <item>
28 <widget class="QGroupBox" name="groupBox">
29 <property name="title">
30 <string>Playback</string>
31 </property>
32 <layout class="QVBoxLayout" name="verticalLayout">
33 <item>
34 <widget class="QCheckBox" name="play_from_start_check">
35 <property name="text">
36 <string>P&amp;lay files from start</string>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QCheckBox" name="play_on_load_check">
42 <property name="text">
43 <string>S&amp;tart playback after loading a playlist</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QCheckBox" name="play_next_automatically_check">
49 <property name="text">
50 <string>Pla&amp;y next file automatically</string>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QCheckBox" name="ignore_errors_check">
56 <property name="text">
57 <string>Ig&amp;nore playback errors</string>
58 </property>
59 </widget>
60 </item>
61 </layout>
62 </widget>
63 </item>
64 <item>
65 <widget class="QGroupBox" name="groupBox_2">
66 <property name="title">
67 <string>Adding files</string>
68 </property>
69 <layout class="QVBoxLayout" name="verticalLayout_2">
70 <item>
71 <widget class="QCheckBox" name="auto_add_to_playlist_check">
72 <property name="text">
73 <string>&amp;Add files to the playlist automatically</string>
74 </property>
75 </widget>
76 </item>
77 <item>
78 <layout class="QHBoxLayout">
79 <item>
80 <spacer>
81 <property name="orientation">
82 <enum>Qt::Horizontal</enum>
83 </property>
84 <property name="sizeType">
85 <enum>QSizePolicy::Fixed</enum>
86 </property>
87 <property name="sizeHint" stdset="0">
88 <size>
89 <width>20</width>
90 <height>20</height>
91 </size>
92 </property>
93 </spacer>
94 </item>
95 <item>
96 <widget class="QLabel" name="media_to_add_label">
97 <property name="enabled">
98 <bool>false</bool>
99 </property>
100 <property name="text">
101 <string>Add files from &amp;folder:</string>
102 </property>
103 <property name="buddy">
104 <cstring>media_to_add_combo</cstring>
105 </property>
106 </widget>
107 </item>
108 <item>
109 <widget class="QComboBox" name="media_to_add_combo">
110 <property name="enabled">
111 <bool>false</bool>
112 </property>
113 </widget>
114 </item>
115 <item>
116 <spacer name="horizontalSpacer">
117 <property name="orientation">
118 <enum>Qt::Horizontal</enum>
119 </property>
120 <property name="sizeHint" stdset="0">
121 <size>
122 <width>40</width>
123 <height>20</height>
124 </size>
125 </property>
126 </spacer>
127 </item>
128 </layout>
129 </item>
130 <item>
131 <widget class="QCheckBox" name="recursive_check">
132 <property name="text">
133 <string>Add files in directories &amp;recursively</string>
134 </property>
135 </widget>
136 </item>
137 <item>
138 <widget class="QCheckBox" name="getinfo_check">
139 <property name="text">
140 <string>Get &amp;info automatically about files added (slow)</string>
141 </property>
142 </widget>
143 </item>
144 </layout>
145 </widget>
146 </item>
147 <item>
148 <widget class="QCheckBox" name="autosort_check">
149 <property name="text">
150 <string>A&amp;uto sort</string>
151 </property>
152 </widget>
153 </item>
154 <item>
155 <widget class="QCheckBox" name="case_sensitive_search_check">
156 <property name="text">
157 <string>Cas&amp;e sensitive search</string>
158 </property>
159 </widget>
160 </item>
161 <item>
162 <widget class="QCheckBox" name="autosave_on_exit_check">
163 <property name="text">
164 <string>&amp;Save a copy of the playlist on exit</string>
165 </property>
166 </widget>
167 </item>
168 <item>
169 <spacer>
170 <property name="orientation">
171 <enum>Qt::Vertical</enum>
172 </property>
173 <property name="sizeHint" stdset="0">
174 <size>
175 <width>20</width>
176 <height>40</height>
177 </size>
178 </property>
179 </spacer>
180 </item>
181 </layout>
182 </widget>
183 </widget>
184 </item>
185 </layout>
186 </widget>
187 <tabstops>
188 <tabstop>playlist_tab</tabstop>
189 <tabstop>play_from_start_check</tabstop>
190 <tabstop>play_on_load_check</tabstop>
191 <tabstop>play_next_automatically_check</tabstop>
192 <tabstop>ignore_errors_check</tabstop>
193 <tabstop>auto_add_to_playlist_check</tabstop>
194 <tabstop>media_to_add_combo</tabstop>
195 <tabstop>recursive_check</tabstop>
196 <tabstop>getinfo_check</tabstop>
197 <tabstop>autosort_check</tabstop>
198 <tabstop>case_sensitive_search_check</tabstop>
199 <tabstop>autosave_on_exit_check</tabstop>
200 </tabstops>
201 <resources/>
202 <connections>
203 <connection>
204 <sender>auto_add_to_playlist_check</sender>
205 <signal>toggled(bool)</signal>
206 <receiver>media_to_add_combo</receiver>
207 <slot>setEnabled(bool)</slot>
208 <hints>
209 <hint type="sourcelabel">
210 <x>188</x>
211 <y>50</y>
212 </hint>
213 <hint type="destinationlabel">
214 <x>285</x>
215 <y>82</y>
216 </hint>
217 </hints>
218 </connection>
219 <connection>
220 <sender>auto_add_to_playlist_check</sender>
221 <signal>toggled(bool)</signal>
222 <receiver>media_to_add_label</receiver>
223 <slot>setEnabled(bool)</slot>
224 <hints>
225 <hint type="sourcelabel">
226 <x>188</x>
227 <y>50</y>
228 </hint>
229 <hint type="destinationlabel">
230 <x>118</x>
231 <y>82</y>
232 </hint>
233 </hints>
234 </connection>
235 </connections>
236</ui>
Note: See TracBrowser for help on using the repository browser.