Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kwin / effects / showfps_config.ui
blob9e34304d0b27cfe04a4c885b1f72a9debfb01110
1 <ui version="4.0" >
2  <class>KWin::ShowFpsEffectConfigForm</class>
3  <widget class="QWidget" name="KWin::ShowFpsEffectConfigForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>194</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <item>
14     <widget class="QGroupBox" name="groupBox" >
15      <property name="title" >
16       <string>Text</string>
17      </property>
18      <layout class="QVBoxLayout" >
19       <item>
20        <layout class="QHBoxLayout" >
21         <item>
22          <widget class="QLabel" name="label" >
23           <property name="text" >
24            <string>Text Position</string>
25           </property>
26          </widget>
27         </item>
28         <item>
29          <spacer>
30           <property name="orientation" >
31            <enum>Qt::Horizontal</enum>
32           </property>
33           <property name="sizeHint" >
34            <size>
35             <width>40</width>
36             <height>20</height>
37            </size>
38           </property>
39          </spacer>
40         </item>
41         <item>
42          <widget class="QComboBox" name="textPosition" >
43           <item>
44            <property name="text" >
45             <string>Inside Graph</string>
46            </property>
47           </item>
48           <item>
49            <property name="text" >
50             <string>Nowhere</string>
51            </property>
52           </item>
53           <item>
54            <property name="text" >
55             <string>Top Left</string>
56            </property>
57           </item>
58           <item>
59            <property name="text" >
60             <string>Top Right</string>
61            </property>
62           </item>
63           <item>
64            <property name="text" >
65             <string>Bottom Left</string>
66            </property>
67           </item>
68           <item>
69            <property name="text" >
70             <string>Bottom Right</string>
71            </property>
72           </item>
73          </widget>
74         </item>
75        </layout>
76       </item>
77       <item>
78        <layout class="QHBoxLayout" >
79         <item>
80          <widget class="QLabel" name="label_2" >
81           <property name="text" >
82            <string>Text Font</string>
83           </property>
84          </widget>
85         </item>
86         <item>
87          <spacer>
88           <property name="orientation" >
89            <enum>Qt::Horizontal</enum>
90           </property>
91           <property name="sizeHint" >
92            <size>
93             <width>40</width>
94             <height>20</height>
95            </size>
96           </property>
97          </spacer>
98         </item>
99         <item>
100          <widget class="KFontRequester" native="1" name="textFont" />
101         </item>
102        </layout>
103       </item>
104       <item>
105        <layout class="QHBoxLayout" >
106         <item>
107          <widget class="QLabel" name="label_3" >
108           <property name="text" >
109            <string>Text Color</string>
110           </property>
111          </widget>
112         </item>
113         <item>
114          <spacer>
115           <property name="orientation" >
116            <enum>Qt::Horizontal</enum>
117           </property>
118           <property name="sizeHint" >
119            <size>
120             <width>40</width>
121             <height>20</height>
122            </size>
123           </property>
124          </spacer>
125         </item>
126         <item>
127          <widget class="KColorButton" name="textColor" />
128         </item>
129        </layout>
130       </item>
131       <item>
132        <layout class="QHBoxLayout" >
133         <item>
134          <widget class="QLabel" name="label_4" >
135           <property name="text" >
136            <string>Text Alpha</string>
137           </property>
138          </widget>
139         </item>
140         <item>
141          <spacer>
142           <property name="orientation" >
143            <enum>Qt::Horizontal</enum>
144           </property>
145           <property name="sizeHint" >
146            <size>
147             <width>40</width>
148             <height>20</height>
149            </size>
150           </property>
151          </spacer>
152         </item>
153         <item>
154          <widget class="QDoubleSpinBox" name="textAlpha" >
155           <property name="decimals" >
156            <number>2</number>
157           </property>
158           <property name="maximum" >
159            <double>1.000000000000000</double>
160           </property>
161           <property name="singleStep" >
162            <double>0.100000000000000</double>
163           </property>
164           <property name="value" >
165            <double>1.000000000000000</double>
166           </property>
167          </widget>
168         </item>
169        </layout>
170       </item>
171      </layout>
172     </widget>
173    </item>
174   </layout>
175  </widget>
176  <customwidgets>
177   <customwidget>
178    <class>KColorButton</class>
179    <extends>QPushButton</extends>
180    <header>kcolorbutton.h</header>
181   </customwidget>
182   <customwidget>
183    <class>KFontRequester</class>
184    <extends>QWidget</extends>
185    <header>kfontrequester.h</header>
186   </customwidget>
187  </customwidgets>
188  <resources/>
189  <connections/>
190 </ui>