53
53
<property name="text">
54
54
<string>Picture:</string>
56
<property name="buddy">
57
<cstring>picRequester</cstring>
62
<widget class="KUrlComboRequester" name="picRequester">
63
<property name="sizePolicy">
64
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
65
<horstretch>0</horstretch>
66
<verstretch>0</verstretch>
59
<widget class="KUrlRequester" name="picRequester">
69
60
<property name="acceptDrops">
72
63
<property name="filter">
73
<string>*.png *.jpeg *.jpg *.svg *.svgz</string>
64
<string>*.png *.jpeg *.jpg *.svg *.svgz *.bmp</string>
66
<property name="mode">
67
<set>KFile::ExistingOnly|KFile::File</set>
75
69
<property name="fileDialogModality">
76
70
<enum>Qt::NonModal</enum>
127
<property name="orientation">
128
<enum>Qt::Vertical</enum>
130
<property name="sizeType">
131
<enum>QSizePolicy::Expanding</enum>
133
<property name="sizeHint" stdset="0">
120
<spacer name="verticalSpacer_2">
121
<property name="orientation">
122
<enum>Qt::Vertical</enum>
124
<property name="sizeHint" stdset="0">
133
<layout class="QHBoxLayout" name="horizontalLayout_2">
135
<widget class="QLabel" name="label_4">
136
<property name="text">
137
<string>Auto-update:</string>
142
<widget class="QTimeEdit" name="autoUpdateTime">
143
<property name="toolTip">
144
<string>Updates the picture from the source in the given time.
145
Useful if you want a live cam or weather data to be up to date.</string>
147
<property name="specialValueText">
148
<string>never</string>
150
<property name="displayFormat">
151
<string>hh'h' mm'min'</string>
156
<spacer name="horizontalSpacer">
157
<property name="orientation">
158
<enum>Qt::Horizontal</enum>
160
<property name="sizeHint" stdset="0">
171
<spacer name="verticalSpacer_3">
172
<property name="orientation">
173
<enum>Qt::Vertical</enum>
175
<property name="sizeHint" stdset="0">
209
251
<item row="0" column="0">
210
252
<widget class="QLabel" name="label">
211
253
<property name="text">
212
<string>Include Subfolders:</string>
254
<string>Include subfolders:</string>
214
256
<property name="alignment">
215
257
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
355
397
<header>kpushbutton.h</header>
358
<class>KUrlComboRequester</class>
359
<extends>KUrlRequester</extends>
360
<header>kurlrequester.h</header>
361
<container>1</container>
364
400
<class>KComboBox</class>
365
401
<extends>QComboBox</extends>
366
402
<header>kcombobox.h</header>