Warning, /network/konqueror/settings/bookmarks/bookmarks.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>BookmarksConfigUI</class>
0003  <widget class="QWidget" name="BookmarksConfigUI" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>704</width>
0009     <height>636</height>
0010    </rect>
0011   </property>
0012   <layout class="QGridLayout" >
0013    <item row="1" column="0" >
0014     <widget class="QGroupBox" name="groupBox" >
0015      <property name="title" >
0016       <string>Bookmarks</string>
0017      </property>
0018      <layout class="QVBoxLayout" name="verticalLayout" >
0019       <item>
0020        <widget class="QCheckBox" name="cbShowRoot" >
0021         <property name="whatsThis" >
0022          <string>If this option is unchecked, bookmarks at the root of the hierarchy (not in a folder) are not displayed.
0023 If checked, they are gathered in a "root" folder.</string>
0024         </property>
0025         <property name="text" >
0026          <string>&amp;Show bookmarks without folder</string>
0027         </property>
0028         <property name="checked" >
0029          <bool>true</bool>
0030         </property>
0031        </widget>
0032       </item>
0033       <item>
0034        <widget class="QCheckBox" name="cbFlattenTree" >
0035         <property name="whatsThis" >
0036          <string>Sub-folders are shown within their parent by default. If you activate this option, sub-folders are displayed on their own.
0037 It looks less nice but it may help if you have a very big folder you want to spread in two columns.</string>
0038         </property>
0039         <property name="text" >
0040          <string>&amp;Flatten bookmarks tree</string>
0041         </property>
0042        </widget>
0043       </item>
0044       <item>
0045        <widget class="QCheckBox" name="cbShowPlaces" >
0046         <property name="whatsThis" >
0047          <string>Show a box with KDE places (Home, Network, ...). Useful if you use konqueror as a file manager.</string>
0048         </property>
0049         <property name="text" >
0050          <string>Show system &amp;places</string>
0051         </property>
0052         <property name="checked" >
0053          <bool>true</bool>
0054         </property>
0055        </widget>
0056       </item>
0057      </layout>
0058     </widget>
0059    </item>
0060    <item row="0" column="0" >
0061     <widget class="QGroupBox" name="groupBox_2" >
0062      <property name="title" >
0063       <string>General Settings</string>
0064      </property>
0065      <layout class="QVBoxLayout" name="verticalLayout_2" >
0066       <item>
0067        <layout class="QHBoxLayout" name="horizontalLayout" >
0068         <item>
0069          <widget class="QLabel" name="label" >
0070           <property name="whatsThis" >
0071            <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>
0072           </property>
0073           <property name="text" >
0074            <string>Number of columns to show:</string>
0075           </property>
0076          </widget>
0077         </item>
0078         <item>
0079          <widget class="QSpinBox" name="sbColumns" >
0080           <property name="whatsThis" >
0081            <string/>
0082           </property>
0083           <property name="minimum" >
0084            <number>1</number>
0085           </property>
0086           <property name="value" >
0087            <number>4</number>
0088           </property>
0089          </widget>
0090         </item>
0091         <item>
0092          <spacer name="horizontalSpacer" >
0093           <property name="orientation" >
0094            <enum>Qt::Horizontal</enum>
0095           </property>
0096           <property name="sizeHint" stdset="0" >
0097            <size>
0098             <width>40</width>
0099             <height>20</height>
0100            </size>
0101           </property>
0102          </spacer>
0103         </item>
0104        </layout>
0105       </item>
0106       <item>
0107        <widget class="QCheckBox" name="cbShowBackgrounds" >
0108         <property name="whatsThis" >
0109          <string>Disable it on slow system to disable background images.</string>
0110         </property>
0111         <property name="text" >
0112          <string>Show folder &amp;backgrounds</string>
0113         </property>
0114         <property name="checked" >
0115          <bool>true</bool>
0116         </property>
0117        </widget>
0118       </item>
0119      </layout>
0120     </widget>
0121    </item>
0122    <item row="3" column="0" >
0123     <spacer name="verticalSpacer" >
0124      <property name="orientation" >
0125       <enum>Qt::Vertical</enum>
0126      </property>
0127      <property name="sizeHint" stdset="0" >
0128       <size>
0129        <width>20</width>
0130        <height>40</height>
0131       </size>
0132      </property>
0133     </spacer>
0134    </item>
0135    <item row="2" column="0" >
0136     <widget class="QGroupBox" name="groupBox_3" >
0137      <property name="whatsThis" >
0138       <string>How much disk space is used to cache the pixmaps</string>
0139      </property>
0140      <property name="title" >
0141       <string>Pixmap Cache</string>
0142      </property>
0143      <layout class="QHBoxLayout" name="horizontalLayout_2" >
0144       <item>
0145        <widget class="QLabel" name="lbMaxCacheSize" >
0146         <property name="enabled" >
0147          <bool>true</bool>
0148         </property>
0149         <property name="text" >
0150          <string>Disk cache size:</string>
0151         </property>
0152         <property name="buddy" >
0153          <cstring>sbCacheSize</cstring>
0154         </property>
0155        </widget>
0156       </item>
0157       <item>
0158        <widget class="QSpinBox" name="sbCacheSize" >
0159         <property name="enabled" >
0160          <bool>true</bool>
0161         </property>
0162         <property name="suffix" >
0163          <string> kB</string>
0164         </property>
0165        </widget>
0166       </item>
0167       <item>
0168        <widget class="QPushButton" name="clearCacheButton" >
0169         <property name="enabled" >
0170          <bool>true</bool>
0171         </property>
0172         <property name="whatsThis" >
0173          <string>Clear the pixmap cache</string>
0174         </property>
0175         <property name="text" >
0176          <string>&amp;Clear Cache</string>
0177         </property>
0178        </widget>
0179       </item>
0180       <item>
0181        <spacer name="horizontalSpacer_2" >
0182         <property name="orientation" >
0183          <enum>Qt::Horizontal</enum>
0184         </property>
0185         <property name="sizeHint" stdset="0" >
0186          <size>
0187           <width>40</width>
0188           <height>20</height>
0189          </size>
0190         </property>
0191        </spacer>
0192       </item>
0193      </layout>
0194     </widget>
0195    </item>
0196   </layout>
0197  </widget>
0198  <resources/>
0199  <connections/>
0200 </ui>