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

« back to all changes in this revision

Viewing changes to kwin/effects/flipswitch/flipswitch_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::FlipSwitchEffectConfigForm</class>
 
4
 <widget class="QWidget" name="KWin::FlipSwitchEffectConfigForm">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>316</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout">
 
14
   <item>
 
15
    <widget class="QGroupBox" name="groupBox">
 
16
     <property name="title">
 
17
      <string>Appearance</string>
 
18
     </property>
 
19
     <layout class="QFormLayout" name="formLayout">
 
20
      <item row="0" column="0">
 
21
       <widget class="QLabel" name="label_3">
 
22
        <property name="text">
 
23
         <string>Flip animation duration:</string>
 
24
        </property>
 
25
        <property name="alignment">
 
26
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
27
        </property>
 
28
        <property name="buddy">
 
29
         <cstring>durationSpin</cstring>
 
30
        </property>
 
31
       </widget>
 
32
      </item>
 
33
      <item row="0" column="1">
 
34
       <widget class="KIntSpinBox" name="durationSpin">
 
35
        <property name="sizePolicy">
 
36
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
37
          <horstretch>0</horstretch>
 
38
          <verstretch>0</verstretch>
 
39
         </sizepolicy>
 
40
        </property>
 
41
        <property name="specialValueText">
 
42
         <string comment="Duration of flip animation">Default</string>
 
43
        </property>
 
44
        <property name="maximum">
 
45
         <number>5000</number>
 
46
        </property>
 
47
        <property name="singleStep">
 
48
         <number>10</number>
 
49
        </property>
 
50
       </widget>
 
51
      </item>
 
52
      <item row="1" column="0">
 
53
       <widget class="QLabel" name="label">
 
54
        <property name="text">
 
55
         <string>Angle:</string>
 
56
        </property>
 
57
        <property name="buddy">
 
58
         <cstring>angleSpin</cstring>
 
59
        </property>
 
60
       </widget>
 
61
      </item>
 
62
      <item row="1" column="1">
 
63
       <widget class="KIntSpinBox" name="angleSpin">
 
64
        <property name="sizePolicy">
 
65
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
66
          <horstretch>0</horstretch>
 
67
          <verstretch>0</verstretch>
 
68
         </sizepolicy>
 
69
        </property>
 
70
        <property name="suffix">
 
71
         <string> °</string>
 
72
        </property>
 
73
        <property name="maximum">
 
74
         <number>360</number>
 
75
        </property>
 
76
       </widget>
 
77
      </item>
 
78
      <item row="3" column="0">
 
79
       <widget class="QLabel" name="label_2">
 
80
        <property name="text">
 
81
         <string>Horizontal position of front:</string>
 
82
        </property>
 
83
        <property name="buddy">
 
84
         <cstring>horizontalSlider</cstring>
 
85
        </property>
 
86
       </widget>
 
87
      </item>
 
88
      <item row="3" column="1">
 
89
       <layout class="QVBoxLayout" name="verticalLayout_2">
 
90
        <item>
 
91
         <widget class="QSlider" name="horizontalSlider">
 
92
          <property name="maximum">
 
93
           <number>100</number>
 
94
          </property>
 
95
          <property name="orientation">
 
96
           <enum>Qt::Horizontal</enum>
 
97
          </property>
 
98
         </widget>
 
99
        </item>
 
100
        <item>
 
101
         <layout class="QHBoxLayout" name="horizontalLayout">
 
102
          <item>
 
103
           <widget class="QLabel" name="label_4">
 
104
            <property name="text">
 
105
             <string>Left</string>
 
106
            </property>
 
107
           </widget>
 
108
          </item>
 
109
          <item>
 
110
           <spacer name="horizontalSpacer">
 
111
            <property name="orientation">
 
112
             <enum>Qt::Horizontal</enum>
 
113
            </property>
 
114
            <property name="sizeHint" stdset="0">
 
115
             <size>
 
116
              <width>40</width>
 
117
              <height>20</height>
 
118
             </size>
 
119
            </property>
 
120
           </spacer>
 
121
          </item>
 
122
          <item>
 
