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 &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><qt>
0040 Enter the URI that is used to perform a search on the search engine here.<br/>The whole text to be searched for can be specified as \{@} or \{0}.<br/>
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.<br/>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.<br/>In addition it is possible to specify multiple references (names, numbers and strings) at once (\{name1,name2,...,"string"}).<br/>The first matching value (from the left) will be used as the substitution value for the resulting URI.<br/>A quoted string can be used as the default value if nothing matches from the left of the reference list.
0042 </qt></string>
0043 </property>
0044 <property name="layoutDirection">
0045 <enum>Qt::LeftToRight</enum>
0046 </property>
0047 <property name="text">
0048 <string>Shortcut &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><qt>
0062 Enter the URI that is used to perform a search on the search engine here.<br/>The whole text to be searched for can be specified as \{@} or \{0}.<br/>
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.<br/>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.<br/>In addition it is possible to specify multiple references (names, numbers and strings) at once (\{name1,name2,...,"string"}).<br/>The first matching value (from the left) will be used as the substitution value for the resulting URI.<br/>A quoted string can be used as the default value if nothing matches from the left of the reference list.
0064 </qt></string>
0065 </property>
0066 <property name="whatsThis">
0067 <string><qt>
0068 Enter the URI that is used to perform a search on the search engine here.<br/>The whole text to be searched for can be specified as \{@} or \{0}.<br/>
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.<br/>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.<br/>In addition it is possible to specify multiple references (names, numbers and strings) at once (\{name1,name2,...,"string"}).<br/>The first matching value (from the left) will be used as the substitution value for the resulting URI.<br/>A quoted string can be used as the default value if nothing matches from the left of the reference list.
0070 </qt></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><qt>
0091 The shortcuts entered here can be used as a pseudo-URI scheme in KDE. For example, the shortcut <b>av</b> can be used as in <b>av</b>:<b>my search</b>
0092 </qt></string>
0093 </property>
0094 <property name="whatsThis">
0095 <string><qt>
0096 The shortcuts entered here can be used as a pseudo-URI scheme in KDE. For example, the shortcut <b>av</b> can be used as in <b>av</b>:<b>my search</b>
0097 </qt></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><html><head/><body><p>Enter the human-readable name of the web shortcut here.</p></body></html></string>
0105 </property>
0106 <property name="whatsThis">
0107 <string><html><head/><body><p>Enter the human-readable name of the web shortcut here.</p></body></html></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><qt>
0115 The shortcuts entered here can be used as a pseudo-URI scheme in KDE. For example, the shortcut <b>av</b> can be used as in <b>av</b>:<b>my search</b>
0116 </qt></string>
0117 </property>
0118 <property name="text">
0119 <string>&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>&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>