Warning, /frameworks/kio/src/kcms/cookies/kcookiespolicies.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>KCookiePoliciesUI</class>
0004  <widget class="QWidget" name="KCookiePoliciesUI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>555</width>
0010     <height>317</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout_2">
0014    <item row="0" column="0">
0015     <widget class="QCheckBox" name="cbEnableCookies">
0016      <property name="whatsThis">
0017       <string>&lt;qt&gt;
0018 &lt;p&gt;Enable cookie support. Normally you will want to have cookie support enabled and customize it to suit your privacy needs.&lt;/p&gt;&lt;p&gt;
0019 Please note that disabling cookie support might make many web sites unbrowsable.&lt;/p&gt;
0020 &lt;/qt&gt;</string>
0021      </property>
0022      <property name="text">
0023       <string>Enable coo&amp;kies</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="1" column="0" colspan="2">
0028     <widget class="QGroupBox" name="bgPreferences">
0029      <layout class="QVBoxLayout">
0030       <item>
0031        <widget class="QCheckBox" name="cbRejectCrossDomainCookies">
0032         <property name="whatsThis">
0033          <string>&lt;qt&gt;
0034 Reject the so called third-party cookies. These are cookies that originate from a site other than the one you are currently browsing. For example, if you visit &lt;b&gt;www.foobar.com&lt;/b&gt; while this option is on, only cookies that originate from www.foobar.com will be processed per your settings. Cookies from any other site will be rejected. This reduces the chances of site operators compiling a profile about your daily browsing habits.
0035 &lt;/qt&gt;</string>
0036         </property>
0037         <property name="text">
0038          <string>Only acce&amp;pt cookies from originating server</string>
0039         </property>
0040        </widget>
0041       </item>
0042       <item>
0043        <widget class="QCheckBox" name="cbAutoAcceptSessionCookies">
0044         <property name="whatsThis">
0045          <string>&lt;p&gt;
0046 Automatically accept temporary cookies meant to expire at the end of the current session. Such cookies will not be stored in your computer's hard drive or storage device. Instead, they are deleted when you close all applications (e.g. your browser) that use them.&lt;/p&gt;&lt;p&gt;&lt;u&gt;NOTE&lt;/u&gt; Checking this option overrides your default as well as site specific cookie policies for session cookies.&lt;/p&gt;</string>
0047         </property>
0048         <property name="text">
0049          <string>Automaticall&amp;y accept session cookies</string>
0050         </property>
0051        </widget>
0052       </item>
0053      </layout>
0054     </widget>
0055    </item>
0056    <item row="2" column="0">
0057     <widget class="QGroupBox" name="bgDefault">
0058      <property name="whatsThis">
0059       <string>&lt;qt&gt;
0060 Determines how cookies received from a remote machine will be handled: 
0061 &lt;ul&gt;
0062 &lt;li&gt;&lt;b&gt;Ask&lt;/b&gt; will cause KDE to ask for your confirmation whenever a server wants to set a cookie.&lt;/li&gt;
0063 &lt;li&gt;&lt;b&gt;Accept&lt;/b&gt; will cause cookies to be accepted without prompting you.&lt;/li&gt;
0064 &lt;li&gt;&lt;b&gt;Accept until end of session&lt;/b&gt; will cause cookies to be accepted but they will expire at the end of the session.&lt;/li&gt;
0065 &lt;li&gt;&lt;b&gt;Reject&lt;/b&gt; will cause the cookiejar to refuse all cookies it receives.&lt;/li&gt;
0066 &lt;/ul&gt;&lt;p&gt;
0067 &lt;u&gt;NOTE:&lt;/u&gt; Domain specific policies, which can be set below, always take precedence over the default policy.&lt;/p&gt;
0068 &lt;/qt&gt;</string>
0069      </property>
0070      <property name="title">
0071       <string>Default Policy</string>
0072      </property>
0073      <layout class="QVBoxLayout">
0074       <item>
0075        <widget class="QRadioButton" name="rbPolicyAccept">
0076         <property name="text">
0077          <string>Accep&amp;t all cookies</string>
0078         </property>
0079        </widget>
0080       </item>
0081       <item>
0082        <widget class="QRadioButton" name="rbPolicyAcceptForSession">
0083         <property name="text">
0084          <string>Accept &amp;until end of session</string>
0085         </property>
0086        </widget>
0087       </item>
0088       <item>
0089        <widget class="QRadioButton" name="rbPolicyAsk">
0090         <property name="text">
0091          <string>Ask &amp;for confirmation</string>
0092         </property>
0093        </widget>
0094       </item>
0095       <item>
0096        <widget class="QRadioButton" name="rbPolicyReject">
0097         <property name="text">
0098          <string>Re&amp;ject all cookies</string>
0099         </property>
0100        </widget>
0101       </item>
0102       <item>
0103        <spacer name="verticalSpacer">
0104         <property name="orientation">
0105          <enum>Qt::Vertical</enum>
0106         </property>
0107         <property name="sizeHint" stdset="0">
0108          <size>
0109           <width>20</width>
0110           <height>40</height>
0111          </size>
0112         </property>
0113        </spacer>
0114       </item>
0115      </layout>
0116     </widget>
0117    </item>
0118    <item row="2" column="1">
0119     <widget class="QGroupBox" name="gbDomainSpecific">
0120      <property name="whatsThis">
0121       <string>&lt;qt&gt;
0122 To add a new policy, simply click on the &lt;b&gt;Add...&lt;/b&gt; button and supply the necessary information. To change an existing policy, use the &lt;b&gt;Change...&lt;/b&gt; button and choose the new policy from the policy dialog box. Clicking on the &lt;b&gt;Delete&lt;/b&gt; button will remove the currently selected policy causing the default policy setting to be used for that domain, whereas &lt;b&gt;Delete All&lt;/b&gt; will remove all the site specific policies.
0123 &lt;/qt&gt;</string>
0124      </property>
0125      <property name="title">
0126       <string>Site Policy</string>
0127      </property>
0128      <layout class="QGridLayout" name="gridLayout">
0129       <item row="0" column="0">
0130        <widget class="KTreeWidgetSearchLine" name="kListViewSearchLine">
0131         <property name="enabled">
0132          <bool>true</bool>
0133         </property>
0134         <property name="toolTip">
0135          <string>Search interactively for domains</string>
0136         </property>
0137         <property name="placeholderText">
0138          <string>Search...</string>
0139         </property>
0140        </widget>
0141       </item>
0142       <item row="1" column="0" rowspan="5">
0143        <widget class="QTreeWidget" name="policyTreeWidget">
0144         <property name="whatsThis">
0145          <string>&lt;qt&gt;
0146 List of sites for which you have set a specific cookie policy. Specific policies override the default policy setting for these sites.
0147 &lt;/qt&gt;</string>
0148         </property>
0149         <property name="selectionMode">
0150          <enum>QAbstractItemView::ExtendedSelection</enum>
0151         </property>
0152         <property name="rootIsDecorated">
0153          <bool>false</bool>
0154         </property>
0155         <property name="sortingEnabled">
0156          <bool>true</bool>
0157         </property>
0158         <property name="allColumnsShowFocus">
0159          <bool>true</bool>
0160         </property>
0161         <column>
0162          <property name="text">
0163           <string>Domain</string>
0164          </property>
0165         </column>
0166         <column>
0167          <property name="text">
0168           <string>Policy</string>
0169          </property>
0170         </column>
0171        </widget>
0172       </item>
0173       <item row="1" column="1">
0174        <widget class="QPushButton" name="pbNew">
0175         <property name="text">
0176          <string>&amp;New...</string>
0177         </property>
0178        </widget>
0179       </item>
0180       <item row="2" column="1">
0181        <widget class="QPushButton" name="pbChange">
0182         <property name="text">
0183          <string>Chan&amp;ge...</string>
0184         </property>
0185        </widget>
0186       </item>
0187       <item row="3" column="1">
0188        <widget class="QPushButton" name="pbDelete">
0189         <property name="text">
0190          <string>D&amp;elete</string>
0191         </property>
0192        </widget>
0193       </item>
0194       <item row="4" column="1">
0195        <widget class="QPushButton" name="pbDeleteAll">
0196         <property name="text">
0197          <string>Delete A&amp;ll</string>
0198         </property>
0199        </widget>
0200       </item>
0201       <item row="5" column="1">
0202        <spacer>
0203         <property name="orientation">
0204          <enum>Qt::Vertical</enum>
0205         </property>
0206         <property name="sizeType">
0207          <enum>QSizePolicy::Expanding</enum>
0208         </property>
0209         <property name="sizeHint" stdset="0">
0210          <size>
0211           <width>81</width>
0212           <height>47</height>
0213          </size>
0214         </property>
0215        </spacer>
0216       </item>
0217      </layout>
0218     </widget>
0219    </item>
0220   </layout>
0221  </widget>
0222  <customwidgets>
0223   <customwidget>
0224    <class>KTreeWidgetSearchLine</class>
0225    <extends>QLineEdit</extends>
0226    <header>ktreewidgetsearchline.h</header>
0227   </customwidget>
0228  </customwidgets>
0229  <resources/>
0230  <connections/>
0231 </ui>