compile
[kdegraphics.git] / gwenview / app / fullscreenconfigdialog.ui
blobb2d63b2562e84fa4ba3403a17e246273bbff5a39
1 <ui version="4.0" >
2  <class>FullScreenConfigDialog</class>
3  <widget class="QWidget" name="FullScreenConfigDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>336</width>
9     <height>424</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout" >
13    <item row="0" column="0" colspan="2" >
14     <widget class="QLabel" name="mSlideShowTitle" >
15      <property name="text" >
16       <string>Slideshow</string>
17      </property>
18      <property name="isTitle" stdset="0" >
19       <bool>true</bool>
20      </property>
21     </widget>
22    </item>
23    <item row="1" column="0" >
24     <widget class="QLabel" name="label" >
25      <property name="text" >
26       <string>Interval:</string>
27      </property>
28      <property name="alignment" >
29       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
30      </property>
31     </widget>
32    </item>
33    <item row="1" column="1" >
34     <layout class="QHBoxLayout" name="horizontalLayout" >
35      <item>
36       <widget class="QSlider" name="mSlideShowIntervalSlider" >
37        <property name="minimum" >
38         <number>2</number>
39        </property>
40        <property name="maximum" >
41         <number>60</number>
42        </property>
43        <property name="orientation" >
44         <enum>Qt::Horizontal</enum>
45        </property>
46       </widget>
47      </item>
48      <item>
49       <widget class="QLabel" name="mSlideShowIntervalLabel" >
50        <property name="sizePolicy" >
51         <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
52          <horstretch>0</horstretch>
53          <verstretch>0</verstretch>
54         </sizepolicy>
55        </property>
56        <property name="minimumSize" >
57         <size>
58          <width>30</width>
59          <height>0</height>
60         </size>
61        </property>
62        <property name="text" >
63         <string/>
64        </property>
65       </widget>
66      </item>
67     </layout>
68    </item>
69    <item row="2" column="1" >
70     <widget class="QCheckBox" name="mSlideShowLoopCheckBox" >
71      <property name="text" >
72       <string>Loop</string>
73      </property>
74     </widget>
75    </item>
76    <item row="3" column="1" >
77     <widget class="QCheckBox" name="mSlideShowRandomCheckBox" >
78      <property name="text" >
79       <string>Random</string>
80      </property>
81     </widget>
82    </item>
83    <item row="4" column="0" colspan="2" >
84     <widget class="QLabel" name="mMetaDataTitle" >
85      <property name="text" >
86       <string>Metadata</string>
87      </property>
88      <property name="isTitle" stdset="0" >
89       <bool>true</bool>
90      </property>
91     </widget>
92    </item>
93    <item row="5" column="1" >
94     <layout class="QHBoxLayout" name="horizontalLayout_3" >
95      <item>
96       <widget class="QPushButton" name="mConfigureDisplayedInformationButton" >
97        <property name="text" >
98         <string>Configure Displayed Metadata...</string>
99        </property>
100       </widget>
101      </item>
102      <item>
103       <spacer name="horizontalSpacer_2" >
104        <property name="orientation" >
105         <enum>Qt::Horizontal</enum>
106        </property>
107        <property name="sizeHint" stdset="0" >
108         <size>
109          <width>40</width>
110          <height>20</height>
111         </size>
112        </property>
113       </spacer>
114      </item>
115     </layout>
116    </item>
117    <item row="6" column="0" colspan="2" >
118     <widget class="QLabel" name="label_2" >
119      <property name="text" >
120       <string>Appearance</string>
121      </property>
122      <property name="isTitle" stdset="0" >
123       <bool>true</bool>
124      </property>
125     </widget>
126    </item>
127    <item row="7" column="0" >
128     <widget class="QLabel" name="label_3" >
129      <property name="text" >
130       <string>Theme:</string>
131      </property>
132      <property name="alignment" >
133       <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
134      </property>
135     </widget>
136    </item>
137    <item row="7" column="1" >
138     <widget class="QListWidget" name="mThemeListWidget" />
139    </item>
140    <item row="8" column="1" >
141     <widget class="QCheckBox" name="mShowThumbnailsCheckBox" >
142      <property name="text" >
143       <string>Show thumbnails</string>
144      </property>
145      <property name="checked" >
146       <bool>true</bool>
147      </property>
148     </widget>
149    </item>
150    <item row="9" column="1" >
151     <layout class="QHBoxLayout" name="horizontalLayout_4" >
152      <item>
153       <widget class="QLabel" name="label_5" >
154        <property name="text" >
155         <string>Height:</string>
156        </property>
157        <property name="alignment" >
158         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
159        </property>
160       </widget>
161      </item>
162      <item>
163       <widget class="QSlider" name="mHeightSlider" >
164        <property name="sizePolicy" >
165         <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
166          <horstretch>0</horstretch>
167          <verstretch>0</verstretch>
168         </sizepolicy>
169        </property>
170        <property name="minimumSize" >
171         <size>
172          <width>204</width>
173          <height>0</height>
174         </size>
175        </property>
176        <property name="minimum" >
177         <number>70</number>
178        </property>
179        <property name="maximum" >
180         <number>256</number>
181        </property>
182        <property name="value" >
183         <number>70</number>
184        </property>
185        <property name="orientation" >
186         <enum>Qt::Horizontal</enum>
187        </property>
188       </widget>
189      </item>
190     </layout>
191    </item>
192    <item row="10" column="0" colspan="2" >
193     <widget class="Line" name="line" >
194      <property name="minimumSize" >
195       <size>
196        <width>0</width>
197        <height>3</height>
198       </size>
199      </property>
200      <property name="orientation" >
201       <enum>Qt::Horizontal</enum>
202      </property>
203     </widget>
204    </item>
205    <item row="11" column="0" colspan="2" >
206     <layout class="QHBoxLayout" name="horizontalLayout_2" >
207      <item>
208       <spacer name="horizontalSpacer" >
209        <property name="orientation" >
210         <enum>Qt::Horizontal</enum>
211        </property>
212        <property name="sizeHint" stdset="0" >
213         <size>
214          <width>40</width>
215          <height>20</height>
216         </size>
217        </property>
218       </spacer>
219      </item>
220      <item>
221       <widget class="QPushButton" name="mCloseButton" >
222        <property name="text" >
223         <string>Close</string>
224        </property>
225       </widget>
226      </item>
227     </layout>
228    </item>
229   </layout>
230  </widget>
231  <tabstops>
232   <tabstop>mSlideShowIntervalSlider</tabstop>
233   <tabstop>mSlideShowLoopCheckBox</tabstop>
234   <tabstop>mSlideShowRandomCheckBox</tabstop>
235   <tabstop>mConfigureDisplayedInformationButton</tabstop>
236   <tabstop>mThemeListWidget</tabstop>
237   <tabstop>mShowThumbnailsCheckBox</tabstop>
238   <tabstop>mHeightSlider</tabstop>
239   <tabstop>mCloseButton</tabstop>
240  </tabstops>
241  <resources/>
242  <connections>
243   <connection>
244    <sender>mCloseButton</sender>
245    <signal>clicked()</signal>
246    <receiver>FullScreenConfigDialog</receiver>
247    <slot>close()</slot>
248    <hints>
249     <hint type="sourcelabel" >
250      <x>325</x>
251      <y>413</y>
252     </hint>
253     <hint type="destinationlabel" >
254      <x>335</x>
255      <y>174</y>
256     </hint>
257    </hints>
258   </connection>
259   <connection>
260    <sender>mShowThumbnailsCheckBox</sender>
261    <signal>toggled(bool)</signal>
262    <receiver>mHeightSlider</receiver>
263    <slot>setEnabled(bool)</slot>
264    <hints>
265     <hint type="sourcelabel" >
266      <x>137</x>
267      <y>328</y>
268     </hint>
269     <hint type="destinationlabel" >
270      <x>156</x>
271      <y>362</y>
272     </hint>
273    </hints>
274   </connection>
275   <connection>
276    <sender>mShowThumbnailsCheckBox</sender>
277    <signal>toggled(bool)</signal>
278    <receiver>label_5</receiver>
279    <slot>setEnabled(bool)</slot>
280    <hints>
281     <hint type="sourcelabel" >
282      <x>94</x>
283      <y>332</y>
284     </hint>
285     <hint type="destinationlabel" >
286      <x>85</x>
287      <y>354</y>
288     </hint>
289    </hints>
290   </connection>
291  </connections>
292 </ui>