compile
[kdegraphics.git] / okular / conf / dlgpresentationbase.ui
blob34ec018a44390029f0befcadcf8b46dd8bdee064
1 <ui version="4.0" >
2  <class>DlgPresentationBase</class>
3  <widget class="QWidget" name="DlgPresentationBase" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>446</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" name="verticalLayout_2" >
13    <property name="margin" >
14     <number>0</number>
15    </property>
16    <item>
17     <widget class="QGroupBox" name="groupBox" >
18      <property name="title" >
19       <string>Navigation</string>
20      </property>
21      <layout class="QVBoxLayout" >
22       <property name="spacing" >
23        <number>6</number>
24       </property>
25       <property name="margin" >
26        <number>9</number>
27       </property>
28       <item>
29        <layout class="QHBoxLayout" >
30         <property name="spacing" >
31          <number>6</number>
32         </property>
33         <property name="margin" >
34          <number>0</number>
35         </property>
36         <item>
37          <widget class="QCheckBox" name="kcfg_SlidesAdvance" >
38           <property name="text" >
39            <string>Advance every:</string>
40           </property>
41          </widget>
42         </item>
43         <item>
44          <widget class="QSpinBox" name="kcfg_SlidesAdvanceTime" >
45           <property name="enabled" >
46            <bool>false</bool>
47           </property>
48           <property name="suffix" >
49            <string> sec.</string>
50           </property>
51           <property name="value" >
52            <number>5</number>
53           </property>
54          </widget>
55         </item>
56        </layout>
57       </item>
58       <item>
59        <widget class="QCheckBox" name="kcfg_SlidesLoop" >
60         <property name="text" >
61          <string>Loop after last page</string>
62         </property>
63        </widget>
64       </item>
65      </layout>
66     </widget>
67    </item>
68    <item>
69     <widget class="QGroupBox" name="groupBox_2" >
70      <property name="title" >
71       <string>Appearance</string>
72      </property>
73      <layout class="QVBoxLayout" name="verticalLayout" >
74       <item>
75        <layout class="QGridLayout" name="gridLayout_3" >
76         <item row="0" column="0" >
77          <widget class="QLabel" name="textLabel3" >
78           <property name="text" >
79            <string>Background color:</string>
80           </property>
81           <property name="alignment" >
82            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
83           </property>
84          </widget>
85         </item>
86         <item row="0" column="1" >
87          <widget class="KColorButton" name="kcfg_SlidesBackgroundColor" />
88         </item>
89         <item row="1" column="0" >
90          <widget class="QLabel" name="label" >
91           <property name="text" >
92            <string>Pencil color:</string>
93           </property>
94           <property name="alignment" >
95            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
96           </property>
97          </widget>
98         </item>
99         <item row="1" column="1" >
100          <widget class="KColorButton" name="kcfg_SlidesPencilColor" />
101         </item>
102         <item row="2" column="0" >
103          <widget class="QLabel" name="textLabel2" >
104           <property name="text" >
105            <string>Mouse cursor:</string>
106           </property>
107           <property name="alignment" >
108            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
109           </property>
110          </widget>
111         </item>
112         <item row="2" column="1" >
113          <widget class="QComboBox" name="kcfg_SlidesCursor" >
114           <item>
115            <property name="text" >
116             <string>Hidden After Delay</string>
117            </property>
118           </item>
119           <item>
120            <property name="text" >
121             <string>Always Visible</string>
122            </property>
123           </item>
124           <item>
125            <property name="text" >
126             <string>Always Hidden</string>
127            </property>
128           </item>
129          </widget>
130         </item>
131        </layout>
132       </item>
133       <item>
134        <widget class="QCheckBox" name="kcfg_SlidesShowProgress" >
135         <property name="text" >
136          <string>Show &amp;progress indicator</string>
137         </property>
138        </widget>
139       </item>
140       <item>
141        <widget class="QCheckBox" name="kcfg_SlidesShowSummary" >
142         <property name="text" >
143          <string>Show s&amp;ummary page</string>
144         </property>
145        </widget>
146       </item>
147      </layout>
148     </widget>
149    </item>
150    <item>
151     <widget class="QGroupBox" name="kcfg_SlidesTransitionsEnabled" >
152      <property name="title" >
153       <string>Enable transitions</string>
154      </property>
155      <property name="checkable" >
156       <bool>true</bool>
157      </property>
158      <property name="checked" >
159       <bool>true</bool>
160      </property>
161      <layout class="QGridLayout" name="gridLayout" >
162       <item row="0" column="0" >
163        <widget class="QLabel" name="textLabel1" >
164         <property name="text" >
165          <string>Default transition:</string>
166         </property>
167         <property name="alignment" >
168          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
169         </property>
170        </widget>
171       </item>
172       <item row="0" column="1" >
173        <widget class="QComboBox" name="kcfg_SlidesTransition" >
174         <item>
175          <property name="text" >
176           <string>Blinds Vertical</string>
177          </property>
178         </item>
179         <item>
180          <property name="text" >
181           <string>Blinds Horizontal</string>
182          </property>
183         </item>
184         <item>
185          <property name="text" >
186           <string>Box In</string>
187          </property>
188         </item>
189         <item>
190          <property name="text" >
191           <string>Box Out</string>
192          </property>
193         </item>
194         <item>
195          <property name="text" >
196           <string>Dissolve</string>
197          </property>
198         </item>
199         <item>
200          <property name="text" >
201           <string>Glitter Down</string>
202          </property>
203         </item>
204         <item>
205          <property name="text" >
206           <string>Glitter Right</string>
207          </property>
208         </item>
209         <item>
210          <property name="text" >
211           <string>Glitter Right-Down</string>
212          </property>
213         </item>
214         <item>
215          <property name="text" >
216           <string>Random Transition</string>
217          </property>
218         </item>
219         <item>
220          <property name="text" >
221           <string>Replace</string>
222          </property>
223         </item>
224         <item>
225          <property name="text" >
226           <string>Split Horizontal In</string>
227          </property>
228         </item>
229         <item>
230          <property name="text" >
231           <string>Split Horizontal Out</string>
232          </property>
233         </item>
234         <item>
235          <property name="text" >
236           <string>Split Vertical In</string>
237          </property>
238         </item>
239         <item>
240          <property name="text" >
241           <string>Split Vertical Out</string>
242          </property>
243         </item>
244         <item>
245          <property name="text" >
246           <string>Wipe Down</string>
247          </property>
248         </item>
249         <item>
250          <property name="text" >
251           <string>Wipe Right</string>
252          </property>
253         </item>
254         <item>
255          <property name="text" >
256           <string>Wipe Left</string>
257          </property>
258         </item>
259         <item>
260          <property name="text" >
261           <string>Wipe Up</string>
262          </property>
263         </item>
264        </widget>
265       </item>
266      </layout>
267     </widget>
268    </item>
269    <item>
270     <widget class="QGroupBox" name="groupBox_4" >
271      <property name="title" >
272       <string>Placement</string>
273      </property>
274      <layout class="QGridLayout" name="gridLayout_2" >
275       <item row="0" column="0" >
276        <widget class="QLabel" name="label_2" >
277         <property name="text" >
278          <string>Screen:</string>
279         </property>
280         <property name="alignment" >
281          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
282         </property>
283        </widget>
284       </item>
285       <item row="0" column="1" >
286        <widget class="QComboBox" name="screenCombo" />
287       </item>
288      </layout>
289     </widget>
290    </item>
291    <item>
292     <spacer>
293      <property name="orientation" >
294       <enum>Qt::Vertical</enum>
295      </property>
296      <property name="sizeType" >
297       <enum>QSizePolicy::Expanding</enum>
298      </property>
299      <property name="sizeHint" stdset="0" >
300       <size>
301        <width>20</width>
302        <height>4</height>
303       </size>
304      </property>
305     </spacer>
306    </item>
307   </layout>
308  </widget>
309  <layoutdefault spacing="6" margin="11" />
310   <customwidgets>
311   <customwidget>
312    <class>KColorButton</class>
313    <extends>QPushButton</extends>
314    <header>kcolorbutton.h</header>
315   </customwidget>
316  </customwidgets>
317  <resources/>
318  <connections>
319   <connection>
320    <sender>kcfg_SlidesAdvance</sender>
321    <signal>toggled(bool)</signal>
322    <receiver>kcfg_SlidesAdvanceTime</receiver>
323    <slot>setEnabled(bool)</slot>
324    <hints>
325     <hint type="sourcelabel" >
326      <x>88</x>
327      <y>43</y>
328     </hint>
329     <hint type="destinationlabel" >
330      <x>280</x>
331      <y>49</y>
332     </hint>
333    </hints>
334   </connection>
335  </connections>
336 </ui>