add more spacing
[personal-kdebase.git] / workspace / kcontrol / kdm / background / bgadvanced_ui.ui
blob219ba7393f6c5b4a24575f14c9a0a20d6f18fe4b
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;p>One useful example is the program kwebdesktop. It draws a web page on the background of your desktop.  You can use this program by selecting it on the listbox on the right, but it will draw a predefined web page. To change the web page it renders, select the kwebdesktop program on the listbox, then click here. A dialog will appear, allowing you to change the web page by replacing the old address (URL) with a new one.&lt;/p>
60 &lt;/qt></string>
61         </property>
62         <property name="text" >
63          <string>&amp;Modify...</string>
64         </property>
65        </widget>
66       </item>
67       <item row="4" column="1" >
68        <spacer name="spacer" >
69         <property name="orientation" >
70          <enum>Qt::Vertical</enum>
71         </property>
72         <property name="sizeType" >
73          <enum>QSizePolicy::Expanding</enum>
74         </property>
75         <property name="sizeHint" stdset="0" >
76          <size>
77           <width>20</width>
78           <height>20</height>
79          </size>
80         </property>
81        </spacer>
82       </item>
83       <item rowspan="4" row="1" column="0" >
84        <widget class="QTreeWidget" name="m_listPrograms" >
85         <property name="enabled" >
86          <bool>false</bool>
87         </property>
88         <property name="minimumSize" >
89          <size>
90           <width>400</width>
91           <height>0</height>
92          </size>
93         </property>
94         <property name="whatsThis" >
95          <string>&lt;qt>
96 &lt;p>Select from this listbox the program you want to use to draw your desktop background.&lt;/p>
97 &lt;p>The &lt;b>Program&lt;/b> column shows the name of the program.&lt;br>
98 The &lt;b>Comment&lt;/b> column brings a short description.&lt;br>
99 The &lt;b>Refresh&lt;/b> column indicates the time interval between redraws of the desktop.&lt;/p>
100 &lt;p>The &lt;b>K Web Desktop&lt;/b> program (kwebdesktop) is worth noting: it draws a specified page of the web in your desktop. You can modify it, and the webpage it draws by selecting it here, then clicking on the &lt;b>Modify&lt;/b> button.&lt;br>
101 You can also add new compliant programs. To do that, click on the &lt;b>Add&lt;/b> button.&lt;br>
102 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>
103 &lt;/qt></string>
104         </property>
105         <column>
106          <property name="text" >
107           <string>Program</string>
108          </property>
109         </column>
110         <column>
111          <property name="text" >
112           <string>Comment</string>
113          </property>
114         </column>
115         <column>
116          <property name="text" >
117           <string>Refresh</string>
118          </property>
119         </column>
120        </widget>
121       </item>
122       <item row="0" column="0" colspan="2" >
123        <widget class="QCheckBox" name="m_cbProgram" >
124         <property name="whatsThis" >
125          <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>
126         </property>
127         <property name="text" >
128          <string>Use the following program for drawing the background:</string>
129         </property>
130        </widget>
131       </item>
132      </layout>
133     </widget>
134    </item>
135    <item>
136     <widget class="QGroupBox" name="m_groupCache" >
137      <property name="title" >
138       <string>Memory Usage</string>
139      </property>
140      <layout class="QHBoxLayout" name="horizontalLayout" >
141       <item>
142        <widget class="QLabel" name="m_lblCache" >
143         <property name="whatsThis" >
144          <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>
145         </property>
146         <property name="text" >
147          <string>Size of background cache:</string>
148         </property>
149         <property name="wordWrap" >
150          <bool>false</bool>
151         </property>
152        </widget>
153       </item>
154       <item>
155        <widget class="QSpinBox" name="m_spinCache" >
156         <property name="whatsThis" >
157          <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>
158         </property>
159         <property name="suffix" >
160          <string> k</string>
161         </property>
162        </widget>
163       </item>
164       <item>
165        <spacer name="spacer2" >
166         <property name="orientation" >
167          <enum>Qt::Horizontal</enum>
168         </property>
169         <property name="sizeType" >
170          <enum>QSizePolicy::Expanding</enum>
171         </property>
172         <property name="sizeHint" stdset="0" >
173          <size>
174           <width>425</width>
175           <height>20</height>
176          </size>
177         </property>
178        </spacer>
179       </item>
180      </layout>
181      <zorder>m_lblCache</zorder>
182      <zorder>m_spinCache</zorder>
183      <zorder>spacer2</zorder>
184     </widget>
185    </item>
186    <item>
187     <spacer name="spacer4" >
188      <property name="orientation" >
189       <enum>Qt::Vertical</enum>
190      </property>
191      <property name="sizeType" >
192       <enum>QSizePolicy::Expanding</enum>
193      </property>
194      <property name="sizeHint" stdset="0" >
195       <size>
196        <width>16</width>
197        <height>20</height>
198       </size>
199      </property>
200     </spacer>
201    </item>
202   </layout>
203  </widget>
204  <layoutdefault spacing="3" margin="6" />
205  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
206  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
207  <tabstops>
208   <tabstop>m_cbProgram</tabstop>
209   <tabstop>m_listPrograms</tabstop>
210   <tabstop>m_buttonAdd</tabstop>
211   <tabstop>m_buttonRemove</tabstop>
212   <tabstop>m_buttonModify</tabstop>
213  </tabstops>
214  <includes>
215   <include location="local" >kcolorbutton.h</include>
216   <include location="local" >kcolorbutton.h</include>
217  </includes>
218  <resources/>
219  <connections>
220   <connection>
221    <sender>m_cbProgram</sender>
222    <signal>toggled(bool)</signal>
223    <receiver>m_buttonAdd</receiver>
224    <slot>setEnabled(bool)</slot>
225    <hints>
226     <hint type="sourcelabel" >
227      <x>20</x>
228      <y>20</y>
229     </hint>
230     <hint type="destinationlabel" >
231      <x>20</x>
232      <y>20</y>
233     </hint>
234    </hints>
235   </connection>
236   <connection>
237    <sender>m_cbProgram</sender>
238    <signal>toggled(bool)</signal>
239    <receiver>m_buttonRemove</receiver>
240    <slot>setEnabled(bool)</slot>
241    <hints>
242     <hint type="sourcelabel" >
243      <x>20</x>
244      <y>20</y>
245     </hint>
246     <hint type="destinationlabel" >
247      <x>20</x>
248      <y>20</y>
249     </hint>
250    </hints>
251   </connection>
252   <connection>
253    <sender>m_cbProgram</sender>
254    <signal>toggled(bool)</signal>
255    <receiver>m_buttonModify</receiver>
256    <slot>setEnabled(bool)</slot>
257    <hints>
258     <hint type="sourcelabel" >
259      <x>20</x>
260      <y>20</y>
261     </hint>
262     <hint type="destinationlabel" >
263      <x>20</x>
264      <y>20</y>
265     </hint>
266    </hints>
267   </connection>
268   <connection>
269    <sender>m_cbProgram</sender>
270    <signal>toggled(bool)</signal>
271    <receiver>m_listPrograms</receiver>
272    <slot>setEnabled(bool)</slot>
273    <hints>
274     <hint type="sourcelabel" >
275      <x>20</x>
276      <y>20</y>
277     </hint>
278     <hint type="destinationlabel" >
279      <x>20</x>
280      <y>20</y>
281     </hint>
282    </hints>
283   </connection>
284  </connections>
285 </ui>