Warning, /frameworks/kio/src/urifilters/ikws/ikwsopts_ui.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>FilterOptionsUI</class>
0004  <widget class="QWidget" name="FilterOptionsUI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>475</width>
0010     <height>404</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="0">
0015     <widget class="QCheckBox" name="cbEnableShortcuts">
0016      <property name="toolTip">
0017       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enable or disable web search keywords. &lt;/p&gt;&lt;p&gt;Web search keywords allow you to quickly access or search for information located online or on your hard drive. &lt;/p&gt;&lt;p&gt;KDE comes with many predefined keywords. One such keyword can be used to perform a the Google (TM) search; to use it, you simply type the keyword 'gg' followed by the keyword delimiter and the search term, e.g. &lt;span style=&quot; font-weight:600;&quot;&gt;gg:KDE&lt;/span&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0018      </property>
0019      <property name="text">
0020       <string>&amp;Enable Web search keywords</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="1" column="0">
0025     <widget class="QCheckBox" name="cbUseSelectedShortcutsOnly">
0026      <property name="enabled">
0027       <bool>false</bool>
0028      </property>
0029      <property name="text">
0030       <string>&amp;Use preferred keywords only</string>
0031      </property>
0032     </widget>
0033    </item>
0034    <item row="2" column="0">
0035     <widget class="QLineEdit" name="searchLineEdit">
0036      <property name="placeholderText">
0037       <string>Search for web search keywords</string>
0038      </property>
0039      <property name="showClearButton" stdset="0">
0040       <bool>true</bool>
0041      </property>
0042     </widget>
0043    </item>
0044    <item row="3" column="0">
0045     <widget class="QTreeView" name="lvSearchProviders">
0046      <property name="rootIsDecorated">
0047       <bool>false</bool>
0048      </property>
0049      <property name="uniformRowHeights">
0050       <bool>true</bool>
0051      </property>
0052      <property name="itemsExpandable">
0053       <bool>false</bool>
0054      </property>
0055      <property name="sortingEnabled">
0056       <bool>true</bool>
0057      </property>
0058      <property name="allColumnsShowFocus">
0059       <bool>true</bool>
0060      </property>
0061      <property name="headerHidden">
0062       <bool>false</bool>
0063      </property>
0064     </widget>
0065    </item>
0066    <item row="3" column="1">
0067     <layout class="QVBoxLayout" name="verticalLayout">
0068      <item>
0069       <widget class="QPushButton" name="pbNew">
0070        <property name="toolTip">
0071         <string>Add a new Web search keyword</string>
0072        </property>
0073        <property name="text">
0074         <string>&amp;New...</string>
0075        </property>
0076       </widget>
0077      </item>
0078      <item>
0079       <widget class="QPushButton" name="pbChange">
0080        <property name="enabled">
0081         <bool>false</bool>
0082        </property>
0083        <property name="toolTip">
0084         <string>Modify the highlighted Web search keyword</string>
0085        </property>
0086        <property name="text">
0087         <string>Chan&amp;ge...</string>
0088        </property>
0089       </widget>
0090      </item>
0091      <item>
0092       <widget class="QPushButton" name="pbDelete">
0093        <property name="enabled">
0094         <bool>false</bool>
0095        </property>
0096        <property name="toolTip">
0097         <string>Delete the highlighted Web search keyword</string>
0098        </property>
0099        <property name="text">
0100         <string>De&amp;lete</string>
0101        </property>
0102       </widget>
0103      </item>
0104      <item>
0105       <spacer name="verticalSpacer">
0106        <property name="orientation">
0107         <enum>Qt::Vertical</enum>
0108        </property>
0109        <property name="sizeHint" stdset="0">
0110         <size>
0111          <width>20</width>
0112          <height>158</height>
0113         </size>
0114        </property>
0115       </spacer>
0116      </item>
0117     </layout>
0118    </item>
0119    <item row="4" column="0">
0120     <layout class="QFormLayout" name="formLayout">
0121      <property name="fieldGrowthPolicy">
0122       <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
0123      </property>
0124      <item row="0" column="0">
0125       <widget class="QLabel" name="lbDefaultEngine">
0126        <property name="enabled">
0127         <bool>true</bool>
0128        </property>
0129        <property name="sizePolicy">
0130         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0131          <horstretch>0</horstretch>
0132          <verstretch>0</verstretch>
0133         </sizepolicy>
0134        </property>
0135        <property name="whatsThis">
0136         <string>&lt;qt&gt;
0137 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&gt;None&lt;/b&gt; from the list.
0138 &lt;/qt&gt;</string>
0139        </property>
0140        <property name="text">
0141         <string>Default Web &amp;search keyword:</string>
0142        </property>
0143        <property name="wordWrap">
0144         <bool>false</bool>
0145        </property>
0146        <property name="buddy">
0147         <cstring>cmbDefaultEngine</cstring>
0148        </property>
0149       </widget>
0150      </item>
0151      <item row="0" column="1">
0152       <widget class="QComboBox" name="cmbDefaultEngine">
0153        <property name="sizePolicy">
0154         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0155          <horstretch>0</horstretch>
0156          <verstretch>0</verstretch>
0157         </sizepolicy>
0158        </property>
0159        <property name="minimumSize">
0160         <size>
0161          <width>67</width>
0162          <height>0</height>
0163         </size>
0164        </property>
0165        <property name="whatsThis">
0166         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select a default web search keyword. &lt;/p&gt;&lt;p&gt;This allows applications to automatically convert the typed word or phrase to web search keyword queries when they cannot be filtered into a proper URL. &lt;/p&gt;&lt;p&gt;To disable this functionality select &lt;span style=&quot; font-weight:600;&quot;&gt;None&lt;/span&gt; from the list. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0167        </property>
0168        <property name="sizeAdjustPolicy">
0169         <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
0170        </property>
0171       </widget>
0172      </item>
0173      <item row="1" column="0">
0174       <widget class="QLabel" name="lbDelimiter">
0175        <property name="sizePolicy">
0176         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0177          <horstretch>0</horstretch>
0178          <verstretch>0</verstretch>
0179         </sizepolicy>
0180        </property>
0181        <property name="whatsThis">
0182         <string>Choose the delimiter that separates the keyword from the phrase or word to be searched.</string>
0183        </property>
0184        <property name="text">
0185         <string>&amp;Keyword delimiter:</string>
0186        </property>
0187        <property name="wordWrap">
0188         <bool>false</bool>
0189        </property>
0190        <property name="buddy">
0191         <cstring>cmbDelimiter</cstring>
0192        </property>
0193       </widget>
0194      </item>
0195      <item row="1" column="1">
0196       <widget class="QComboBox" name="cmbDelimiter">
0197        <property name="sizePolicy">
0198         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0199          <horstretch>0</horstretch>
0200          <verstretch>0</verstretch>
0201         </sizepolicy>
0202        </property>
0203        <property name="toolTip">
0204         <string>Choose a delimiter to mark the Web search keyword.</string>
0205        </property>
0206        <item>
0207         <property name="text">
0208          <string comment="Colon as keyword delimiter">Colon</string>
0209         </property>
0210        </item>
0211        <item>
0212         <property name="text">
0213          <string comment="Space as keyword delimiter">Space</string>
0214         </property>
0215        </item>
0216       </widget>
0217      </item>
0218     </layout>
0219    </item>
0220   </layout>
0221  </widget>
0222  <resources/>
0223  <connections>
0224   <connection>
0225    <sender>cbEnableShortcuts</sender>
0226    <signal>toggled(bool)</signal>
0227    <receiver>cbUseSelectedShortcutsOnly</receiver>
0228    <slot>setEnabled(bool)</slot>
0229    <hints>
0230     <hint type="sourcelabel">
0231      <x>119</x>
0232      <y>10</y>
0233     </hint>
0234     <hint type="destinationlabel">
0235      <x>187</x>
0236      <y>34</y>
0237     </hint>
0238    </hints>
0239   </connection>
0240   <connection>
0241    <sender>cbEnableShortcuts</sender>
0242    <signal>toggled(bool)</signal>
0243    <receiver>lvSearchProviders</receiver>
0244    <slot>setEnabled(bool)</slot>
0245    <hints>
0246     <hint type="sourcelabel">
0247      <x>15</x>
0248      <y>13</y>
0249     </hint>
0250     <hint type="destinationlabel">
0251      <x>23</x>
0252      <y>77</y>
0253     </hint>
0254    </hints>
0255   </connection>
0256   <connection>
0257    <sender>cbEnableShortcuts</sender>
0258    <signal>toggled(bool)</signal>
0259    <receiver>pbNew</receiver>
0260    <slot>setEnabled(bool)</slot>
0261    <hints>
0262     <hint type="sourcelabel">
0263      <x>221</x>
0264      <y>13</y>
0265     </hint>
0266     <hint type="destinationlabel">
0267      <x>425</x>
0268      <y>58</y>
0269     </hint>
0270    </hints>
0271   </connection>
0272  </connections>
0273 </ui>