add more spacing
[personal-kdebase.git] / runtime / kurifilter-plugins / ikws / ikwsopts_ui.ui
blobbbac09f111a0e4fe5affeb65abb94a1867ab8ef8
1 <ui version="4.0" >
2  <class>FilterOptionsUI</class>
3  <widget class="QWidget" name="FilterOptionsUI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>362</width>
9     <height>353</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" name="verticalLayout" >
13    <item>
14     <widget class="QCheckBox" name="cbEnableShortcuts" >
15      <property name="whatsThis" >
16       <string>&lt;qt>
17 Enable shortcuts that allow you to quickly search for information on the web. For example, entering the shortcut &lt;b>gg:KDE&lt;/b> will result in a search for the word &lt;b>KDE&lt;/b> on the Google(TM) search engine.
18 &lt;/qt></string>
19      </property>
20      <property name="text" >
21       <string>&amp;Enable Web shortcuts</string>
22      </property>
23     </widget>
24    </item>
25    <item>
26     <layout class="QHBoxLayout" name="horizontalLayout" >
27      <item>
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>
31        </property>
32        <property name="rootIsDecorated" >
33         <bool>false</bool>
34        </property>
35        <column>
36         <property name="text" >
37          <string>Name</string>
38         </property>
39        </column>
40        <column>
41         <property name="text" >
42          <string>Shortcuts</string>
43         </property>
44        </column>
45       </widget>
46      </item>
47      <item>
48       <layout class="QVBoxLayout" name="verticalLayout_2" >
49        <item>
50         <widget class="QPushButton" name="pbNew" >
51          <property name="whatsThis" >
52           <string>Add a search provider.</string>
53          </property>
54          <property name="text" >
55           <string>&amp;New...</string>
56          </property>
57         </widget>
58        </item>
59        <item>
60         <widget class="QPushButton" name="pbChange" >
61          <property name="enabled" >
62           <bool>false</bool>
63          </property>
64          <property name="whatsThis" >
65           <string>Modify a search provider.</string>
66          </property>
67          <property name="text" >
68           <string>Chan&amp;ge...</string>
69          </property>
70         </widget>
71        </item>
72        <item>
73         <widget class="QPushButton" name="pbDelete" >
74          <property name="enabled" >
75           <bool>false</bool>
76          </property>
77          <property name="whatsThis" >
78           <string>Delete the selected search provider.</string>
79          </property>
80          <property name="text" >
81           <string>De&amp;lete</string>
82          </property>
83         </widget>
84        </item>
85        <item>
86         <spacer name="verticalSpacer" >
87          <property name="orientation" >
88           <enum>Qt::Vertical</enum>
89          </property>
90          <property name="sizeHint" stdset="0" >
91           <size>
92            <width>20</width>
93            <height>40</height>
94           </size>
95          </property>
96         </spacer>
97        </item>
98       </layout>
99      </item>
100     </layout>
101    </item>
102    <item>
103     <layout class="QFormLayout" name="formLayout" >
104      <property name="fieldGrowthPolicy" >
105       <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
106      </property>
107      <item row="0" column="0" >
108       <widget class="QLabel" name="lbDefaultEngine" >
109        <property name="enabled" >
110         <bool>true</bool>
111        </property>
112        <property name="sizePolicy" >
113         <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
114          <horstretch>0</horstretch>
115          <verstretch>0</verstretch>
116         </sizepolicy>
117        </property>
118        <property name="whatsThis" >
119         <string>&lt;qt>
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 &lt;b>None&lt;/b> from the list.
121 &lt;/qt></string>
122        </property>
123        <property name="text" >
124         <string>Default &amp;search engine:</string>
125        </property>
126        <property name="wordWrap" >
127         <bool>false</bool>
128        </property>
129        <property name="buddy" >
130         <cstring>cmbDefaultEngine</cstring>
131        </property>
132       </widget>
133      </item>
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>
140         </sizepolicy>
141        </property>
142        <property name="minimumSize" >
143         <size>
144          <width>67</width>
145          <height>0</height>
146         </size>
147        </property>
148        <property name="whatsThis" >
149         <string>&lt;qt>
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 &lt;b>None&lt;/b> from the list.
151 &lt;/qt></string>
152        </property>
153        <property name="sizeAdjustPolicy" >
154         <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
155        </property>
156        <item>
157         <property name="text" >
158          <string>None</string>
159         </property>
160        </item>
161       </widget>
162      </item>
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>
169         </sizepolicy>
170        </property>
171        <property name="whatsThis" >
172         <string>Choose the delimiter that separates the keyword from the phrase or word to be searched.</string>
173        </property>
174        <property name="text" >
175         <string>&amp;Keyword delimiter:</string>
176        </property>
177        <property name="wordWrap" >
178         <bool>false</bool>
179        </property>
180        <property name="buddy" >
181         <cstring>cmbDelimiter</cstring>
182        </property>
183       </widget>
184      </item>
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>
191         </sizepolicy>
192        </property>
193        <property name="whatsThis" >
194         <string>Choose the delimiter that separates the keyword from the phrase or word to be searched.</string>
195        </property>
196        <item>
197         <property name="text" >
198          <string>Colon</string>
199         </property>
200        </item>
201        <item>
202         <property name="text" >
203          <string>Space</string>
204         </property>
205        </item>
206       </widget>
207      </item>
208     </layout>
209    </item>
210   </layout>
211  </widget>
212  <layoutdefault spacing="6" margin="11" />
213  <customwidgets>
214   <customwidget>
215    <class>KComboBox</class>
216    <extends>QComboBox</extends>
217    <header>kcombobox.h</header>
218   </customwidget>
219  </customwidgets>
220  <resources/>
221  <connections/>
222 </ui>