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

« back to all changes in this revision

Viewing changes to kdm/kcm/background/bgadvanced_ui.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>BGAdvancedBase</class>
 
3
 <widget class="QWidget" name="BGAdvancedBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>538</width>
 
9
    <height>355</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QVBoxLayout" name="verticalLayout" >
 
13
   <item>
 
14
    <widget class="QGroupBox" name="m_groupProgram" >
 
15
     <property name="title" >
 
16
      <string>Background Program</string>
 
17
     </property>
 
18
     <layout class="QGridLayout" >
 
19
      <property name="margin" >
 
20
       <number>11</number>
 
21
      </property>
 
22
      <item row="1" column="1" >
 
23
       <widget class="QPushButton" name="m_buttonAdd" >
 
24
        <property name="enabled" >
 
25
         <bool>false</bool>
 
26
        </property>
 
27
        <property name="whatsThis" >
 
28
         <string>&lt;qt>
 
29
&lt;p>Click here if you want to add a program to the listbox. This button opens a dialog where you are asked to give details about the program you want to run. To successfully add a program, you must know if it is compatible, the name of the executable file and, if necessary, its options.&lt;/p>
 
30
&lt;p>You usually can get the available options to a suitable program by typing in a terminal emulator the name of the executable file plus --help (foobar --help).&lt;/p>
 
31
&lt;/qt></string>
 
32
        </property>
 
33
        <property name="text" >
 
34
         <string>&amp;Add...</string>
 
35
        </property>
 
36
       </widget>
 
37
      </item>
 
38
      <item row="2" column="1" >
 
39
       <widget class="QPushButton" name="m_buttonRemove" >
 
40
        <property name="enabled" >
 
41
         <bool>false</bool>
 
42
        </property>
 
43
        <property name="whatsThis" >
 
44
         <string>Click here to remove programs from this list. Please note that it does not remove the program from your system, it only removes it from the available options in the background drawing programs list.</string>
 
45
        </property>
 
46
        <property name="text" >
 
47
         <string>&amp;Remove</string>
 
48
        </property>
 
49
       </widget>
 
50
      </item>
 
51
      <item row="3" column="1" >
 
52
       <widget class="QPushButton" name="m_buttonModify" >
 
53
        <property name="enabled" >
 
54
         <bool>false</bool>
 
55
        </property>
 
56
        <property name="whatsThis" >
 
57
         <string>&lt;qt>
 
58
&lt;p>Click here to modify the programs options. You usually can get the available options to a suitable program by typing in a terminal emulator the name of the executable file plus --help. (example: kwebdesktop --help).&lt;/p>
 
59
&lt;/qt></string>
 
60
        </property>
 
61
        <property name="text" >
 
62
         <string>&amp;Modify...</string>
 
63
        </property>
 
64
       </widget>
 
65
      </item>
 
66
      <item row="4" column="1" >
 
67
       <spacer name="spacer" >
 
68
        <property name="orientation" >
 
69
         <enum>Qt::Vertical</enum>
 
70
        </property>
 
71
        <property name="sizeType" >
 
72
         <enum>QSizePolicy::Expanding</enum>
 
73
        </property>
 
74
        <property name="sizeHint" stdset="0" >
 
75
         <size>
 
76
          <width>20</width>
 
77
          <height>20</height>
 
78
         </size>
 
79
        </property>
 
80
       </spacer>
 
81
      </item>
 
82
      <item rowspan="4" row="1" column="0" >
 
83
       <widget class="QTreeWidget" name="m_listPrograms" >
 
84
        <property name="enabled" >
 
85
         <bool>false</bool>
 
86
        </property>
 
87
        <property name="minimumSize" >
 
88
         <size>
 
89
          <width>400</width>
 
90
          <height>0</height>
 
91
         </size>
 
92
        </property>
 
93
        <property name="whatsThis" >
 
94
         <string>&lt;qt>
 
95
&lt;p>Select from this listbox the program you want to use to draw your desktop background.&lt;/p>
 
