2 <class>BookmarksConfigUI</class>
3 <widget class="QWidget" name="BookmarksConfigUI" >
4 <property name="geometry" >
12 <layout class="QGridLayout" >
13 <item row="1" column="0" >
14 <widget class="QGroupBox" name="groupBox" >
15 <property name="title" >
16 <string>Bookmarks</string>
18 <layout class="QVBoxLayout" name="verticalLayout" >
20 <widget class="QCheckBox" name="cbShowRoot" >
21 <property name="whatsThis" >
22 <string>If this option is unchecked, bookmarks at the root of the hierarchy (not in a folder) are not displayed.
23 If checked, they are gathered in a "root" folder.</string>
25 <property name="text" >
26 <string>&Show bookmarks without folder</string>
28 <property name="checked" >
34 <widget class="QCheckBox" name="cbFlattenTree" >
35 <property name="whatsThis" >
36 <string>Sub-folders are shown within their parent by default. If you activate this option, sub-folders are displayed on their own.
37 It looks less nice but it may help if you have a very big folder you want to spread in two columns.</string>
39 <property name="text" >
40 <string>&Flatten bookmarks tree</string>
45 <widget class="QCheckBox" name="cbShowPlaces" >
46 <property name="whatsThis" >
47 <string>Show a box with KDE places (Home, Network, ...). Useful if you use konqueror as a file manager.</string>
49 <property name="text" >
50 <string>Show system &places</string>
52 <property name="checked" >
60 <item row="0" column="0" >
61 <widget class="QGroupBox" name="groupBox_2" >
62 <property name="title" >
63 <string>General Settings</string>
65 <layout class="QVBoxLayout" name="verticalLayout_2" >
67 <layout class="QHBoxLayout" name="horizontalLayout" >
69 <widget class="QLabel" name="label" >
70 <property name="whatsThis" >
71 <string>Folders are automatically distributed in several columns. The optimal number of columns depends on the width of the konqueror window and the number of bookmarks you have.</string>
73 <property name="text" >
74 <string>Number of columns to show</string>
79 <widget class="KIntSpinBox" name="sbColumns" >
80 <property name="whatsThis" >
83 <property name="minimum" >
86 <property name="value" >
92 <spacer name="horizontalSpacer" >
93 <property name="orientation" >
94 <enum>Qt::Horizontal</enum>
96 <property name="sizeHint" stdset="0" >
107 <widget class="QCheckBox" name="cbShowBackgrounds" >
108 <property name="whatsThis" >
109 <string>Disable it on slow system to disable background images.</string>
111 <property name="text" >
112 <string>Show folder &backgrounds</string>
114 <property name="checked" >
122 <item row="3" column="0" >
123 <spacer name="verticalSpacer" >
124 <property name="orientation" >
125 <enum>Qt::Vertical</enum>
127 <property name="sizeHint" stdset="0" >
135 <item row="2" column="0" >
136 <widget class="QGroupBox" name="groupBox_3" >
137 <property name="whatsThis" >
138 <string>How much disk space is used to cache the pixmaps</string>
140 <property name="title" >
141 <string>Pixmap Cache</string>
143 <layout class="QHBoxLayout" name="horizontalLayout_2" >
145 <widget class="QLabel" name="lbMaxCacheSize" >
146 <property name="enabled" >
149 <property name="text" >
150 <string>Disk cache size:</string>
152 <property name="buddy" >
153 <cstring>sbCacheSize</cstring>
158 <widget class="KIntNumInput" name="sbCacheSize" >
159 <property name="enabled" >
162 <property name="suffix" >
168 <widget class="QPushButton" name="clearCacheButton" >
169 <property name="enabled" >
172 <property name="whatsThis" >
173 <string>Clear the pixmap cache</string>
175 <property name="text" >
176 <string>&Clear Cache</string>
181 <spacer name="horizontalSpacer_2" >
182 <property name="orientation" >
183 <enum>Qt::Horizontal</enum>
185 <property name="sizeHint" stdset="0" >
198 <layoutdefault spacing="6" margin="11" />
201 <class>KIntNumInput</class>
202 <extends>QWidget</extends>
203 <header>knuminput.h</header>
206 <class>KIntSpinBox</class>
207 <extends>QSpinBox</extends>
208 <header>knuminput.h</header>