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

« back to all changes in this revision

Viewing changes to kcontrol/style/finetuning.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>FineTuning</class>
 
4
 <widget class="QWidget" name="FineTuning">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>422</width>
 
10
    <height>358</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout_2">
 
14
   <item row="0" column="0">
 
15
    <widget class="QLabel" name="label_4">
 
16
     <property name="text">
 
17
      <string>Graphical effects:</string>
 
18
     </property>
 
19
     <property name="alignment">
 
20
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="0" column="1">
 
25
    <widget class="QComboBox" name="comboGraphicEffectsLevel"/>
 
26
   </item>
 
27
   <item row="0" column="2">
 
28
    <spacer name="horizontalSpacer">
 
29
     <property name="orientation">
 
30
      <enum>Qt::Horizontal</enum>
 
31
     </property>
 
32
     <property name="sizeHint" stdset="0">
 
33
      <size>
 
34
       <width>120</width>
 
35
       <height>20</height>
 
36
      </size>
 
37
     </property>
 
38
    </spacer>
 
39
   </item>
 
40
   <item row="1" column="0">
 
41
    <widget class="QLabel" name="label_3">
 
42
     <property name="text">
 
43
      <string>Show icons on buttons:</string>
 
44
     </property>
 
45
     <property name="alignment">
 
46
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
47
     </property>
 
48
     <property name="buddy">
 
49
      <cstring>cbIconsOnButtons</cstring>
 
50
     </property>
 
51
    </widget>
 
52
   </item>
 
53
   <item row="1" column="1">
 
54
    <widget class="QCheckBox" name="cbIconsOnButtons">
 
55
     <property name="text">
 
56
      <string/>
 
57
     </property>
 
58
    </widget>
 
59
   </item>
 
60
   <item row="2" column="0">
 
61
    <widget class="QLabel" name="label_5">
 
62
     <property name="text">
 
63
      <string>Show icons in menus:</string>
 
64
     </property>
 
65
     <property name="alignment">
 
66
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
67
     </property>
 
68
     <property name="buddy">
 
69
      <cstring>cbIconsInMenus</cstring>
 
70
     </property>
 
71
    </widget>
 
72
   </item>
 
73
   <item row="2" column="1">
 
74
    <widget class="QCheckBox" name="cbIconsInMenus">
 
75
     <property name="text">
 
76
      <string/>
 
77
     </property>
 
78
    </widget>
 
79
   </item>
 
80
   <item row="3" column="0" colspan="3">
 
81
    <widget class="QGroupBox" name="groupBox">
 
82
     <property name="title">
 
83
      <string>Toolbars</string>
 
84
     </property>
 
85
     <layout class="QGridLayout" name="gridLayout">
 
86
      <item row="0" column="0">
 
87
       <widget class="QLabel" name="label">
 
88
        <property name="text">
 
89
         <string>Main toolbar text:</string>
 
90
        </property>
 
91
        <property name="alignment">
 
92
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
93
        </property>
 
94
        <property name="buddy">
 
95
         <cstring>comboToolbarIcons</cstring>
 
96
        </property>
 
97
       </widget>
 
98
      </item>
 
99
      <item row="0" column="1">
 
100
       <widget class="KComboBox" name="comboToolbarIcons">
 
101
        <item>
 
102
         <property name="text">
 
103
          <string>No Text</string>
 
104
         </property>
 
105
        </item>
 
106
        <item>
 
107
         <property name="text">
 
108
          <string>Text Only</string>
 
109
         </property>
 
110
        </item>
 
111
        <item>
 
112
         <property name="text">
 
113
          <string>Text Beside Icons</string>
 
114
         </property>
 
115
        </item>
 
116
        <item>
 
117
         <property name="text">
 
118
          <string>Text Below Icons</string>
 
119
         </property>
 
120
        </item>
 
121
       </widget>
 
122
      </item>
 
123
      <item row="1" column="0">
 
124
       <widget class="QLabel" name="label_2">
 
125
        <property name="text">
 
126
         <string>Secondary toolbar text:</string>
 
127
        </property>
 
128
        <property name="alignment">
 
129
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
130
        </property>
 
131
        <property name="buddy">
 
132
         <cstring>comboSecondaryToolbarIcons</cstring>
 
133
        </property>
 
134
       </widget>
 
135
      </item>
 
136
      <item row="1" column="1">
 
137
       <widget class="KComboBox" name="comboSecondaryToolbarIcons">
 
138
        <item>
 
139
         <property name="text">
 
140
          <string>No Text</string>
 
141
         </property>
 
142
        </item>
 
143
        <item>
 
144
         <property name="text">
 
145
          <string>Text Only</string>
 
146
         </property>
 
147
        </item>
 
148
        <item>
 
149
         <property name="text">
 
150
          <string>Text Beside Icons</string>
 
151
         </property>
 
152
        </item>
 
153
        <item>
 
154
         <property name="text">
 
155
          <string>Text Below Icons</string>
 
156
         </property>
 
157
        </item>
 
158
       </widget>
 
159
      </item>
 
160
      <item row="0" column="2">
 
161
       <spacer name="horizontalSpacer_2">
 
162
        <property name="orientation">
 
163
         <enum>Qt::Horizontal</enum>
 
164
        </property>
 
165
        <property name="sizeHint" stdset="0">
 
166
         <size>
 
167
          <width>40</width>
 
168
          <height>20</height>
 
169
         </size>
 
170
        </property>
 
171
       </spacer>
 
172
      </item>
 
173
     </layout>
 
174
    </widget>
 
175
   </item>
 
176
   <item row="4" column="0">
 
177
    <spacer name="verticalSpacer">
 
178
     <property name="orientation">
 
179
      <enum>Qt::Vertical</enum>
 
180
     </property>
 
181
     <property name="sizeHint" stdset="0">
 
182
      <size>
 
183
       <width>20</width>
 
184
       <height>40</height>
 
185
      </size>
 
186
     </property>
 
187
    </spacer>
 
188
   </item>
 
189
  </layout>
 
190
 </widget>
 
191
 <customwidgets>
 
192
  <customwidget>
 
193
   <class>KComboBox</class>
 
194
   <extends>QComboBox</extends>
 
195
   <header>kcombobox.h</header>
 
196
  </customwidget>
 
197
 </customwidgets>
 
198
 <resources/>
 
199
 <connections/>
 
200
</ui>