From 4aed2c8219774f5d797760606b8489a92ddc5163 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- .../ebrowsing/plugins/ikws/searchproviderdlg_ui.ui | 137 +++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 kcontrol/ebrowsing/plugins/ikws/searchproviderdlg_ui.ui (limited to 'kcontrol/ebrowsing/plugins/ikws/searchproviderdlg_ui.ui') diff --git a/kcontrol/ebrowsing/plugins/ikws/searchproviderdlg_ui.ui b/kcontrol/ebrowsing/plugins/ikws/searchproviderdlg_ui.ui new file mode 100644 index 000000000..1a507c0ff --- /dev/null +++ b/kcontrol/ebrowsing/plugins/ikws/searchproviderdlg_ui.ui @@ -0,0 +1,137 @@ + +SearchProviderDlgUI + + + SearchProviderDlgUI + + + + 0 + 0 + 399 + 206 + + + + + unnamed + + + 0 + + + + leName + + + Enter the human readable name of the search provider here. + + + + + lbCharset + + + &Charset: + + + cbCharset + + + Select the character set that will be used to encode your search query + + + + + lbQuery + + + Search &URI: + + + leQuery + + + <qt> +Enter the URI that is used to do a search on the search engine here.<br/>The whole text to be searched for can be specified as \{@} or \{0}.<br/> +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 substitution value for the resulting URI.<br/>A quoted string can be used as default value if nothing matches from the left of the reference list. +</qt> + + + + + lbName + + + Search &provider name: + + + leName + + + Enter the human readable name of the search provider here. + + + + + leShortcut + + + <qt> +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> +</qt> + + + + + lbShortcut + + + UR&I shortcuts: + + + leShortcut + + + <qt> +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> +</qt> + + + + + leQuery + + + <qt> +Enter the URI that is used to do a search on the search engine here.<br/>The whole text to be searched for can be specified as \{@} or \{0}.<br/> +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 substitution value for the resulting URI.<br/>A quoted string can be used as default value if nothing matches from the left of the reference list. +</qt> + + + + + cbCharset + + + Select the character set that will be used to encode your search query. + + + + + + + + leName + leQuery + leShortcut + cbCharset + + + + klineedit.h + klineedit.h + klineedit.h + kcombobox.h + + -- cgit v1.2.1