Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git] / apps / konqueror / settings / performance / konqueror_ui.ui
blobcaa6190415bc139203d5b5a5ad4a1719e32e2b5a
1 <ui version="4.0" stdsetdef="1" >
2   <author></author>
3   <comment></comment>
4   <exportmacro></exportmacro>
5   <class>KCMPerformance::Konqueror_ui</class>
6   <widget class="QWidget" name="KCMPerformance::Konqueror_ui" >
7     <property name="geometry" >
8       <rect>
9         <x>0</x>
10         <y>0</y>
11         <width>600</width>
12         <height>480</height>
13       </rect>
14     </property>
15     <layout class="QVBoxLayout" >
16       <item>
17         <widget class="QGroupBox" name="reuse_group" >
18           <property name="title" >
19             <string>Minimize Memory Usage</string>
20           </property>
21           <layout class="QVBoxLayout" >
22             <item>
23               <widget class="QRadioButton" name="rb_never_reuse" >
24                 <property name="text" >
25                   <string>&amp;Never</string>
26                 </property>
27               </widget>
28             </item>
29             <item>
30               <widget class="QRadioButton" name="rb_file_browsing_reuse" >
31                 <property name="text" >
32                   <string>For &amp;file browsing only (recommended)</string>
33                 </property>
34               </widget>
35             </item>
36             <item>
37               <widget class="QRadioButton" name="rb_always_reuse" >
38                 <property name="text" >
39                   <string>Alwa&amp;ys (use with care)</string>
40                 </property>
41               </widget>
42             </item>
43           </layout>
44         </widget>
45       </item>
46       <item>
47         <widget class="QGroupBox" name="groupBox1" >
48           <property name="title" >
49             <string>Preloading</string>
50           </property>
51           <layout class="QVBoxLayout" >
52             <item>
53               <layout class="QHBoxLayout" >
54                 <property name="margin" >
55                   <number>0</number>
56                 </property>
57                 <item>
58                   <widget class="QLabel" name="lb_preload_count" >
59                     <property name="text" >
60                       <string>Maximum number of instances kept &amp;preloaded:</string>
61                     </property>
62                     <property name="buddy" stdset="0" >
63                       <cstring>sb_preload_count</cstring>
64                     </property>
65                     <property name="wordWrap" >
66                       <bool>false</bool>
67                     </property>
68                   </widget>
69                 </item>
70                 <item>
71                   <widget class="QSpinBox" name="sb_preload_count" />
72                 </item>
73                 <item>
74                   <spacer name="spacer2" >
75                     <property name="sizeHint" >
76                       <size>
77                         <width>40</width>
78                         <height>20</height>
79                       </size>
80                     </property>
81                     <property name="sizeType" >
82                       <enum>Expanding</enum>
83                     </property>
84                     <property name="orientation" >
85                       <enum>Qt::Horizontal</enum>
86                     </property>
87                   </spacer>
88                 </item>
89               </layout>
90             </item>
91             <item>
92               <widget class="QCheckBox" name="cb_preload_on_startup" >
93                 <property name="text" >
94                   <string>Preload an instance after KDE startup</string>
95                 </property>
96               </widget>
97             </item>
98             <item>
99               <widget class="QCheckBox" name="cb_always_have_preloaded" >
100                 <property name="text" >
101                   <string>Always try to have at least one preloaded instance</string>
102                 </property>
103               </widget>
104             </item>
105           </layout>
106         </widget>
107       </item>
108       <item>
109         <spacer name="spacer1" >
110           <property name="sizeHint" >
111             <size>
112               <width>20</width>
113               <height>160</height>
114             </size>
115           </property>
116           <property name="sizeType" >
117             <enum>Expanding</enum>
118           </property>
119           <property name="orientation" >
120             <enum>Qt::Vertical</enum>
121           </property>
122         </spacer>
123       </item>
124     </layout>
125   </widget>
126   <layoutdefault spacing="3" margin="6" />
127 </ui>