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

« back to all changes in this revision

Viewing changes to kwin/effects/magnifier/magnifier_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
<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="KIntSpinBox" 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>9999</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="KIntSpinBox" 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>9999</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>KIntSpinBox</class>
 
94
   <extends>QSpinBox</extends>
 
95
   <header>knuminput.h</header>
 
96
  </customwidget>
 
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>