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 --- kcontrol/kio/useragentdlg_ui.ui | 355 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 355 insertions(+) create mode 100644 kcontrol/kio/useragentdlg_ui.ui (limited to 'kcontrol/kio/useragentdlg_ui.ui') diff --git a/kcontrol/kio/useragentdlg_ui.ui b/kcontrol/kio/useragentdlg_ui.ui new file mode 100644 index 000000000..0db2a2440 --- /dev/null +++ b/kcontrol/kio/useragentdlg_ui.ui @@ -0,0 +1,355 @@ + +UserAgentDlgUI + + + UserAgentDlgUI + + + + 0 + 0 + 395 + 470 + + + + <qt> +Here you can modify the default browser-identification text or set a site <code>(eg. www.kde.org)</code> or a domain <code>(eg. kde.org)</code> specific identification text.<p> +To add a new site specific identification text, click the <code>New</code> button and supply the necessary information. To change an existing site specific entry, click on the <code>Change</code> button. The <code>Delete</code> button will remove the selected site specific identification text, causing the setting to be used for that site or domain. +</qt> + + + + unnamed + + + 0 + + + + cbSendUAString + + + &Send identification + + + true + + + <qt> +Send the browser identification to web sites.<p> +<u>NOTE:</u> Many sites rely on this information to display pages properly, hence, it is highly recommended that you do not totally disable this feature but rather customize it.<p> +By default, only minimal identification information is sent to remote sites. The identification text that will be sent is shown below. +</qt> + + + + + gbDefaultId + + + true + + + Default Identification + + + The browser identification text sent to the sites you visit. Use the provided options to customize it. + + + + unnamed + + + 11 + + + + leDefaultId + + + + 1 + + + + Box + + + Raised + + + 0 + + + true + + + The browser identification text sent to the sites you visit. You can customize it using the options provided below. + + + + + cbOS + + + Add operating s&ystem name + + + Includes your operating system's name in the browser identification text. + + + + + layout2 + + + + unnamed + + + + spacer2 + + + Horizontal + + + Fixed + + + + 16 + 20 + + + + + + cbOSVersion + + + false + + + Add operating system &version + + + Includes your operating system's version number in the browser identification text. + + + + + + + cbPlatform + + + Add &platform name + + + Includes your platform type in the browser identification text + + + + + cbProcessorType + + + Add &machine (processor) type + + + Includes your machine's CPU type in the browser identification text. + + + + + cbLanguage + + + Add lang&uage information + + + Includes your language settings in the browser identification text. + + + + + + + gbDomainPolicy + + + true + + + Site Specific Identification + + + + unnamed + + + 11 + + + + + Site Name + + + true + + + true + + + + + Identification + + + true + + + true + + + + + User Agent + + + true + + + true + + + + lvDomainPolicyList + + + Extended + + + true + + + true + + + AllColumns + + + 0 + + + List of sites for which the specified identification text will be used instead of the default one. + + + + + layout1 + + + + unnamed + + + + pbNew + + + &New... + + + Add new identification text for a site. + + + + + pbChange + + + Chan&ge... + + + Change the selected identifier text. + + + + + pbDelete + + + D&elete + + + Delete the selected identifier text. + + + + + pbDeleteAll + + + Delete A&ll + + + Delete all identifiers. + + + + + spacer1 + + + Vertical + + + Expanding + + + + 21 + 16 + + + + + + + + + + + + cbOS + toggled(bool) + cbOSVersion + setEnabled(bool) + + + cbSendUAString + toggled(bool) + gbDefaultId + setEnabled(bool) + + + cbSendUAString + toggled(bool) + gbDomainPolicy + setEnabled(bool) + + + + kdialog.h + + + + + klineedit.h + klistview.h + + -- cgit v1.2.1