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

« back to all changes in this revision

Viewing changes to kwin/kcmkwin/kwintabbox/layoutconfig.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>LayoutConfigForm</class>
 
4
 <widget class="QWidget" name="LayoutConfigForm">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>680</width>
 
10
    <height>432</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout_3">
 
14
   <item row="0" column="0">
 
15
    <widget class="QGroupBox" name="groupBox_2">
 
16
     <property name="title">
 
17
      <string>Item Layout</string>
 
18
     </property>
 
19
     <layout class="QFormLayout" name="formLayout">
 
20
      <item row="0" column="0">
 
21
       <widget class="QLabel" name="label">
 
22
        <property name="text">
 
23
         <string>Layout:</string>
 
24
        </property>
 
25
        <property name="buddy">
 
26
         <cstring>layoutCombo</cstring>
 
27
        </property>
 
28
       </widget>
 
29
      </item>
 
30
      <item row="0" column="1">
 
31
       <widget class="KComboBox" name="layoutCombo">
 
32
        <property name="sizePolicy">
 
33
         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
34
          <horstretch>0</horstretch>
 
35
          <verstretch>0</verstretch>
 
36
         </sizepolicy>
 
37
        </property>
 
38
        <item>
 
39
         <property name="text">
 
40
          <string>Vertical</string>
 
41
         </property>
 
42
        </item>
 
43
        <item>
 
44
         <property name="text">
 
45
          <string>Horizontal</string>
 
46
         </property>
 
47
        </item>
 
48
        <item>
 
49
         <property name="text">
 
50
          <string>Tabular</string>
 
51
         </property>
 
52
        </item>
 
53
       </widget>
 
54
      </item>
 
55
      <item row="1" column="0">
 
56
       <widget class="QLabel" name="label_9">
 
57
        <property name="text">
 
58
         <string>Item layout:</string>
 
59
        </property>
 
60
        <property name="buddy">
 
61
         <cstring>itemLayoutCombo</cstring>
 
62
        </property>
 
63
       </widget>
 
64
      </item>
 
65
      <item row="1" column="1">
 
66
       <widget class="KComboBox" name="itemLayoutCombo">
 
67
        <property name="sizePolicy">
 
68
         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
69
          <horstretch>0</horstretch>
 
70
          <verstretch>0</verstretch>
 
71
         </sizepolicy>
 
72
        </property>
 
73
       </widget>
 
74
      </item>
 
75
     </layout>
 
76
    </widget>
 
77
   </item>
 
78
   <item row="0" column="1" rowspan="2">
 
79
    <widget class="QGroupBox" name="groupBox">
 
80
     <property name="title">
 
81
      <string>Minimum Size</string>
 
82
     </property>
 
83
     <layout class="QFormLayout" name="formLayout_3">
 
84
      <property name="fieldGrowthPolicy">
 
85
       <enum>QFormLayout::ExpandingFieldsGrow</enum>
 
86
      </property>
 
87
      <item row="0" column="0">
 
88
       <widget class="QLabel" name="label_2">
 
89
        <property name="text">
 
90
         <string>Width:</string>
 
91
        </property>
 
92
        <property name="buddy">
 
93
         <cstring>minWidthSpinBox</cstring>
 
94
        </property>
 
95
       </widget>
 
96
      </item>
 
97
      <item row="0" column="1">
 
98
       <widget class="KIntSpinBox" name="minWidthSpinBox">
 
99
        <property name="sizePolicy">
 
100
         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
101
          <horstretch>0</horstretch>
 
102
          <verstretch>0</verstretch>
 
103
         </sizepolicy>
 
104
        </property>
 
105
        <property name="toolTip">
 
106
         <string>Minimum width, as a percentage of screen width.</string>
 
107
        </property>
 
108
        <property name="suffix">
 
109
         <string> %</string>
 
110
        </property>
 
111
        <property name="maximum">
 
112
         <number>100</number>
 
113
        </property>
 
114
       </widget>
 
115
      </item>
 
116
      <item row="1" column="0">
 
117
       <widget class="QLabel" name="label_3">
 
118
        <property name="text">
 
119
         <string>Height:</string>
 
120
        </property>
 
121
        <property name="buddy">
 
122
         <cstring>minHeightSpinBox</cstring>
 
123
        </property>
 
124
       </widget>
 
125
      </item>
 
126
      <item row="1" column="1">
 
127
       <widget class="KIntSpinBox" name="minHeightSpinBox">
 
128
        <property name="sizePolicy">
 
129
         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
130
          <horstretch>0</horstretch>
 
131
          <verstretch>0</verstretch>
 
132
         </sizepolicy>
 
