add more spacing
[personal-kdebase.git] / workspace / kwin / effects / thumbnailaside_config.ui
blobaf79c5c42268edef90fa53f18390e3b0fa65efcc
1 <ui version="4.0" >
2  <class>KWin::ThumbnailAsideEffectConfigForm</class>
3  <widget class="QWidget" name="KWin::ThumbnailAsideEffectConfigForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <item>
14     <widget class="QGroupBox" name="groupBox" >
15      <property name="title" >
16       <string>Appearance</string>
17      </property>
18      <layout class="QGridLayout" name="gridLayout" >
19       <item row="0" column="0" >
20        <widget class="QLabel" name="label" >
21         <property name="text" >
22          <string>Maximum &amp;width:</string>
23         </property>
24         <property name="alignment" >
25          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
26         </property>
27         <property name="buddy" >
28          <cstring>spinWidth</cstring>
29         </property>
30        </widget>
31       </item>
32       <item row="0" column="1" >
33        <widget class="QSpinBox" name="spinWidth" >
34         <property name="sizePolicy" >
35          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
36           <horstretch>0</horstretch>
37           <verstretch>0</verstretch>
38          </sizepolicy>
39         </property>
40         <property name="suffix" >
41          <string> px</string>
42         </property>
43         <property name="maximum" >
44          <number>500</number>
45         </property>
46         <property name="value" >
47          <number>200</number>
48         </property>
49        </widget>
50       </item>
51       <item row="1" column="0" >
52        <widget class="QLabel" name="label_2" >
53         <property name="text" >
54          <string>&amp;Spacing:</string>
55         </property>
56         <property name="alignment" >
57          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
58         </property>
59         <property name="buddy" >
60          <cstring>spinSpacing</cstring>
61         </property>
62        </widget>
63       </item>
64       <item row="1" column="1" >
65        <widget class="QSpinBox" name="spinSpacing" >
66         <property name="sizePolicy" >
67          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
68           <horstretch>0</horstretch>
69           <verstretch>0</verstretch>
70          </sizepolicy>
71         </property>
72         <property name="suffix" >
73          <string> px</string>
74         </property>
75         <property name="maximum" >
76          <number>30</number>
77         </property>
78         <property name="value" >
79          <number>10</number>
80         </property>
81        </widget>
82       </item>
83       <item row="2" column="0" >
84        <widget class="QLabel" name="label_3" >
85         <property name="text" >
86          <string>&amp;Opacity:</string>
87         </property>
88         <property name="alignment" >
89          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
90         </property>
91         <property name="buddy" >
92          <cstring>spinOpacity</cstring>
93         </property>
94        </widget>
95       </item>
96       <item row="2" column="1" >
97        <widget class="QSpinBox" name="spinOpacity" >
98         <property name="sizePolicy" >
99          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
100           <horstretch>0</horstretch>
101           <verstretch>0</verstretch>
102          </sizepolicy>
103         </property>
104         <property name="suffix" >
105          <string> %</string>
106         </property>
107         <property name="maximum" >
108          <number>100</number>
109         </property>
110         <property name="value" >
111          <number>50</number>
112         </property>
113        </widget>
114       </item>
115      </layout>
116     </widget>
117    </item>
118    <item>
119     <widget class="KWin::GlobalShortcutsEditor" native="1" name="editor" />
120    </item>
121   </layout>
122  </widget>
123  <customwidgets>
124   <customwidget>
125    <class>KWin::GlobalShortcutsEditor</class>
126    <extends>QWidget</extends>
127    <header location="global" >kwineffects.h</header>
128    <container>1</container>
129   </customwidget>
130  </customwidgets>
131  <resources/>
132  <connections/>
133 </ui>