96
&lt;p>The &lt;b>Program&lt;/b> column shows the name of the program.&lt;br>
 
97
The &lt;b>Comment&lt;/b> column brings a short description.&lt;br>
 
98
The &lt;b>Refresh&lt;/b> column indicates the time interval between redraws of the desktop.&lt;/p>
 
99
&lt;p>You can also add new compliant programs. To do that, click on the &lt;b>Add&lt;/b> button.&lt;br>
 
100
You can also remove programs from this list clicking on the &lt;b>Remove&lt;/b> button. Please note that it does not remove the program from your system, it only removes it from the available options in this listbox.&lt;/p>
 
101
&lt;/qt></string>
 
102
        </property>
 
103
        <column>
 
104
         <property name="text" >
 
105
          <string>Program</string>
 
106
         </property>
 
107
        </column>
 
108
        <column>
 
109
         <property name="text" >
 
110
          <string>Comment</string>
 
111
         </property>
 
112
        </column>
 
113
        <column>
 
114
         <property name="text" >
 
115
          <string>Refresh</string>
 
116
         </property>
 
117
        </column>
 
118
       </widget>
 
119
      </item>
 
120
      <item row="0" column="0" colspan="2" >
 
121
       <widget class="QCheckBox" name="m_cbProgram" >
 
122
        <property name="whatsThis" >
 
123
         <string>Check here if you want to allow a program to draw your desktop background. Below you can find the list of programs currently available for drawing the background. You may use one of the available programs, add new ones or modify the existing ones to fit your needs.</string>
 
124
        </property>
 
125
        <property name="text" >
 
126
         <string>Use the following program for drawing the background:</string>
 
127
        </property>
 
128
       </widget>
 
129
      </item>
 
130
     </layout>
 
131
    </widget>
 
132
   </item>
 
133
   <item>
 
134
    <widget class="QGroupBox" name="m_groupCache" >
 
135
     <property name="title" >
 
136
      <string>Memory Usage</string>
 
137
     </property>
 
138
     <layout class="QHBoxLayout" name="horizontalLayout" >
 
139
      <item>
 
140
       <widget class="QLabel" name="m_lblCache" >
 
141
        <property name="whatsThis" >
 
142
         <string>In this box you can enter how much memory KDE should use for caching the background(s). If you have different backgrounds for the different desktops caching can make switching desktops smoother at the expense of higher memory use.</string>
 
143
        </property>
 
144
        <property name="text" >
 
145
         <string>Size of background cache:</string>
 
146
        </property>
 
147
        <property name="wordWrap" >
 
148
         <bool>false</bool>
 
149
        </property>
 
150
       </widget>
 
151
      </item>
 
152
      <item>
 
153
       <widget class="KIntSpinBox" name="m_spinCache" >
 
154
        <property name="whatsThis" >
 
155
         <string>In this box you can enter how much memory KDE should use for caching the background(s). If you have different backgrounds for the different desktops caching can make switching desktops smoother at the expense of higher memory use.</string>
 
156
        </property>
 
157
        <property name="suffix" >
 
158
         <string> KiB</string>
 
159
        </property>
 
160
       </widget>
 
161
      </item>
 
162
      <item>
 
163
       <spacer name="spacer2" >
 
164
        <property name="orientation" >
 
165
         <enum>Qt::Horizontal</enum>
 
166
        </property>
 
167
        <property name="sizeType" >
 
168
         <enum>QSizePolicy::Expanding</enum>
 
169
        </property>
 
170
        <property name="sizeHint" stdset="0" >
 
171
         <size>
 
172
          <width>425</width>
 
173
          <height>20</height>
 
174
         </size>
 
175
        </property>
 
176
       </spacer>
 
177
      </item>
 
178
     </layout>
 
179
     <zorder>m_lblCache</zorder>
 
180
     <zorder>m_spinCache</zorder>
 
181
    </widget>
 
182
   </item>
 
