Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / apps / konqueror / settings / kio / kcookiespoliciesdlg.ui
blob02a503486b64b7b9683fed8a771bed0d51544d02
1 <ui version="4.0" >
2  <class>KCookiesPolicyDlgUI</class>
3  <widget class="QWidget" name="KCookiesPolicyDlgUI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>568</width>
9     <height>493</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <item>
14     <widget class="QCheckBox" name="cbEnableCookies" >
15      <property name="whatsThis" >
16       <string>&lt;qt>
17 Enable cookie support. Normally you will want to have cookie support enabled and customize it to suit your privacy needs.&lt;p>
18 Please note that disabling cookie support might make many web sites unbrowsable.
19 &lt;/qt></string>
20      </property>
21      <property name="text" >
22       <string>Enable coo&amp;kies</string>
23      </property>
24     </widget>
25    </item>
26    <item>
27     <widget class="QGroupBox" name="bgPreferences" >
28      <layout class="QVBoxLayout" >
29       <item>
30        <widget class="QCheckBox" name="cbRejectCrossDomainCookies" >
31         <property name="whatsThis" >
32          <string>&lt;qt>
33 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>www.foobar.com&lt;/b> 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.
34 &lt;/qt></string>
35         </property>
36         <property name="text" >
37          <string>Only acce&amp;pt cookies from originating server</string>
38         </property>
39        </widget>
40       </item>
41       <item>
42        <widget class="QCheckBox" name="cbAutoAcceptSessionCookies" >
43         <property name="whatsThis" >
44          <string>&lt;qt>
45 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>
46 &lt;u>NOTE:&lt;/u> Checking this option along with the next one will override your default as well as site specific cookie policies. However, doing so also increases your privacy since all cookies will be removed when the current session ends.
47 &lt;/qt></string>
48         </property>
49         <property name="text" >
50          <string>Automaticall&amp;y accept session cookies</string>
51         </property>
52        </widget>
53       </item>
54       <item>
55        <widget class="QCheckBox" name="cbIgnoreCookieExpirationDate" >
56         <property name="whatsThis" >
57          <string>&lt;qt>
58 Treat all cookies as session cookies. Session cookies are small pieces of data that are temporarily stored in your computer's memory until you quit or close all applications (e.g. your browser) that use them. Unlike regular cookies, session cookies are never stored on your hard drive or other storage medium.&lt;p>
59 &lt;u>NOTE:&lt;/u> Checking this option along with the previous one will override your default as well as site specific cookie policies. However, doing so also increases your privacy since all cookies will be removed when the current session ends.
60 &lt;/qt></string>
61         </property>
62         <property name="text" >
63          <string>Treat &amp;all cookies as session cookies</string>
64         </property>
65        </widget>
66       </item>
67      </layout>
68     </widget>
69    </item>
70    <item>
71     <widget class="QGroupBox" name="bgDefault" >
72      <property name="whatsThis" >
73       <string>&lt;qt>
74 Determines how cookies received from a remote machine will be handled: 
75 &lt;ul>
76 &lt;li>&lt;b>Ask&lt;/b> will cause KDE to ask for your confirmation whenever a server wants to set a cookie.&lt;/li>
77 &lt;li>&lt;b>Accept&lt;/b> will cause cookies to be accepted without prompting you.&lt;/li>
78 &lt;li>&lt;b>Reject&lt;/b> will cause the cookiejar to refuse all cookies it receives.&lt;/li>
79 &lt;/ul>&lt;p>
80 &lt;u>NOTE:&lt;/u> Domain specific policies, which can be set below, always take precedence over the default policy.
81 &lt;/qt></string>
82      </property>
83      <property name="title" >
84       <string>Default Policy</string>
85      </property>
86      <layout class="QVBoxLayout" >
87       <item>
88        <widget class="QRadioButton" name="rbPolicyAsk" >
89         <property name="text" >
90          <string>Ask &amp;for confirmation</string>
91         </property>
92        </widget>
93       </item>
94       <item>
95        <widget class="QRadioButton" name="rbPolicyAccept" >
96         <property name="text" >
97          <string>Accep&amp;t all cookies</string>
98         </property>
99        </widget>
100       </item>
101       <item>
102        <widget class="QRadioButton" name="rbPolicyReject" >
103         <property name="text" >
104          <string>Re&amp;ject all cookies</string>
105         </property>
106        </widget>
107       </item>
108      </layout>
109     </widget>
110    </item>
111    <item>
112     <widget class="QGroupBox" name="gbDomainSpecific" >
113      <property name="whatsThis" >
114       <string>&lt;qt>
115 To add a new policy, simply click on the &lt;b>Add...&lt;/b> button and supply the necessary information. To change an existing policy, use the &lt;b>Change...&lt;/b> button and choose the new policy from the policy dialog box. Clicking on the &lt;b>Delete&lt;/b> button will remove the currently selected policy causing the default policy setting to be used for that domain, whereas &lt;b>Delete All&lt;/b> will remove all the site specific policies.
116 &lt;/qt></string>
117      </property>
118      <property name="title" >
119       <string>Site Policy</string>
120      </property>
121      <layout class="QGridLayout" >
122       <item row="0" column="0" >
123        <widget class="QLabel" name="textLabel1" >
124         <property name="text" >
125          <string>&amp;Search:</string>
126         </property>
127         <property name="wordWrap" >
128          <bool>false</bool>
129         </property>
130         <property name="buddy" >
131          <cstring>kListViewSearchLine</cstring>
132         </property>
133        </widget>
134       </item>
135       <item row="0" column="1" >
136        <widget class="K3ListViewSearchLine" name="kListViewSearchLine" >
137         <property name="toolTip" >
138          <string>Search interactively for domains</string>
139         </property>
140         <property name="text" >
141          <string/>
142         </property>
143        </widget>
144       </item>
145       <item row="1" column="0" colspan="2" >
146        <widget class="K3ListView" name="lvDomainPolicy" >
147         <property name="whatsThis" >
148          <string>&lt;qt>
149 List of sites for which you have set a specific cookie policy. Specific policies override the default policy setting for these sites.
150 &lt;/qt></string>
151         </property>
152         <property name="selectionMode" >
153          <enum>Q3ListView::Single</enum>
154         </property>
155         <property name="showSortIndicator" >
156          <bool>true</bool>
157         </property>
158         <property name="rootIsDecorated" >
159          <bool>true</bool>
160         </property>
161         <property name="treeStepSize" >
162          <number>0</number>
163         </property>
164         <column>
165          <property name="text" >
166           <string>Domain</string>
167          </property>
168         </column>
169         <column>
170          <property name="text" >
171           <string>Policy</string>
172          </property>
173         </column>
174        </widget>
175       </item>
176       <item row="1" column="2" >
177        <layout class="QVBoxLayout" >
178         <item>
179          <widget class="QPushButton" name="pbNew" >
180           <property name="text" >
181            <string>&amp;New...</string>
182           </property>
183          </widget>
184         </item>
185         <item>
186          <widget class="QPushButton" name="pbChange" >
187           <property name="text" >
188            <string>Chan&amp;ge...</string>
189           </property>
190          </widget>
191         </item>
192         <item>
193          <widget class="QPushButton" name="pbDelete" >
194           <property name="text" >
195            <string>D&amp;elete</string>
196           </property>
197          </widget>
198         </item>
199         <item>
200          <widget class="QPushButton" name="pbDeleteAll" >
201           <property name="text" >
202            <string>Delete A&amp;ll</string>
203           </property>
204          </widget>
205         </item>
206         <item>
207          <spacer>
208           <property name="orientation" >
209            <enum>Qt::Vertical</enum>
210           </property>
211           <property name="sizeType" >
212            <enum>QSizePolicy::Expanding</enum>
213           </property>
214           <property name="sizeHint" >
215            <size>
216             <width>81</width>
217             <height>16</height>
218            </size>
219           </property>
220          </spacer>
221         </item>
222        </layout>
223       </item>
224      </layout>
225     </widget>
226    </item>
227   </layout>
228  </widget>
229  <layoutdefault spacing="6" margin="11" />
230  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
231  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
232  <customwidgets>
233   <customwidget>
234    <class>K3ListView</class>
235    <extends>Q3ListView</extends>
236    <header>k3listview.h</header>
237   </customwidget>
238   <customwidget>
239    <class>K3ListViewSearchLine</class>
240    <extends>KLineEdit</extends>
241    <header>k3listviewsearchline.h</header>
242   </customwidget>
243  </customwidgets>
244  <includes>
245   <include location="local" >k3listview.h</include>
246   <include location="local" >k3listviewsearchline.h</include>
247  </includes>
248  <resources/>
249  <connections/>
250 </ui>