add more spacing
[personal-kdebase.git] / workspace / plasma / wallpapers / image / slideshowconfig.ui
blob939e9937d7c786de1398527f8155f098e14bbb9e
1 <ui version="4.0" >
2  <class>SlideshowConfig</class>
3  <widget class="QWidget" name="SlideshowConfig" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>468</width>
9     <height>347</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <layout class="QGridLayout" name="gridLayout" >
19    <item row="0" column="0" >
20     <widget class="QLabel" name="label" >
21      <property name="minimumSize" >
22       <size>
23        <width>75</width>
24        <height>0</height>
25       </size>
26      </property>
27      <property name="text" >
28       <string>Folders:</string>
29      </property>
30      <property name="alignment" >
31       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
32      </property>
33      <property name="buddy" >
34       <cstring>m_addDir</cstring>
35      </property>
36     </widget>
37    </item>
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>
44       </sizepolicy>
45      </property>
46      <property name="text" >
47       <string>&amp;Add Folder...</string>
48      </property>
49     </widget>
50    </item>
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>
57       </sizepolicy>
58      </property>
59      <property name="text" >
60       <string>&amp;Remove Folder</string>
61      </property>
62     </widget>
63    </item>
64    <item row="0" column="3" >
65     <spacer name="horizontalSpacer" >
66      <property name="orientation" >
67       <enum>Qt::Horizontal</enum>
68      </property>
69      <property name="sizeHint" stdset="0" >
70       <size>
71        <width>105</width>
72        <height>23</height>
73       </size>
74      </property>
75     </spacer>
76    </item>
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>
83       </sizepolicy>
84      </property>
85     </widget>
86    </item>
87    <item row="2" column="0" >
88     <widget class="QLabel" name="label_2" >
89      <property name="minimumSize" >
90       <size>
91        <width>125</width>
92        <height>0</height>
93       </size>
94      </property>
95      <property name="text" >
96       <string>&amp;Change images every:</string>
97      </property>
98      <property name="alignment" >
99       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
100      </property>
101      <property name="buddy" >
102       <cstring>m_slideshowDelay</cstring>
103      </property>
104     </widget>
105    </item>
106    <item row="2" column="1" colspan="3" >
107     <layout class="QHBoxLayout" name="horizontalLayout_3" >
108      <item>
109       <widget class="QTimeEdit" name="m_slideshowDelay" >
110        <property name="dateTime" >
111         <datetime>
112          <hour>0</hour>
113          <minute>0</minute>
114          <second>0</second>
115          <year>2000</year>
116          <month>1</month>
117          <day>1</day>
118         </datetime>
119        </property>
120        <property name="currentSection" >
121         <enum>QDateTimeEdit::HourSection</enum>
122        </property>
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>
125        </property>
126        <property name="time" >
127         <time>
128          <hour>0</hour>
129          <minute>0</minute>
130          <second>0</second>
131         </time>
132        </property>
133       </widget>
134      </item>
135      <item>
136       <spacer name="horizontalSpacer_2" >
137        <property name="orientation" >
138         <enum>Qt::Horizontal</enum>
139        </property>
140        <property name="sizeHint" stdset="0" >
141         <size>
142          <width>40</width>
143          <height>20</height>
144         </size>
145        </property>
146       </spacer>
147      </item>
148     </layout>
149    </item>
150    <item row="3" column="0" >
151     <widget class="QLabel" name="label_4" >
152      <property name="minimumSize" >
153       <size>
154        <width>75</width>
155        <height>0</height>
156       </size>
157      </property>
158      <property name="text" >
159       <string>P&amp;ositioning:</string>
160      </property>
161      <property name="alignment" >
162       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
163      </property>
164      <property name="buddy" >
165       <cstring>m_resizeMethod</cstring>
166      </property>
167     </widget>
168    </item>
169    <item row="3" column="1" colspan="3" >
170     <layout class="QHBoxLayout" name="horizontalLayout_2" >
171      <item>
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>
177         </sizepolicy>
178        </property>
179       </widget>
180      </item>
181      <item>
182       <spacer name="horizontalSpacer_3" >
183        <property name="orientation" >
184         <enum>Qt::Horizontal</enum>
185        </property>
186        <property name="sizeHint" stdset="0" >
187         <size>
188          <width>40</width>
189          <height>20</height>
190         </size>
191        </property>
192       </spacer>
193      </item>
194     </layout>
195    </item>
196    <item row="4" column="0" >
197     <widget class="QLabel" name="label_5" >
198      <property name="text" >
199       <string>Color:</string>
200      </property>
201      <property name="alignment" >
202       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
203      </property>
204      <property name="buddy" >
205       <cstring>m_color</cstring>
206      </property>
207     </widget>
208    </item>
209    <item row="4" column="1" colspan="3" >
210     <layout class="QHBoxLayout" name="horizontalLayout" >
211      <item>
212       <widget class="KColorButton" name="m_color" >
213        <property name="color" >
214         <color>
215          <red>70</red>
216          <green>90</green>
217          <blue>130</blue>
218         </color>
219        </property>
220        <property name="defaultColor" >
221         <color>
222          <red>70</red>
223          <green>90</green>
224          <blue>130</blue>
225         </color>
226        </property>
227       </widget>
228      </item>
229      <item>
230       <spacer name="horizontalSpacer_4" >
231        <property name="orientation" >
232         <enum>Qt::Horizontal</enum>
233        </property>
234        <property name="sizeHint" stdset="0" >
235         <size>
236          <width>40</width>
237          <height>20</height>
238         </size>
239        </property>
240       </spacer>
241      </item>
242     </layout>
243    </item>
244    <item row="5" column="1" colspan="2" >
245     <spacer name="verticalSpacer" >
246      <property name="orientation" >
247       <enum>Qt::Vertical</enum>
248      </property>
249      <property name="sizeHint" stdset="0" >
250       <size>
251        <width>105</width>
252        <height>5</height>
253       </size>
254      </property>
255     </spacer>
256    </item>
257   </layout>
258  </widget>
259  <customwidgets>
260   <customwidget>
261    <class>KColorButton</class>
262    <extends>QPushButton</extends>
263    <header>kcolorbutton.h</header>
264   </customwidget>
265   <customwidget>
266    <class>KListWidget</class>
267    <extends>QListWidget</extends>
268    <header>klistwidget.h</header>
269   </customwidget>
270   <customwidget>
271    <class>KPushButton</class>
272    <extends>QPushButton</extends>
273    <header>kpushbutton.h</header>
274   </customwidget>
275  </customwidgets>
276  <resources/>
277  <connections/>
278 </ui>