~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kwin/effects/coverswitch/coverswitch_config.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>KWin::CoverSwitchEffectConfigForm</class>
 
4
 <widget class="QWidget" name="KWin::CoverSwitchEffectConfigForm">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>453</width>
 
10
    <height>264</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout_5">
 
14
   <item>
 
15
    <widget class="QCheckBox" name="checkWindowTitle">
 
16
     <property name="text">
 
17
      <string>Display window &amp;titles</string>
 
18
     </property>
 
19
     <property name="shortcut">
 
20
      <string/>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item>
 
25
    <layout class="QVBoxLayout" name="verticalLayout_4">
 
26
     <item>
 
27
      <widget class="QLabel" name="label_4">
 
28
       <property name="text">
 
29
        <string>Zoom</string>
 
30
       </property>
 
31
       <property name="alignment">
 
32
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
33
       </property>
 
34
      </widget>
 
35
     </item>
 
36
     <item>
 
37
      <widget class="QSlider" name="zPositionSlider">
 
38
       <property name="toolTip">
 
39
        <string>Define how far away the windows should appear</string>
 
40
       </property>
 
41
       <property name="maximum">
 
42
        <number>3000</number>
 
43
       </property>
 
44
       <property name="singleStep">
 
45
        <number>100</number>
 
46
       </property>
 
47
       <property name="pageStep">
 
48
        <number>500</number>
 
49
       </property>
 
50
       <property name="orientation">
 
51
        <enum>Qt::Horizontal</enum>
 
52
       </property>
 
53
       <property name="tickPosition">
 
54
        <enum>QSlider::TicksBelow</enum>
 
55
       </property>
 
56
       <property name="tickInterval">
 
57
        <number>200</number>
 
58
       </property>
 
59
      </widget>
 
60
     </item>
 
61
     <item>
 
62
      <layout class="QHBoxLayout" name="horizontalLayout">
 
63
       <item>
 
64
        <widget class="QLabel" name="label_8">
 
65
         <property name="text">
 
66
          <string>Near</string>
 
67
         </property>
 
68
        </widget>
 
69
       </item>
 
70
       <item>
 
71
        <spacer name="horizontalSpacer">
 
72
         <property name="orientation">
 
73
          <enum>Qt::Horizontal</enum>
 
74
         </property>
 
75
         <property name="sizeHint" stdset="0">
 
76
          <size>
 
77
           <width>40</width>
 
78
           <height>20</height>
 
79
          </size>
 
80
         </property>
 
81
        </spacer>
 
82
       </item>
 
83
       <item>
 
84
        <widget class="QLabel" name="label_9">
 
85
         <property name="text">
 
86
          <string>Far</string>
 
87
         </property>
 
88
         <property name="alignment">
 
89
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
90
         </property>
 
91
        </widget>
 
92
       </item>
 
93
      </layout>
 
94
     </item>
 
95
    </layout>
 
96
   </item>
 
97
   <item>
 
98
    <widget class="QTabWidget" name="tabWidget">
 
99
     <property name="sizePolicy">
 
100
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
 
101
       <horstretch>0</horstretch>
 
102
       <verstretch>0</verstretch>
 
103
      </sizepolicy>
 
104
     </property>
 
105
     <property name="currentIndex">
 
106
      <number>0</number>
 
107
     </property>
 
108
     <widget class="QWidget" name="tab">
 
109
      <attribute name="title">
 
110
       <string>Animation</string>
 
111
      </attribute>
 
112
      <layout class="QVBoxLayout" name="verticalLayout">
 
113
       <item>
 
114
        <widget class="QCheckBox" name="checkAnimateSwitch">
 
115
         <property name="text">
 
116
          <string>Animate switch</string>
 
117
         </property>
 
118
        </widget>
 
119
       </item>
 
120
       <item>
 
121
        <widget class="QCheckBox" name="checkAnimateStart">
 
122
         <property name="text">
 
123
          <string>Animation on tab box open</string>
 
124
         </property>
 
125
        </widget>
 
126
       </item>
 
127
       <item>
 
128
        <widget class="QCheckBox" name="checkAnimateStop">
 
129
         <property name="text">
 
130
          <string>Animation on tab box close</string>
 
131
         </property>
 
132
        </widget>
 
133
       </item>
 
134
       <item>
 
135
        <layout class="QFormLayout" name="formLayout_2">
 
136
         <item row="0" column="0">
 
137
          <widget class="QLabel" name="label_3">
 
138
           <property name="text">
 
139
            <string>Animation duration:</string>
 
140
           </property>
 
141
           <property name="alignment">
 
142
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
143
           </property>
 
144
           <property name="buddy">
 
