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

« back to all changes in this revision

Viewing changes to kwin/kcmkwin/kwindecoration/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>KWinDecorationConfigForm</class>
 
4
 <widget class="QWidget" name="KWinDecorationConfigForm">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>188</width>
 
10
    <height>38</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
 
14
   <item>
 
15
    <layout class="QFormLayout" name="formLayout">
 
16
     <item row="0" column="0">
 
17
      <widget class="QLabel" name="borderLabel">
 
18
       <property name="text">
 
19
        <string>B&amp;order size:</string>
 
20
       </property>
 
21
       <property name="buddy">
 
22
        <cstring>bordersCombo</cstring>
 
23
       </property>
 
24
      </widget>
 
25
     </item>
 
26
     <item row="0" column="1">
 
27
      <widget class="KComboBox" name="bordersCombo">
 
28
       <property name="whatsThis">
 
29
        <string>Use this combobox to change the border size of the decoration.</string>
 
30
       </property>
 
31
      </widget>
 
32
     </item>
 
33
    </layout>
 
34
   </item>
 
35
  </layout>
 
36
 </widget>
 
37
 <customwidgets>
 
38
  <customwidget>
 
39
   <class>KComboBox</class>
 
40
   <extends>QComboBox</extends>
 
41
   <header>kcombobox.h</header>
 
42
  </customwidget>
 
43
 </customwidgets>
 
44
 <resources/>
 
45
 <connections/>
 
46
</ui>