133
        </property>
 
134
        <property name="toolTip">
 
135
         <string>Minimum height, as a percentage of screen height.</string>
 
136
        </property>
 
137
        <property name="suffix">
 
138
         <string> %</string>
 
139
        </property>
 
140
        <property name="maximum">
 
141
         <number>100</number>
 
142
        </property>
 
143
       </widget>
 
144
      </item>
 
145
     </layout>
 
146
    </widget>
 
147
   </item>
 
148
   <item row="1" column="0">
 
149
    <widget class="QGroupBox" name="selectedItemBox">
 
150
     <property name="title">
 
151
      <string>Show Selected Item</string>
 
152
     </property>
 
153
     <property name="checkable">
 
154
      <bool>true</bool>
 
155
     </property>
 
156
     <layout class="QFormLayout" name="formLayout_2">
 
157
      <property name="fieldGrowthPolicy">
 
158
       <enum>QFormLayout::ExpandingFieldsGrow</enum>
 
159
      </property>
 
160
      <item row="0" column="0">
 
161
       <widget class="QLabel" name="label_10">
 
162
        <property name="text">
 
163
         <string>Selected item view:</string>
 
164
        </property>
 
165
        <property name="buddy">
 
166
         <cstring>selectedItemCombo</cstring>
 
167
        </property>
 
168
       </widget>
 
169
      </item>
 
170
      <item row="0" column="1">
 
171
       <widget class="KComboBox" name="selectedItemCombo">
 
172
        <property name="sizePolicy">
 
173
         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
174
          <horstretch>0</horstretch>
 
175
          <verstretch>0</verstretch>
 
176
         </sizepolicy>
 
177
        </property>
 
178
        <item>
 
179
         <property name="text">
 
180
          <string>Top</string>
 
181
         </property>
 
182
        </item>
 
183
        <item>
 
184
         <property name="text">
 
185
          <string>Bottom</string>
 
186
         </property>
 
187
        </item>
 
188
        <item>
 
189
         <property name="text">
 
190
          <string>Left</string>
 
191
         </property>
 
192
        </item>
 
193
        <item>
 
194
         <property name="text">
 
195
          <string>Right</string>
 
196
         </property>
 
197
        </item>
 
198
       </widget>
 
199
      </item>
 
200
      <item row="1" column="0">
 
201
       <widget class="QLabel" name="label_11">
 
202
        <property name="text">
 
203
         <string>Selected item layout:</string>
 
204
        </property>
 
205
        <property name="buddy">
 
206
         <cstring>selectedItemLayoutCombo</cstring>
 
207
        </property>
 
208
       </widget>
 
209
      </item>
 
210
      <item row="1" column="1">
 
211
       <widget class="KComboBox" name="selectedItemLayoutCombo">
 
212
        <property name="sizePolicy">
 
213
         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
214
          <horstretch>0</horstretch>
 
215
          <verstretch>0</verstretch>
 
216
         </sizepolicy>
 
217
        </property>
 
218
       </widget>
 
219
      </item>
 
220
      <item row="2" column="1">
 
221
       <spacer name="verticalSpacer">
 
222
        <property name="orientation">
 
223
         <enum>Qt::Vertical</enum>
 
224
        </property>
 
225
        <property name="sizeHint" stdset="0">
 
226
         <size>
 
227
          <width>20</width>
 
228
          <height>40</height>
 
229
         </size>
 
230
        </property>
 
231
       </spacer>
 
232
      </item>
 
233
     </layout>
 
234
    </widget>
 
235
   </item>
 
236
  </layout>
 
237
 </widget>
 
238
 <customwidgets>
 
239
  <customwidget>
 
240
   <class>KIntSpinBox</class>
 
241
   <extends>QSpinBox</extends>
 
242
   <header>knuminput.h</header>
 
243
  </customwidget>
 
244
  <customwidget>
 
245
   <class>KComboBox</class>
 
246
   <extends>QComboBox</extends>
 
247
   <header>kcombobox.h</header>
 
248
  </customwidget>
 
249
 </customwidgets>
 
250
 <tabstops>
 
251
  <tabstop>layoutCombo</tabstop>
 
252
  <tabstop>itemLayoutCombo</tabstop>
 
253
  <tabstop>selectedItemBox</tabstop>
 
254
  <tabstop>selectedItemCombo</tabstop>
 
255
  <tabstop>selectedItemLayoutCombo</tabstop>
 
256
  <tabstop>minWidthSpinBox</tabstop>
 
257
  <tabstop>minHeightSpinBox</tabstop>
 
258
 </tabstops>
 
259
 <resources/>
 
260
 <connections/>
 
261
</ui>