145
            <cstring>spinDuration</cstring>
 
146
           </property>
 
147
          </widget>
 
148
         </item>
 
149
         <item row="0" column="1">
 
150
          <widget class="KIntSpinBox" name="spinDuration">
 
151
           <property name="sizePolicy">
 
152
            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
153
             <horstretch>0</horstretch>
 
154
             <verstretch>0</verstretch>
 
155
            </sizepolicy>
 
156
           </property>
 
157
           <property name="specialValueText">
 
158
            <string comment="Duration of rotation">Default</string>
 
159
           </property>
 
160
           <property name="maximum">
 
161
            <number>9999</number>
 
162
           </property>
 
163
           <property name="singleStep">
 
164
            <number>10</number>
 
165
           </property>
 
166
          </widget>
 
167
         </item>
 
168
        </layout>
 
169
       </item>
 
170
      </layout>
 
171
     </widget>
 
172
     <widget class="QWidget" name="tab_2">
 
173
      <attribute name="title">
 
174
       <string>Thumbnail Bar</string>
 
175
      </attribute>
 
176
      <layout class="QVBoxLayout" name="verticalLayout_2">
 
177
       <item>
 
178
        <widget class="QCheckBox" name="checkThumbnails">
 
179
         <property name="text">
 
180
          <string>Use additional thumbnail bar</string>
 
181
         </property>
 
182
        </widget>
 
183
       </item>
 
184
       <item>
 
185
        <widget class="QCheckBox" name="checkDynamicThumbnails">
 
186
         <property name="toolTip">
 
187
          <string>Only show thumbnail bar if there are at least specified number of windows</string>
 
188
         </property>
 
189
         <property name="text">
 
190
          <string>Dynamic mode</string>
 
191
         </property>
 
192
        </widget>
 
193
       </item>
 
194
       <item>
 
195
        <layout class="QFormLayout" name="formLayout">
 
196
         <item row="0" column="0">
 
197
          <widget class="QLabel" name="labelThumbnailWindows">
 
198
           <property name="text">
 
199
            <string>Number of windows:</string>
 
200
           </property>
 
201
           <property name="alignment">
 
202
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
203
           </property>
 
204
           <property name="buddy">
 
205
            <cstring>spinThumbnailWindows</cstring>
 
206
           </property>
 
207
          </widget>
 
208
         </item>
 
209
         <item row="0" column="1">
 
210
          <widget class="KIntSpinBox" name="spinThumbnailWindows"/>
 
211
         </item>
 
212
        </layout>
 
213
       </item>
 
214
      </layout>
 
215
     </widget>
 
216
     <widget class="QWidget" name="tab_3">
 
217
      <attribute name="title">
 
218
       <string>Reflections</string>
 
219
      </attribute>
 
220
      <layout class="QVBoxLayout" name="verticalLayout_3">
 
221
       <item>
 
222
        <widget class="QCheckBox" name="checkReflection">
 
223
         <property name="text">
 
224
          <string>Reflections</string>
 
225
         </property>
 
226
        </widget>
 
227
       </item>
 
228
       <item>
 
229
        <layout class="QFormLayout" name="formLayout_3">
 
230
         <property name="fieldGrowthPolicy">
 
231
          <enum>QFormLayout::FieldsStayAtSizeHint</enum>
 
232
         </property>
 
233
         <item row="0" column="0">
 
234
          <widget class="QLabel" name="label_2">
 
235
           <property name="text">
 
236
            <string>Rear color</string>
 
237
           </property>
 
238
          </widget>
 
239
         </item>
 
240
         <item row="0" column="1">
 
241
          <widget class="KColorButton" name="colorRear"/>
 
242
         </item>
 
243
         <item row="1" column="0">
 
244
          <widget class="QLabel" name="label">
 
245
           <property name="text">
 
246
            <string>Front color</string>
 
247
           </property>
 
248
          </widget>
 
249
         </item>
 
250
         <item row="1" column="1">
 
251
          <widget class="KColorButton" name="colorFront"/>
 
252
         </item>
 
253
        </layout>
 
254
       </item>
 
255
      </layout>
 
256
     </widget>
 
257
    </widget>
 
258
   </item>
 
259
   <item>
 
260
    <spacer name="verticalSpacer_2">
 
261
     <property name="orientation">
 
262
      <enum>Qt::Vertical</enum>
 
263
     </property>
 
264
     <property name="sizeHint" stdset="0">
 
265
      <size>
 
266
       <width>20</width>
 
267
       <height>0</height>
 
268
      </size>
 
269
     </property>
 
270
    </spacer>
 
271
   </item>
 
272
  </layout>
 
273
 </widget>
 
274
 <customwidgets>
 
