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

« back to all changes in this revision

Viewing changes to kwin/effects/cube/cubeslide_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::CubeSlideEffectConfigForm</class>
 
4
 <widget class="QWidget" name="KWin::CubeSlideEffectConfigForm">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>431</width>
 
10
    <height>161</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout">
 
14
   <item row="2" column="0" colspan="2">
 
15
    <widget class="QCheckBox" name="dontSlideStickyWindowsBox">
 
16
     <property name="text">
 
17
      <string>Do not animate windows on all desktops</string>
 
18
     </property>
 
19
    </widget>
 
20
   </item>
 
21
   <item row="5" column="0">
 
22
    <spacer name="verticalSpacer">
 
23
     <property name="orientation">
 
24
      <enum>Qt::Vertical</enum>
 
25
     </property>
 
26
     <property name="sizeHint" stdset="0">
 
27
      <size>
 
28
       <width>20</width>
 
29
       <height>40</height>
 
30
      </size>
 
31
     </property>
 
32
    </spacer>
 
33
   </item>
 
34
   <item row="0" column="1">
 
35
    <widget class="KIntSpinBox" name="rotationDurationSpin">
 
36
     <property name="sizePolicy">
 
37
      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
38
       <horstretch>0</horstretch>
 
39
       <verstretch>0</verstretch>
 
40
      </sizepolicy>
 
41
     </property>
 
42
     <property name="minimumSize">
 
43
      <size>
 
44
       <width>100</width>
 
45
       <height>0</height>
 
46
      </size>
 
47
     </property>
 
48
     <property name="specialValueText">
 
49
      <string comment="Duration of rotation">Default</string>
 
50
     </property>
 
51
     <property name="suffix">
 
52
      <string> msec</string>
 
53
     </property>
 
54
     <property name="maximum">
 
55
      <number>5000</number>
 
56
     </property>
 
57
     <property name="singleStep">
 
58
      <number>10</number>
 
59
     </property>
 
60
    </widget>
 
61
   </item>
 
62
   <item row="1" column="0" colspan="2">
 
63
    <widget class="QCheckBox" name="dontSlidePanelsBox">
 
64
     <property name="text">
 
65
      <string>Do not animate panels</string>
 
66
     </property>
 
67
    </widget>
 
68
   </item>
 
69
   <item row="0" column="0">
 
70
    <widget class="QLabel" name="label">
 
71
     <property name="text">
 
72
      <string>Rotation duration:</string>
 
73
     </property>
 
74
     <property name="alignment">
 
75
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
76
     </property>
 
77
     <property name="buddy">
 
78
      <cstring>rotationDurationSpin</cstring>
 
79
     </property>
 
80
    </widget>
 
81
   </item>
 
82
   <item row="3" column="0" colspan="2">
 
83
    <widget class="QCheckBox" name="usePagerBox">
 
84
     <property name="text">
 
85
      <string>Use pager layout for animation</string>
 
86
     </property>
 
87
    </widget>
 
88
   </item>
 
89
   <item row="4" column="0" colspan="2">
 
90
    <widget class="QCheckBox" name="windowsMovingBox">
 
91
     <property name="text">
 
92
      <string>Start animation when moving windows towards screen edges</string>
 
93
     </property>
 
94
    </widget>
 
95
   </item>
 
96
  </layout>
 
97
 </widget>
 
98
 <customwidgets>
 
99
  <customwidget>
 
100
   <class>KIntSpinBox</class>
 
101
   <extends>QSpinBox</extends>
 
102
   <header>knuminput.h</header>
 
103
  </customwidget>
 
104
 </customwidgets>
 
105
 <tabstops>
 
106
  <tabstop>rotationDurationSpin</tabstop>
 
107
  <tabstop>dontSlidePanelsBox</tabstop>
 
108
  <tabstop>dontSlideStickyWindowsBox</tabstop>
 
109
 </tabstops>
 
110
 <resources/>
 
111
 <connections/>
 
112
</ui>