Warning, /frameworks/kio/src/urifilters/ikws/searchproviderdlg_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>SearchProviderDlgUI</class>
0004  <widget class="QWidget" name="SearchProviderDlgUI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>449</width>
0010     <height>143</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="1">
0015     <widget class="QLabel" name="lbName">
0016      <property name="whatsThis">
0017       <string>Enter the human-readable name of the search provider here.</string>
0018      </property>
0019      <property name="layoutDirection">
0020       <enum>Qt::LeftToRight</enum>
0021      </property>
0022      <property name="text">
0023       <string>Shortcut &amp;name:</string>
0024      </property>
0025      <property name="alignment">
0026       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0027      </property>
0028      <property name="wordWrap">
0029       <bool>false</bool>
0030      </property>
0031      <property name="buddy">
0032       <cstring>leName</cstring>
0033      </property>
0034     </widget>
0035    </item>
0036    <item row="2" column="1" alignment="Qt::AlignRight">
0037     <widget class="QLabel" name="lbQuery">
0038      <property name="whatsThis">
0039       <string>&lt;qt&gt;
0040 Enter the URI that is used to perform a search on the search engine here.&lt;br/&gt;The whole text to be searched for can be specified as \{@} or \{0}.&lt;br/&gt;
0041 Recommended is \{@}, since it removes all query variables (name=value) from the resulting string, whereas \{0} will be substituted with the unmodified query string.&lt;br/&gt;You can use \{1} ... \{n} to specify certain words from the query and \{name} to specify a value given by 'name=value' in the user query.&lt;br/&gt;In addition it is possible to specify multiple references (names, numbers and strings) at once (\{name1,name2,...,&quot;string&quot;}).&lt;br/&gt;The first matching value (from the left) will be used as the substitution value for the resulting URI.&lt;br/&gt;A quoted string can be used as the default value if nothing matches from the left of the reference list.
0042 &lt;/qt&gt;</string>
0043      </property>
0044      <property name="layoutDirection">
0045       <enum>Qt::LeftToRight</enum>
0046      </property>
0047      <property name="text">
0048       <string>Shortcut &amp;URL:</string>
0049      </property>
0050      <property name="wordWrap">
0051       <bool>true</bool>
0052      </property>
0053      <property name="buddy">
0054       <cstring>leQuery</cstring>
0055      </property>
0056     </widget>
0057    </item>
0058    <item row="2" column="2">
0059     <widget class="QLineEdit" name="leQuery">
0060      <property name="toolTip">
0061       <string>&lt;qt&gt;
0062 Enter the URI that is used to perform a search on the search engine here.&lt;br/&gt;The whole text to be searched for can be specified as \{@} or \{0}.&lt;br/&gt;
0063 Recommended is \{@}, since it removes all query variables (name=value) from the resulting string, whereas \{0} will be substituted with the unmodified query string.&lt;br/&gt;You can use \{1} ... \{n} to specify certain words from the query and \{name} to specify a value given by 'name=value' in the user query.&lt;br/&gt;In addition it is possible to specify multiple references (names, numbers and strings) at once (\{name1,name2,...,&quot;string&quot;}).&lt;br/&gt;The first matching value (from the left) will be used as the substitution value for the resulting URI.&lt;br/&gt;A quoted string can be used as the default value if nothing matches from the left of the reference list.
0064 &lt;/qt&gt;</string>
0065      </property>
0066      <property name="whatsThis">
0067       <string>&lt;qt&gt;
0068 Enter the URI that is used to perform a search on the search engine here.&lt;br/&gt;The whole text to be searched for can be specified as \{@} or \{0}.&lt;br/&gt;
0069 Recommended is \{@}, since it removes all query variables (name=value) from the resulting string, whereas \{0} will be substituted with the unmodified query string.&lt;br/&gt;You can use \{1} ... \{n} to specify certain words from the query and \{name} to specify a value given by 'name=value' in the user query.&lt;br/&gt;In addition it is possible to specify multiple references (names, numbers and strings) at once (\{name1,name2,...,&quot;string&quot;}).&lt;br/&gt;The first matching value (from the left) will be used as the substitution value for the resulting URI.&lt;br/&gt;A quoted string can be used as the default value if nothing matches from the left of the reference list.
0070 &lt;/qt&gt;</string>
0071      </property>
0072     </widget>
0073    </item>
0074    <item row="5" column="2" colspan="2">
0075     <widget class="QComboBox" name="cbCharset">
0076      <property name="sizePolicy">
0077       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0078        <horstretch>0</horstretch>
0079        <verstretch>0</verstretch>
0080       </sizepolicy>
0081      </property>
0082      <property name="whatsThis">
0083       <string>Select the character set that will be used to encode your search query.</string>
0084      </property>
0085     </widget>
0086    </item>
0087    <item row="3" column="2" colspan="2">
0088     <widget class="QLineEdit" name="leShortcut">
0089      <property name="toolTip">
0090       <string>&lt;qt&gt;
0091 The shortcuts entered here can be used as a pseudo-URI scheme in KDE. For example, the shortcut &lt;b&gt;av&lt;/b&gt; can be used as in &lt;b&gt;av&lt;/b&gt;:&lt;b&gt;my search&lt;/b&gt;
0092 &lt;/qt&gt;</string>
0093      </property>
0094      <property name="whatsThis">
0095       <string>&lt;qt&gt;
0096 The shortcuts entered here can be used as a pseudo-URI scheme in KDE. For example, the shortcut &lt;b&gt;av&lt;/b&gt; can be used as in &lt;b&gt;av&lt;/b&gt;:&lt;b&gt;my search&lt;/b&gt;
0097 &lt;/qt&gt;</string>
0098      </property>
0099     </widget>
0100    </item>
0101    <item row="0" column="2" colspan="2">
0102     <widget class="QLineEdit" name="leName">
0103      <property name="toolTip">
0104       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter the human-readable name of the web shortcut here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0105      </property>
0106      <property name="whatsThis">
0107       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter the human-readable name of the web shortcut here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0108      </property>
0109     </widget>
0110    </item>
0111    <item row="3" column="1" alignment="Qt::AlignRight">
0112     <widget class="QLabel" name="lbShortcut">
0113      <property name="whatsThis">
0114       <string>&lt;qt&gt;
0115 The shortcuts entered here can be used as a pseudo-URI scheme in KDE. For example, the shortcut &lt;b&gt;av&lt;/b&gt; can be used as in &lt;b&gt;av&lt;/b&gt;:&lt;b&gt;my search&lt;/b&gt;
0116 &lt;/qt&gt;</string>
0117      </property>
0118      <property name="text">
0119       <string>&amp;Shortcuts:</string>
0120      </property>
0121      <property name="wordWrap">
0122       <bool>true</bool>
0123      </property>
0124      <property name="buddy">
0125       <cstring>leShortcut</cstring>
0126      </property>
0127     </widget>
0128    </item>
0129    <item row="5" column="1" alignment="Qt::AlignRight">
0130     <widget class="QLabel" name="lbCharset">
0131      <property name="whatsThis">
0132       <string>Select the character set that will be used to encode your search query</string>
0133      </property>
0134      <property name="text">
0135       <string>&amp;Charset:</string>
0136      </property>
0137      <property name="wordWrap">
0138       <bool>true</bool>
0139      </property>
0140      <property name="buddy">
0141       <cstring>cbCharset</cstring>
0142      </property>
0143     </widget>
0144    </item>
0145    <item row="6" column="1" colspan="3">
0146     <widget class="QLabel" name="noteLabel">
0147      <property name="toolTip">
0148       <string/>
0149      </property>
0150      <property name="text">
0151       <string/>
0152      </property>
0153     </widget>
0154    </item>
0155    <item row="2" column="3">
0156     <widget class="QPushButton" name="pbPaste">
0157      <property name="toolTip">
0158       <string>Insert query placeholder</string>
0159      </property>
0160      <property name="text">
0161       <string/>
0162      </property>
0163      <property name="icon">
0164       <iconset theme="edit-paste"/>
0165      </property>
0166     </widget>
0167    </item>
0168   </layout>
0169  </widget>
0170  <tabstops>
0171   <tabstop>leName</tabstop>
0172   <tabstop>leQuery</tabstop>
0173   <tabstop>leShortcut</tabstop>
0174   <tabstop>cbCharset</tabstop>
0175  </tabstops>
0176  <resources/>
0177  <connections/>
0178 </ui>