add more spacing
[personal-kdebase.git] / workspace / kwin / effects / magnifier_config.ui
blob0347344567af3ea36d8996640cbf4f10c589cc3c
1 <ui version="4.0" >
2  <class>KWin::MagnifierEffectConfigForm</class>
3  <widget class="QWidget" name="KWin::MagnifierEffectConfigForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>246</width>
9     <height>181</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <item>
14     <widget class="QGroupBox" name="groupSize" >
15      <property name="title" >
16       <string>Size</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>&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="singleStep" >
47          <number>10</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;Height:</string>
55         </property>
56         <property name="alignment" >
57          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
58         </property>
59         <property name="buddy" >
60          <cstring>spinHeight</cstring>
61         </property>
62        </widget>
63       </item>
64       <item row="1" column="1" >
65        <widget class="QSpinBox" name="spinHeight" >
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>500</number>
77         </property>
78         <property name="singleStep" >
79          <number>10</number>
80         </property>
81        </widget>
82       </item>
83      </layout>
84     </widget>
85    </item>
86    <item>
87     <widget class="KWin::GlobalShortcutsEditor" native="1" name="editor" />
88    </item>
89   </layout>
90  </widget>
91  <customwidgets>
92   <customwidget>
93    <class>KWin::GlobalShortcutsEditor</class>
94    <extends>QWidget</extends>
95    <header location="global" >kwineffects.h</header>
96    <container>1</container>
97   </customwidget>
98  </customwidgets>
99  <resources/>
100  <connections/>
101 </ui>