123
           <widget class="QLabel" name="label_5">
 
124
            <property name="text">
 
125
             <string>Right</string>
 
126
            </property>
 
127
           </widget>
 
128
          </item>
 
129
         </layout>
 
130
        </item>
 
131
       </layout>
 
132
      </item>
 
133
      <item row="7" column="0">
 
134
       <widget class="QLabel" name="label_6">
 
135
        <property name="text">
 
136
         <string>Vertical position of front:</string>
 
137
        </property>
 
138
        <property name="buddy">
 
139
         <cstring>verticalSlider</cstring>
 
140
        </property>
 
141
       </widget>
 
142
      </item>
 
143
      <item row="7" column="1">
 
144
       <layout class="QHBoxLayout" name="horizontalLayout_2">
 
145
        <item>
 
146
         <widget class="QSlider" name="verticalSlider">
 
147
          <property name="maximum">
 
148
           <number>100</number>
 
149
          </property>
 
150
          <property name="orientation">
 
151
           <enum>Qt::Vertical</enum>
 
152
          </property>
 
153
         </widget>
 
154
        </item>
 
155
        <item>
 
156
         <layout class="QVBoxLayout" name="verticalLayout_3">
 
157
          <item>
 
158
           <widget class="QLabel" name="label_7">
 
159
            <property name="text">
 
160
             <string>Top</string>
 
161
            </property>
 
162
           </widget>
 
163
          </item>
 
164
          <item>
 
165
           <spacer name="verticalSpacer">
 
166
            <property name="orientation">
 
167
             <enum>Qt::Vertical</enum>
 
168
            </property>
 
169
            <property name="sizeHint" stdset="0">
 
170
             <size>
 
171
              <width>20</width>
 
172
              <height>40</height>
 
173
             </size>
 
174
            </property>
 
175
           </spacer>
 
176
          </item>
 
177
          <item>
 
178
           <widget class="QLabel" name="label_8">
 
179
            <property name="text">
 
180
             <string>Bottom</string>
 
181
            </property>
 
182
           </widget>
 
183
          </item>
 
184
         </layout>
 
185
        </item>
 
186
       </layout>
 
187
      </item>
 
188
      <item row="2" column="0" colspan="2">
 
189
       <widget class="QCheckBox" name="windowTitleBox">
 
190
        <property name="text">
 
191
         <string>Display window &amp;titles</string>
 
192
        </property>
 
193
        <property name="shortcut">
 
194
         <string/>
 
195
        </property>
 
196
       </widget>
 
197
      </item>
 
198
     </layout>
 
199
    </widget>
 
200
   </item>
 
201
   <item>
 
202
    <widget class="QGroupBox" name="groupBox_2">
 
203
     <property name="title">
 
204
      <string>Activation</string>
 
205
     </property>
 
206
     <layout class="QGridLayout" name="gridLayout_2">
 
207
      <item row="0" column="0" colspan="2">
 
208
       <widget class="KWin::GlobalShortcutsEditor" name="shortcutEditor" native="true">
 
209
        <property name="sizePolicy">
 
210
         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
211
          <horstretch>0</horstretch>
 
212
          <verstretch>0</verstretch>
 
213
         </sizepolicy>
 
214
        </property>
 
215
       </widget>
 
216
      </item>
 
217
     </layout>
 
218
    </widget>
 
219
   </item>
 
220
  </layout>
 
221
 </widget>
 
222
 <customwidgets>
 
223
  <customwidget>
 
224
   <class>KIntSpinBox</class>
 
225
   <extends>QSpinBox</extends>
 
226
   <header>knuminput.h</header>
 
227
  </customwidget>
 
228
  <customwidget>
 
229
   <class>KWin::GlobalShortcutsEditor</class>
 
230
   <extends>QWidget</extends>
 
231
   <header location="global">kwineffects.h</header>
 
232
   <container>1</container>
 
233
  </customwidget>
 
234
 </customwidgets>
 
235
 <tabstops>
 
236
  <tabstop>durationSpin</tabstop>
 
237
 </tabstops>
 
238
 <resources/>
 
239
 <connections/>
 
240
</ui>