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

Last change on this file since 175 was 175, checked in by Silvan Scherrer, 10 years ago

smplayer: update vendor to version 16.4

File size: 5.4 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>378</width>
10 <height>367</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="QCheckBox" name="auto_add_to_playlist_check">
29 <property name="text">
30 <string>&amp;Automatically add files to playlist</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <layout class="QHBoxLayout">
36 <item>
37 <spacer>
38 <property name="orientation">
39 <enum>Qt::Horizontal</enum>
40 </property>
41 <property name="sizeType">
42 <enum>QSizePolicy::Fixed</enum>
43 </property>
44 <property name="sizeHint" stdset="0">
45 <size>
46 <width>20</width>
47 <height>20</height>
48 </size>
49 </property>
50 </spacer>
51 </item>
52 <item>
53 <widget class="QLabel" name="media_to_add_label">
54 <property name="enabled">
55 <bool>false</bool>
56 </property>
57 <property name="text">
58 <string>Add files from &amp;folder:</string>
59 </property>
60 <property name="buddy">
61 <cstring>media_to_add_combo</cstring>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QComboBox" name="media_to_add_combo">
67 <property name="enabled">
68 <bool>false</bool>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <spacer name="horizontalSpacer">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
76 </property>
77 <property name="sizeHint" stdset="0">
78 <size>
79 <width>40</width>
80 <height>20</height>
81 </size>
82 </property>
83 </spacer>
84 </item>
85 </layout>
86 </item>
87 <item>
88 <widget class="Line" name="line">
89 <property name="sizePolicy">
90 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
91 <horstretch>0</horstretch>
92 <verstretch>0</verstretch>
93 </sizepolicy>
94 </property>
95 <property name="orientation">
96 <enum>Qt::Horizontal</enum>
97 </property>
98 </widget>
99 </item>
100 <item>
101 <widget class="QCheckBox" name="play_from_start_check">
102 <property name="text">
103 <string>P&amp;lay files from start</string>
104 </property>
105 </widget>
106 </item>
107 <item>
108 <widget class="QCheckBox" name="recursive_check">
109 <property name="text">
110 <string>Add files in directories &amp;recursively</string>
111 </property>
112 </widget>
113 </item>
114 <item>
115 <widget class="QCheckBox" name="getinfo_check">
116 <property name="text">
117 <string>Get &amp;info automatically about files added (slow)</string>
118 </property>
119 </widget>
120 </item>
121 <item>
122 <widget class="QCheckBox" name="autosave_on_exit_check">
123 <property name="text">
124 <string>&amp;Save copy of playlist on exit</string>
125 </property>
126 </widget>
127 </item>
128 <item>
129 <widget class="QCheckBox" name="ignore_errors_check">
130 <property name="text">
131 <string>Play &amp;next file even if the previous file failed</string>
132 </property>
133 </widget>
134 </item>
135 <item>
136 <spacer>
137 <property name="orientation">
138 <enum>Qt::Vertical</enum>
139 </property>
140 <property name="sizeHint" stdset="0">
141 <size>
142 <width>20</width>
143 <height>40</height>
144 </size>
145 </property>
146 </spacer>
147 </item>
148 </layout>
149 </widget>
150 </widget>
151 </item>
152 </layout>
153 </widget>
154 <tabstops>
155 <tabstop>playlist_tab</tabstop>
156 <tabstop>auto_add_to_playlist_check</tabstop>
157 <tabstop>media_to_add_combo</tabstop>
158 <tabstop>play_from_start_check</tabstop>
159 <tabstop>recursive_check</tabstop>
160 <tabstop>getinfo_check</tabstop>
161 <tabstop>autosave_on_exit_check</tabstop>
162 </tabstops>
163 <resources/>
164 <connections>
165 <connection>
166 <sender>auto_add_to_playlist_check</sender>
167 <signal>toggled(bool)</signal>
168 <receiver>media_to_add_combo</receiver>
169 <slot>setEnabled(bool)</slot>
170 <hints>
171 <hint type="sourcelabel">
172 <x>188</x>
173 <y>50</y>
174 </hint>
175 <hint type="destinationlabel">
176 <x>285</x>
177 <y>82</y>
178 </hint>
179 </hints>
180 </connection>
181 <connection>
182 <sender>auto_add_to_playlist_check</sender>
183 <signal>toggled(bool)</signal>
184 <receiver>media_to_add_label</receiver>
185 <slot>setEnabled(bool)</slot>
186 <hints>
187 <hint type="sourcelabel">
188 <x>188</x>
189 <y>50</y>
190 </hint>
191 <hint type="destinationlabel">
192 <x>118</x>
193 <y>82</y>
194 </hint>
195 </hints>
196 </connection>
197 </connections>
198</ui>
Note: See TracBrowser for help on using the repository browser.