275
  <customwidget>
 
276
   <class>KIntSpinBox</class>
 
277
   <extends>QSpinBox</extends>
 
278
   <header>knuminput.h</header>
 
279
  </customwidget>
 
280
  <customwidget>
 
281
   <class>KColorButton</class>
 
282
   <extends>QPushButton</extends>
 
283
   <header>kcolorbutton.h</header>
 
284
  </customwidget>
 
285
 </customwidgets>
 
286
 <resources/>
 
287
 <connections>
 
288
  <connection>
 
289
   <sender>checkReflection</sender>
 
290
   <signal>toggled(bool)</signal>
 
291
   <receiver>colorFront</receiver>
 
292
   <slot>setEnabled(bool)</slot>
 
293
   <hints>
 
294
    <hint type="sourcelabel">
 
295
     <x>60</x>
 
296
     <y>49</y>
 
297
    </hint>
 
298
    <hint type="destinationlabel">
 
299
     <x>282</x>
 
300
     <y>110</y>
 
301
    </hint>
 
302
   </hints>
 
303
  </connection>
 
304
  <connection>
 
305
   <sender>checkReflection</sender>
 
306
   <signal>toggled(bool)</signal>
 
307
   <receiver>colorRear</receiver>
 
308
   <slot>setEnabled(bool)</slot>
 
309
   <hints>
 
310
    <hint type="sourcelabel">
 
311
     <x>102</x>
 
312
     <y>51</y>
 
313
    </hint>
 
314
    <hint type="destinationlabel">
 
315
     <x>284</x>
 
316
     <y>72</y>
 
317
    </hint>
 
318
   </hints>
 
319
  </connection>
 
320
  <connection>
 
321
   <sender>checkReflection</sender>
 
322
   <signal>toggled(bool)</signal>
 
323
   <receiver>label_2</receiver>
 
324
   <slot>setEnabled(bool)</slot>
 
325
   <hints>
 
326
    <hint type="sourcelabel">
 
327
     <x>136</x>
 
328
     <y>47</y>
 
329
    </hint>
 
330
    <hint type="destinationlabel">
 
331
     <x>202</x>
 
332
     <y>78</y>
 
333
    </hint>
 
334
   </hints>
 
335
  </connection>
 
336
  <connection>
 
337
   <sender>checkReflection</sender>
 
338
   <signal>toggled(bool)</signal>
 
339
   <receiver>label</receiver>
 
340
   <slot>setEnabled(bool)</slot>
 
341
   <hints>
 
342
    <hint type="sourcelabel">
 
343
     <x>175</x>
 
344
     <y>49</y>
 
345
    </hint>
 
346
    <hint type="destinationlabel">
 
347
     <x>209</x>
 
348
     <y>102</y>
 
349
    </hint>
 
350
   </hints>
 
351
  </connection>
 
352
  <connection>
 
353
   <sender>checkThumbnails</sender>
 
354
   <signal>toggled(bool)</signal>
 
355
   <receiver>checkDynamicThumbnails</receiver>
 
356
   <slot>setEnabled(bool)</slot>
 
357
   <hints>
 
358
    <hint type="sourcelabel">
 
359
     <x>103</x>
 
360
     <y>58</y>
 
361
    </hint>
 
362
    <hint type="destinationlabel">
 
363
     <x>107</x>
 
364
     <y>74</y>
 
365
    </hint>
 
366
   </hints>
 
367
  </connection>
 
368
  <connection>
 
369
   <sender>checkThumbnails</sender>
 
370
   <signal>toggled(bool)</signal>
 
371
   <receiver>labelThumbnailWindows</receiver>
 
372
   <slot>setEnabled(bool)</slot>
 
373
   <hints>
 
374
    <hint type="sourcelabel">
 
375
     <x>181</x>
 
376
     <y>53</y>
 
377
    </hint>
 
378
    <hint type="destinationlabel">
 
379
     <x>259</x>
 
380
     <y>106</y>
 
381
    </hint>
 
382
   </hints>
 
383
  </connection>
 
384
  <connection>
 
385
   <sender>checkThumbnails</sender>
 
386
   <signal>toggled(bool)</signal>
 
387
   <receiver>spinThumbnailWindows</receiver>
 
388
   <slot>setEnabled(bool)</slot>
 
389
   <hints>
 
390
    <hint type="sourcelabel">
 
391
     <x>132</x>
 
392
     <y>47</y>
 
393
    </hint>
 
394
    <hint type="destinationlabel">
 
395
     <x>324</x>
 
396
     <y>106</y>
 
397
    </hint>
 
398
   </hints>
 
399
  </connection>
 
400
 </connections>
 
401
</ui>