2 <class>FilterOptionsUI</class>
3 <widget class="QWidget" name="FilterOptionsUI" >
4 <property name="geometry" >
12 <layout class="QVBoxLayout" name="verticalLayout" >
14 <widget class="QCheckBox" name="cbEnableShortcuts" >
15 <property name="whatsThis" >
17 Enable shortcuts that allow you to quickly search for information on the web. For example, entering the shortcut <b>gg:KDE</b> will result in a search for the word <b>KDE</b> on the Google(TM) search engine.
20 <property name="text" >
21 <string>&Enable Web shortcuts</string>
26 <layout class="QHBoxLayout" name="horizontalLayout" >
28 <widget class="QTreeWidget" name="lvSearchProviders" >
29 <property name="whatsThis" >
30 <string>List of search providers, their associated shortcuts and whether they should be listed in menus.</string>
32 <property name="rootIsDecorated" >
36 <property name="text" >
41 <property name="text" >
42 <string>Shortcuts</string>
48 <layout class="QVBoxLayout" name="verticalLayout_2" >
50 <widget class="QPushButton" name="pbNew" >
51 <property name="whatsThis" >
52 <string>Add a search provider.</string>
54 <property name="text" >
55 <string>&New...</string>
60 <widget class="QPushButton" name="pbChange" >
61 <property name="enabled" >
64 <property name="whatsThis" >
65 <string>Modify a search provider.</string>
67 <property name="text" >
68 <string>Chan&ge...</string>
73 <widget class="QPushButton" name="pbDelete" >
74 <property name="enabled" >
77 <property name="whatsThis" >
78 <string>Delete the selected search provider.</string>
80 <property name="text" >
81 <string>De&lete</string>
86 <spacer name="verticalSpacer" >
87 <property name="orientation" >
88 <enum>Qt::Vertical</enum>
90 <property name="sizeHint" stdset="0" >
103 <layout class="QFormLayout" name="formLayout" >
104 <property name="fieldGrowthPolicy" >
105 <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
107 <item row="0" column="0" >
108 <widget class="QLabel" name="lbDefaultEngine" >
109 <property name="enabled" >
112 <property name="sizePolicy" >
113 <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
114 <horstretch>0</horstretch>
115 <verstretch>0</verstretch>
118 <property name="whatsThis" >
120 Select the search engine to use for input boxes that provide automatic lookup services when you type in normal words and phrases instead of a URL. To disable this feature select <b>None</b> from the list.
123 <property name="text" >
124 <string>Default &search engine:</string>
126 <property name="wordWrap" >
129 <property name="buddy" >
130 <cstring>cmbDefaultEngine</cstring>
134 <item row="0" column="1" >
135 <widget class="KComboBox" name="cmbDefaultEngine" >
136 <property name="sizePolicy" >
137 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
138 <horstretch>0</horstretch>
139 <verstretch>0</verstretch>
142 <property name="minimumSize" >
148 <property name="whatsThis" >
150 Select the search engine to use for input boxes that provide automatic lookup services when you type in normal words and phrases instead of a URL. To disable this feature select <b>None</b> from the list.
153 <property name="sizeAdjustPolicy" >
154 <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
157 <property name="text" >
158 <string>None</string>
163 <item row="1" column="0" >
164 <widget class="QLabel" name="lbDelimiter" >
165 <property name="sizePolicy" >
166 <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
167 <horstretch>0</horstretch>
168 <verstretch>0</verstretch>
171 <property name="whatsThis" >
172 <string>Choose the delimiter that separates the keyword from the phrase or word to be searched.</string>
174 <property name="text" >
175 <string>&Keyword delimiter:</string>
177 <property name="wordWrap" >
180 <property name="buddy" >
181 <cstring>cmbDelimiter</cstring>
185 <item row="1" column="1" >
186 <widget class="KComboBox" name="cmbDelimiter" >
187 <property name="sizePolicy" >
188 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
189 <horstretch>0</horstretch>
190 <verstretch>0</verstretch>
193 <property name="whatsThis" >
194 <string>Choose the delimiter that separates the keyword from the phrase or word to be searched.</string>
197 <property name="text" >
198 <string>Colon</string>
202 <property name="text" >
203 <string>Space</string>
212 <layoutdefault spacing="6" margin="11" />
215 <class>KComboBox</class>
216 <extends>QComboBox</extends>
217 <header>kcombobox.h</header>