1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>PodcastSettingsDialogBase</class>
3 <author>Seb Ruiz</author>
4 <widget class="QWidget">
6 <cstring>Form1</cstring>
8 <property name="geometry">
16 <property name="sizePolicy">
18 <hsizetype>3</hsizetype>
19 <vsizetype>3</vsizetype>
20 <horstretch>0</horstretch>
21 <verstretch>0</verstretch>
24 <property name="caption">
25 <string>Podcast Configuration</string>
28 <property name="name">
29 <cstring>unnamed</cstring>
31 <property name="margin">
34 <widget class="QButtonGroup" row="3" column="0" rowspan="1" colspan="6">
35 <property name="name">
36 <cstring>buttonGroup1</cstring>
38 <property name="lineWidth">
41 <property name="margin">
44 <property name="title">
45 <string>Media Download</string>
48 <property name="name">
49 <cstring>unnamed</cstring>
51 <widget class="QRadioButton">
52 <property name="name">
53 <cstring>m_streamRadio</cstring>
55 <property name="text">
56 <string>Stream or download on re&quest</string>
58 <property name="toolTip" stdset="0">
59 <string>Media must be explicitly downloaded, otherwise the podcast will be played from the remote server.</string>
61 <property name="whatsThis" stdset="0">
62 <string>Media must be explicitly downloaded, otherwise the podcast will be played from the remote server.</string>
65 <widget class="QRadioButton">
66 <property name="name">
67 <cstring>m_downloadRadio</cstring>
69 <property name="text">
70 <string>Download when a&vailable</string>
72 <property name="toolTip" stdset="0">
73 <string>Download media as soon as it becomes available</string>
75 <property name="whatsThis" stdset="0">
76 <string>Download media as soon as it becomes available</string>
79 <widget class="QCheckBox">
80 <property name="name">
81 <cstring>m_addToMediaDeviceCheck</cstring>
83 <property name="text">
84 <string>Add to media device &transfer queue</string>
86 <property name="toolTip" stdset="0">
87 <string>When checked, Amarok will automatically add newly downloaded podcast shows to the media device transfer queue</string>
89 <property name="whatsThis" stdset="0">
90 <string>When checked, Amarok will automatically add newly downloaded podcast shows to the media device transfer queue</string>
95 <widget class="QCheckBox" row="4" column="0" rowspan="1" colspan="3">
96 <property name="name">
97 <cstring>m_purgeCheck</cstring>
99 <property name="text">
100 <string>Limit &number of episodes</string>
102 <property name="toolTip" stdset="0">
103 <string>If checked, Amarok will throw away old podcast episodes</string>
105 <property name="whatsThis" stdset="0">
106 <string>If checked, Amarok will throw away old podcast episodes</string>
109 <spacer row="4" column="3">
110 <property name="name">
111 <cstring>spacer16</cstring>
113 <property name="orientation">
114 <enum>Horizontal</enum>
116 <property name="sizeType">
117 <enum>Expanding</enum>
119 <property name="sizeHint">
126 <widget class="QLabel" row="4" column="4">
127 <property name="name">
128 <cstring>m_purgeCountLabel</cstring>
130 <property name="text">
131 <string>Keep maximum of:</string>
134 <widget class="QSpinBox" row="4" column="5">
135 <property name="name">
136 <cstring>m_purgeCountSpinBox</cstring>
138 <property name="suffix">
139 <string> Items</string>
141 <property name="minValue">
144 <property name="toolTip" stdset="0">
145 <string>The maximum number of podcast items to store</string>
147 <property name="whatsThis" stdset="0">
148 <string>The maximum number of podcast items to store</string>
151 <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="6">
152 <property name="name">
153 <cstring>m_autoFetchCheck</cstring>
155 <property name="text">
156 <string>Automatically scan for updates</string>
158 <property name="toolTip" stdset="0">
159 <string>When checked, Amarok will automatically scan the podcast for updates</string>
161 <property name="whatsThis" stdset="0">
162 <string>When checked, Amarok will automatically scan the podcast for updates</string>
165 <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2">
166 <property name="name">
167 <cstring>textLabel1</cstring>
169 <property name="text">
170 <string>Save location:</string>
173 <widget class="KUrlRequester" row="1" column="2" rowspan="1" colspan="4">
174 <property name="name">
175 <cstring>m_saveLocation</cstring>
178 <spacer row="5" column="3">
179 <property name="name">
180 <cstring>spacer17</cstring>
182 <property name="orientation">
183 <enum>Vertical</enum>
185 <property name="sizeType">
186 <enum>MinimumExpanding</enum>
188 <property name="sizeHint">
201 <sender>m_purgeCheck</sender>
202 <signal>toggled(bool)</signal>
203 <receiver>m_purgeCountSpinBox</receiver>
204 <slot>setEnabled(bool)</slot>
207 <sender>m_purgeCheck</sender>
208 <signal>toggled(bool)</signal>
209 <receiver>m_purgeCountLabel</receiver>
210 <slot>setEnabled(bool)</slot>
213 <layoutdefaults spacing="6" margin="11"/>
215 <includehint>kurlrequester.h</includehint>
216 <includehint>klineedit.h</includehint>
217 <includehint>kpushbutton.h</includehint>