Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kwin / effects / thumbnailaside_config.ui
blob7f2f513c86fa2d155040c4b1a6327cab851ebe41
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" >
19       <item row="0" column="0" >
20        <widget class="QLabel" name="label" >
21         <property name="text" >
22          <string>Maximal &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         <property name="value" >
38          <number>200</number>
39         </property>
40        </widget>
41       </item>
42       <item row="1" column="0" >
43        <widget class="QLabel" name="label_2" >
44         <property name="text" >
45          <string>&amp;Spacing:</string>
46         </property>
47         <property name="buddy" >
48          <cstring>spinSpacing</cstring>
49         </property>
50        </widget>
51       </item>
52       <item row="1" column="1" >
53        <widget class="QSpinBox" name="spinSpacing" >
54         <property name="suffix" >
55          <string> px</string>
56         </property>
57         <property name="maximum" >
58          <number>30</number>
59         </property>
60         <property name="value" >
61          <number>10</number>
62         </property>
63        </widget>
64       </item>
65       <item row="2" column="0" >
66        <widget class="QLabel" name="label_3" >
67         <property name="text" >
68          <string>&amp;Opacity:</string>
69         </property>
70         <property name="buddy" >
71          <cstring>spinOpacity</cstring>
72         </property>
73        </widget>
74       </item>
75       <item row="2" column="1" >
76        <widget class="QSpinBox" name="spinOpacity" >
77         <property name="suffix" >
78          <string> %</string>
79         </property>
80         <property name="maximum" >
81          <number>100</number>
82         </property>
83         <property name="value" >
84          <number>50</number>
85         </property>
86        </widget>
87       </item>
88      </layout>
89     </widget>
90    </item>
91    <item>
92     <widget class="KWin::GlobalShortcutsEditor" native="1" name="editor" />
93    </item>
94   </layout>
95  </widget>
96  <customwidgets>
97   <customwidget>
98    <class>KWin::GlobalShortcutsEditor</class>
99    <extends>QWidget</extends>
100    <header location="global" >kwineffects.h</header>
101    <container>1</container>
102   </customwidget>
103  </customwidgets>
104  <resources/>
105  <connections/>
106 </ui>