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

« back to all changes in this revision

Viewing changes to kwin/kcmkwin/kwindecoration/auroraeconfig.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>KWinAuroraeConfigForm</class>
 
4
 <widget class="QWidget" name="KWinAuroraeConfigForm">
 
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="QFormLayout" name="formLayout">
 
14
   <property name="fieldGrowthPolicy">
 
15
    <enum>QFormLayout::ExpandingFieldsGrow</enum>
 
16
   </property>
 
17
   <item row="0" column="0">
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="text">
 
20
      <string>Border size:</string>
 
21
     </property>
 
22
     <property name="buddy">
 
23
      <cstring>borderSizesCombo</cstring>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item row="0" column="1">
 
28
    <widget class="KComboBox" name="borderSizesCombo">
 
29
     <item>
 
30
      <property name="text">
 
31
       <string comment="@item:inlistbox Border size:">Tiny</string>
 
32
      </property>
 
33
     </item>
 
34
     <item>
 
35
      <property name="text">
 
36
       <string comment="@item:inlistbox Border size:">Normal</string>
 
37
      </property>
 
38
     </item>
 
39
     <item>
 
40
      <property name="text">
 
41
       <string comment="@item:inlistbox Border size:">Large</string>
 
42
      </property>
 
43
     </item>
 
44
     <item>
 
45
      <property name="text">
 
46
       <string comment="@item:inlistbox Border size:">Very Large</string>
 
47
      </property>
 
48
     </item>
 
49
     <item>
 
50
      <property name="text">
 
51
       <string comment="@item:inlistbox Border size:">Huge</string>
 
52
      </property>
 
53
     </item>
 
54
     <item>
 
55
      <property name="text">
 
56
       <string comment="@item:inlistbox Border size:">Very Huge</string>
 
57
      </property>
 
58
     </item>
 
59
     <item>
 
60
      <property name="text">
 
61
       <string comment="@item:inlistbox Border size:">Oversized</string>
 
62
      </property>
 
63
     </item>
 
64
    </widget>
 
65
   </item>
 
66
   <item row="1" column="0">
 
67
    <widget class="QLabel" name="label_2">
 
68
     <property name="text">
 
69
      <string>Button size:</string>
 
70
     </property>
 
71
     <property name="buddy">
 
72
      <cstring>buttonSizesCombo</cstring>
 
73
     </property>
 
74
    </widget>
 
75
   </item>
 
76
   <item row="1" column="1">
 
77
    <widget class="KComboBox" name="buttonSizesCombo">
 
78
     <item>
 
79
      <property name="text">
 
80
       <string comment="@item:inlistbox Button size:">Tiny</string>
 
81
      </property>
 
82
     </item>
 
83
     <item>
 
84
      <property name="text">
 
85
       <string comment="@item:inlistbox Button size:">Normal</string>
 
86
      </property>
 
87
     </item>
 
88
     <item>
 
89
      <property name="text">
 
90
       <string comment="@item:inlistbox Button size:">Large</string>
 
91
      </property>
 
92
     </item>
 
93
     <item>
 
94
      <property name="text">
 
95
       <string comment="@item:inlistbox Button size:">Very Large</string>
 
96
      </property>
 
97
     </item>
 
98
     <item>
 
99
      <property name="text">
 
100
       <string comment="@item:inlistbox Button size:">Huge</string>
 
101
      </property>
 
102
     </item>
 
103
     <item>
 
104
      <property name="text">
 
105
       <string comment="@item:inlistbox Button size:">Very Huge</string>
 
106
      </property>
 
107
     </item>
 
108
     <item>
 
109
      <property name="text">
 
110
       <string comment="@item:inlistbox Button size:">Oversized</string>
 
111
      </property>
 
112
     </item>
 
113
    </widget>
 
114
   </item>
 
115
  </layout>
 
116
 </widget>
 
117
 <customwidgets>
 
118
  <customwidget>
 
119
   <class>KComboBox</class>
 
120
   <extends>QComboBox</extends>
 
121
   <header>kcombobox.h</header>
 
122
  </customwidget>
 
123
 </customwidgets>
 
124
 <resources/>
 
125
 <connections/>
 
126
</ui>