~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kwin/effects/resize/resize_config.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>KWin::ResizeEffectConfigForm</class>
 
4
 <widget class="QWidget" name="KWin::ResizeEffectConfigForm">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
 
14
   <item>
 
15
    <widget class="QCheckBox" name="scaleBox">
 
16
     <property name="text">
 
17
      <string>Scale window</string>
 
18
     </property>
 
19
    </widget>
 
20
   </item>
 
21
   <item>
 
22
    <widget class="QCheckBox" name="outlineBox">
 
23
     <property name="text">
 
24
      <string>Show outline</string>
 
25
     </property>
 
26
    </widget>
 
27
   </item>
 
28
   <item>
 
29
    <spacer name="verticalSpacer">
 
30
     <property name="orientation">
 
31
      <enum>Qt::Vertical</enum>
 
32
     </property>
 
33
     <property name="sizeHint" stdset="0">
 
34
      <size>
 
35
       <width>20</width>
 
36
       <height>40</height>
 
37
      </size>
 
38
     </property>
 
39
    </spacer>
 
40
   </item>
 
41
  </layout>
 
42
 </widget>
 
43
 <resources/>
 
44
 <connections/>
 
45
</ui>