183
   <item>
 
184
    <spacer name="spacer4" >
 
185
     <property name="orientation" >
 
186
      <enum>Qt::Vertical</enum>
 
187
     </property>
 
188
     <property name="sizeType" >
 
189
      <enum>QSizePolicy::Expanding</enum>
 
190
     </property>
 
191
     <property name="sizeHint" stdset="0" >
 
192
      <size>
 
193
       <width>16</width>
 
194
       <height>20</height>
 
195
      </size>
 
196
     </property>
 
197
    </spacer>
 
198
   </item>
 
199
  </layout>
 
200
 </widget>
 
201
 <customwidgets>
 
202
  <customwidget>
 
203
   <class>KIntSpinBox</class>
 
204
   <extends>QSpinBox</extends>
 
205
   <header>knuminput.h</header>
 
206
  </customwidget>
 
207
 </customwidgets>
 
208
  <tabstops>
 
209
  <tabstop>m_cbProgram</tabstop>
 
210
  <tabstop>m_listPrograms</tabstop>
 
211
  <tabstop>m_buttonAdd</tabstop>
 
212
  <tabstop>m_buttonRemove</tabstop>
 
213
  <tabstop>m_buttonModify</tabstop>
 
214
 </tabstops>
 
215
 <includes>
 
216
  <include location="local" >kcolorbutton.h</include>
 
217
  <include location="local" >kcolorbutton.h</include>
 
218
 </includes>
 
219
 <resources/>
 
220
 <connections>
 
221
  <connection>
 
222
   <sender>m_cbProgram</sender>
 
223
   <signal>toggled(bool)</signal>
 
224
   <receiver>m_buttonAdd</receiver>
 
225
   <slot>setEnabled(bool)</slot>
 
226
   <hints>
 
227
    <hint type="sourcelabel" >
 
228
     <x>20</x>
 
229
     <y>20</y>
 
230
    </hint>
 
231
    <hint type="destinationlabel" >
 
232
     <x>20</x>
 
233
     <y>20</y>
 
234
    </hint>
 
235
   </hints>
 
236
  </connection>
 
237
  <connection>
 
238
   <sender>m_cbProgram</sender>
 
239
   <signal>toggled(bool)</signal>
 
240
   <receiver>m_buttonRemove</receiver>
 
241
   <slot>setEnabled(bool)</slot>
 
242
   <hints>
 
243
    <hint type="sourcelabel" >
 
244
     <x>20</x>
 
245
     <y>20</y>
 
246
    </hint>
 
247
    <hint type="destinationlabel" >
 
248
     <x>20</x>
 
249
     <y>20</y>
 
250
    </hint>
 
251
   </hints>
 
252
  </connection>
 
253
  <connection>
 
254
   <sender>m_cbProgram</sender>
 
255
   <signal>toggled(bool)</signal>
 
256
   <receiver>m_buttonModify</receiver>
 
257
   <slot>setEnabled(bool)</slot>
 
258
   <hints>
 
259
    <hint type="sourcelabel" >
 
260
     <x>20</x>
 
261
     <y>20</y>
 
262
    </hint>
 
263
    <hint type="destinationlabel" >
 
264
     <x>20</x>
 
265
     <y>20</y>
 
266
    </hint>
 
267
   </hints>
 
268
  </connection>
 
269
  <connection>
 
270
   <sender>m_cbProgram</sender>
 
271
   <signal>toggled(bool)</signal>
 
272
   <receiver>m_listPrograms</receiver>
 
273
   <slot>setEnabled(bool)</slot>
 
274
   <hints>
 
275
    <hint type="sourcelabel" >
 
276
     <x>20</x>
 
277
     <y>20</y>
 
278
    </hint>
 
279
    <hint type="destinationlabel" >
 
280
     <x>20</x>
 
281
     <y>20</y>
 
282
    </hint>
 
283
   </hints>
 
284
  </connection>
 
285
 </connections>
 
286
</ui>