summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/configurefrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/configurefrm.ui')
-rw-r--r--rbutil/rbutilqt/configurefrm.ui15
1 files changed, 14 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/configurefrm.ui b/rbutil/rbutilqt/configurefrm.ui
index 006661ba08..087cdf34bd 100644
--- a/rbutil/rbutilqt/configurefrm.ui
+++ b/rbutil/rbutilqt/configurefrm.ui
@@ -270,6 +270,9 @@
270 <attribute name="title" > 270 <attribute name="title" >
271 <string>Cac&amp;he</string> 271 <string>Cac&amp;he</string>
272 </attribute> 272 </attribute>
273 <attribute name="icon" >
274 <iconset resource="rbutilqt.qrc" >:/icons/icons/package-x-generic.png</iconset>
275 </attribute>
273 <attribute name="toolTip" > 276 <attribute name="toolTip" >
274 <string>Download cache settings</string> 277 <string>Download cache settings</string>
275 </attribute> 278 </attribute>
@@ -304,7 +307,11 @@
304 </widget> 307 </widget>
305 </item> 308 </item>
306 <item> 309 <item>
307 <widget class="QLineEdit" name="cachePath" /> 310 <widget class="QLineEdit" name="cachePath" >
311 <property name="toolTip" >
312 <string>Entering an invalid folder will reset the path to the systems temporary path.</string>
313 </property>
314 </widget>
308 </item> 315 </item>
309 <item> 316 <item>
310 <widget class="QPushButton" name="buttonCacheBrowse" > 317 <widget class="QPushButton" name="buttonCacheBrowse" >
@@ -329,6 +336,9 @@
329 </item> 336 </item>
330 <item> 337 <item>
331 <widget class="QCheckBox" name="cacheOfflineMode" > 338 <widget class="QCheckBox" name="cacheOfflineMode" >
339 <property name="toolTip" >
340 <string>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</string>
341 </property>
332 <property name="text" > 342 <property name="text" >
333 <string>O&amp;ffline mode</string> 343 <string>O&amp;ffline mode</string>
334 </property> 344 </property>
@@ -367,6 +377,9 @@
367 <property name="text" > 377 <property name="text" >
368 <string>Clean cache &amp;now</string> 378 <string>Clean cache &amp;now</string>
369 </property> 379 </property>
380 <property name="icon" >
381 <iconset resource="rbutilqt.qrc" >:/icons/icons/user-trash-full.png</iconset>
382 </property>
370 </widget> 383 </widget>
371 </item> 384 </item>
372 </layout> 385 </layout>