]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/CookiesDialog.ui
Enable downloading of files that require login cookies. https://redmine.stoutner...
[PrivacyBrowserPC.git] / src / uis / CookiesDialog.ui
index 9c3c2dcda9c0092d5366ff8ea506f26a43183e23..78492451b6a5d2b8e82602fbc6dda585a00d069e 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-  Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2022 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-android>.
+  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
 
   Privacy Browser PC is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
         </property>
 
         <layout class="QVBoxLayout">
+            <!-- Tree view. -->
             <item>
-                <!-- Scroll area. -->
                 <widget class="QTreeView" name="treeView" />
             </item>
 
+            <!-- Buttons. -->
             <item>
                 <layout class="QHBoxLayout">
                     <!-- Add cookie button. -->
                     <item>
                         <widget class="QPushButton" name="addCookieButton">
                             <property name="text">
-                                <string>&amp;Add cookie</string>
+                                <string>Add cookie</string>
                             </property>
 
                             <property name="icon">
@@ -57,7 +58,7 @@
                     <item>
                         <widget class="QPushButton" name="editCookieButton">
                             <property name="text">
-                                <string>&amp;Edit cookie</string>
+                                <string>Edit cookie</string>
                             </property>
 
                             <property name="icon">
                         </widget>
                     </item>
 
-                    <!-- Delete domain button. -->
+                    <!-- Delete cookie button. -->
                     <item>
                         <widget class="QPushButton" name="deleteCookieButton">
                             <property name="text">
-                                <string>De&amp;lete cookie</string>
+                                <string>Delete cookie</string>
                             </property>
 
                             <property name="icon">
                         </widget>
                     </item>
 
-                    <!-- Close button. -->
+                    <!-- Delete all cookies button. -->
+                    <item>
+                        <widget class="QPushButton" name="deleteAllCookiesButton">
+                            <property name="text">
+                                <string>Delete all</string>
+                            </property>
+
+                            <property name="icon">
+                                <iconset theme="delete" />
+                            </property>
+                        </widget>
+                    </item>
+
+                    <!-- Close button - dialog button box. -->
                     <item>
                         <widget class="QDialogButtonBox" name="dialogButtonBox">
                             <property name="standardButtons">