2 <class>SlideshowConfig</class>
3 <widget class="QWidget" name="SlideshowConfig" >
4 <property name="geometry" >
12 <property name="sizePolicy" >
13 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
14 <horstretch>0</horstretch>
15 <verstretch>0</verstretch>
18 <layout class="QGridLayout" name="gridLayout" >
19 <item row="0" column="0" >
20 <widget class="QLabel" name="label" >
21 <property name="minimumSize" >
27 <property name="text" >
28 <string>Folders:</string>
30 <property name="alignment" >
31 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
33 <property name="buddy" >
34 <cstring>m_addDir</cstring>
38 <item row="0" column="1" >
39 <widget class="KPushButton" name="m_addDir" >
40 <property name="sizePolicy" >
41 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
42 <horstretch>0</horstretch>
43 <verstretch>0</verstretch>
46 <property name="text" >
47 <string>&Add Folder...</string>
51 <item row="0" column="2" >
52 <widget class="KPushButton" name="m_removeDir" >
53 <property name="sizePolicy" >
54 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
55 <horstretch>0</horstretch>
56 <verstretch>0</verstretch>
59 <property name="text" >
60 <string>&Remove Folder</string>
64 <item row="0" column="3" >
65 <spacer name="horizontalSpacer" >
66 <property name="orientation" >
67 <enum>Qt::Horizontal</enum>
69 <property name="sizeHint" stdset="0" >
77 <item row="1" column="1" colspan="3" >
78 <widget class="KListWidget" name="m_dirlist" >
79 <property name="sizePolicy" >
80 <sizepolicy vsizetype="Maximum" hsizetype="Expanding" >
81 <horstretch>0</horstretch>
82 <verstretch>0</verstretch>
87 <item row="2" column="0" >
88 <widget class="QLabel" name="label_2" >
89 <property name="minimumSize" >
95 <property name="text" >
96 <string>&Change images every:</string>
98 <property name="alignment" >
99 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
101 <property name="buddy" >
102 <cstring>m_slideshowDelay</cstring>
106 <item row="2" column="1" colspan="3" >
107 <layout class="QHBoxLayout" name="horizontalLayout_3" >
109 <widget class="QTimeEdit" name="m_slideshowDelay" >
110 <property name="dateTime" >
120 <property name="currentSection" >
121 <enum>QDateTimeEdit::HourSection</enum>
123 <property name="displayFormat" >
124 <string comment="(qtdt-format) Please do not change the quotes (') and translate only the content of the quotes." >hh 'Hours' mm 'Mins' ss 'Secs'</string>
126 <property name="time" >
136 <spacer name="horizontalSpacer_2" >
137 <property name="orientation" >
138 <enum>Qt::Horizontal</enum>
140 <property name="sizeHint" stdset="0" >
150 <item row="3" column="0" >
151 <widget class="QLabel" name="label_4" >
152 <property name="minimumSize" >
158 <property name="text" >
159 <string>P&ositioning:</string>
161 <property name="alignment" >
162 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
164 <property name="buddy" >
165 <cstring>m_resizeMethod</cstring>
169 <item row="3" column="1" colspan="3" >
170 <layout class="QHBoxLayout" name="horizontalLayout_2" >
172 <widget class="QComboBox" name="m_resizeMethod" >
173 <property name="sizePolicy" >
174 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
175 <horstretch>0</horstretch>
176 <verstretch>0</verstretch>
182 <spacer name="horizontalSpacer_3" >
183 <property name="orientation" >
184 <enum>Qt::Horizontal</enum>
186 <property name="sizeHint" stdset="0" >
196 <item row="4" column="0" >
197 <widget class="QLabel" name="label_5" >
198 <property name="text" >
199 <string>Color:</string>
201 <property name="alignment" >
202 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
204 <property name="buddy" >
205 <cstring>m_color</cstring>
209 <item row="4" column="1" colspan="3" >
210 <layout class="QHBoxLayout" name="horizontalLayout" >
212 <widget class="KColorButton" name="m_color" >
213 <property name="color" >
220 <property name="defaultColor" >
230 <spacer name="horizontalSpacer_4" >
231 <property name="orientation" >
232 <enum>Qt::Horizontal</enum>
234 <property name="sizeHint" stdset="0" >
244 <item row="5" column="1" colspan="2" >
245 <spacer name="verticalSpacer" >
246 <property name="orientation" >
247 <enum>Qt::Vertical</enum>
249 <property name="sizeHint" stdset="0" >
261 <class>KColorButton</class>
262 <extends>QPushButton</extends>
263 <header>kcolorbutton.h</header>
266 <class>KListWidget</class>
267 <extends>QListWidget</extends>
268 <header>klistwidget.h</header>
271 <class>KPushButton</class>
272 <extends>QPushButton</extends>
273 <header>kpushbutton.h</header>