Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kwin / effects / magnifier_config.ui
blobaa66338ed47413f5e708d59b7690be3fd2b9a8bb
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>400</width>
9     <height>300</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" >
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="buddy" >
25          <cstring>spinWidth</cstring>
26         </property>
27        </widget>
28       </item>
29       <item row="0" column="1" >
30        <widget class="QSpinBox" name="spinWidth" >
31         <property name="suffix" >
32          <string> px</string>
33         </property>
34         <property name="maximum" >
35          <number>500</number>
36         </property>
37        </widget>
38       </item>
39       <item row="1" column="0" >
40        <widget class="QLabel" name="label_2" >
41         <property name="text" >
42          <string>&amp;Height:</string>
43         </property>
44         <property name="buddy" >
45          <cstring>spinHeight</cstring>
46         </property>
47        </widget>
48       </item>
49       <item row="1" column="1" >
50        <widget class="QSpinBox" name="spinHeight" >
51         <property name="suffix" >
52          <string> px</string>
53         </property>
54         <property name="maximum" >
55          <number>500</number>
56         </property>
57        </widget>
58       </item>
59      </layout>
60     </widget>
61    </item>
62    <item>
63     <widget class="KWin::GlobalShortcutsEditor" native="1" name="editor" />
64    </item>
65   </layout>
66  </widget>
67  <customwidgets>
68   <customwidget>
69    <class>KWin::GlobalShortcutsEditor</class>
70    <extends>QWidget</extends>
71    <header location="global" >kwineffects.h</header>
72    <container>1</container>
73   </customwidget>
74  </customwidgets>
75  <resources/>
76  <connections/>
77 </ui>