]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/AddOrEditCookieDialog.ui
Add durable cookie support.
[PrivacyBrowserPC.git] / src / uis / AddOrEditCookieDialog.ui
index adeaa4ee8887cbd9cbc7b5d6135984be74c79928..3595e741af800902ad792101fba358d7a51f7ca5 100644 (file)
                         <enum>Qt::AlignLeft</enum>
                     </property>
 
+                    <!-- Durable. -->
+                    <item>
+                        <widget class="QCheckBox" name="durableCheckBox">
+                            <property name="toolTip">
+                                <string>Durable cookies pursist across restarts, irrespective of the expiration date. All other cookies are deleted when Privacy Browser closes, irrespective of the expiration date.</string>
+                            </property>
+                        </widget>
+                    </item>
+
+                    <item>
+                        <widget class="QLabel">
+                            <property name="text">
+                                <string>Durable</string>
+                            </property>
+
+                            <property name="toolTip">
+                                <string>Durable cookies pursist across restarts, irrespective of the expiration date. All other cookies are deleted when Privacy Browser closes, irrespective of the expiration date.</string>
+                            </property>
+                        </widget>
+                    </item>
+
+                    <item>
+                        <widget class="QLabel">
+                            <property name="textFormat">
+                                <enum>Qt::RichText</enum>
+                            </property>
+
+                            <!-- Spacer label. -->
+                            <property name="text">
+                                <string>&amp;nbsp;&amp;nbsp;&amp;nbsp;</string>
+                            </property>
+                        </widget>
+                    </item>
+
                     <!-- Path. -->
                     <item>
                         <widget class="QLabel">
 
                     <item>
                         <widget class="QLabel">
-                            <property name="toolTip">
-                                <string>Cookies without an expiration date are known as session cookies and are expected to be deleted every time the browser closes.</string>
-                            </property>
-
                             <property name="text">
                                 <string>Expiration date</string>
                             </property>
+
+                            <property name="toolTip">
+                                <string>Cookies without an expiration date are known as session cookies and are expected to be deleted every time the browser closes.</string>
+                            </property>
                         </widget>
                     </item>
 
 
                     <item>
                         <widget class="QLabel">
-                            <property name="toolTip">
-                                <string>Restrict cookie access to HTTP (and HTTPS). This prevents JavaScript from accessing the cookie, which hardens it against cross-site scripting attacks.</string>
-                            </property>
-
                             <property name="text">
                                 <string>HTTP only</string>
                             </property>
+
+                            <property name="toolTip">
+                                <string>Restrict cookie access to HTTP (and HTTPS). This prevents JavaScript from accessing the cookie, which hardens it against cross-site scripting attacks.</string>
+                            </property>
                         </widget>
                     </item>
 
 
                     <item>
                         <widget class="QLabel">
-                            <property name="toolTip">
-                                <string>Only allow the cookie to be transferred across HTTPS (as opposed to HTTP).</string>
-                            </property>
-
                             <property name="text">
                                 <string>Secure</string>
                             </property>
+
+                            <property name="toolTip">
+                                <string>Only allow the cookie to be transferred across HTTPS (as opposed to HTTP).</string>
+                            </property>
                         </widget>
                     </item>
                 </layout>