src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.ui

branch
eric7
changeset 11104
683af9c45c5b
parent 10692
9becf9ca115c
diff -r 382e5c9a43f0 -r 683af9c45c5b src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.ui
--- a/src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.ui	Wed Dec 18 17:20:28 2024 +0100
+++ b/src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.ui	Wed Dec 18 17:40:14 2024 +0100
@@ -23,7 +23,7 @@
       <string>Select to clear the browsing history</string>
      </property>
      <property name="text">
-      <string>&amp;Browsing History</string>
+      <string>Browsing History</string>
      </property>
      <property name="checked">
       <bool>true</bool>
@@ -35,7 +35,7 @@
      <item>
       <spacer name="horizontalSpacer">
        <property name="orientation">
-        <enum>Qt::Horizontal</enum>
+        <enum>Qt::Orientation::Horizontal</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
@@ -91,7 +91,7 @@
       <string>Select to clear the search history</string>
      </property>
      <property name="text">
-      <string>&amp;Search History</string>
+      <string>Search History</string>
      </property>
      <property name="checked">
       <bool>true</bool>
@@ -104,7 +104,7 @@
       <string>Select to clear the download history</string>
      </property>
      <property name="text">
-      <string>Download &amp;History</string>
+      <string>Download History</string>
      </property>
      <property name="checked">
       <bool>true</bool>
@@ -117,7 +117,7 @@
       <string>Select to clear the cookies</string>
      </property>
      <property name="text">
-      <string>&amp;Cookies</string>
+      <string>Cookies</string>
      </property>
      <property name="checked">
       <bool>true</bool>
@@ -130,7 +130,7 @@
       <string>Select to clear the disk cache</string>
      </property>
      <property name="text">
-      <string>Cached &amp;Web Pages</string>
+      <string>Cached Web Pages</string>
      </property>
      <property name="checked">
       <bool>true</bool>
@@ -143,7 +143,7 @@
       <string>Select to clear the website icons</string>
      </property>
      <property name="text">
-      <string>Website &amp;Icons</string>
+      <string>Website Icons</string>
      </property>
      <property name="checked">
       <bool>true</bool>
@@ -151,12 +151,22 @@
     </widget>
    </item>
    <item>
+    <widget class="QCheckBox" name="permissionsCheckBox">
+     <property name="toolTip">
+      <string>Select to clear the website permissions</string>
+     </property>
+     <property name="text">
+      <string>Website Permissions</string>
+     </property>
+    </widget>
+   </item>
+   <item>
     <widget class="QCheckBox" name="passwordsCheckBox">
      <property name="toolTip">
       <string>Select to clear the saved passwords</string>
      </property>
      <property name="text">
-      <string>Saved &amp;Passwords</string>
+      <string>Saved Passwords</string>
      </property>
      <property name="checked">
       <bool>false</bool>
@@ -169,7 +179,7 @@
       <string>Select to delete all remembered zoom settings</string>
      </property>
      <property name="text">
-      <string>&amp;Zoom Settings</string>
+      <string>Zoom Settings</string>
      </property>
      <property name="checked">
       <bool>true</bool>
@@ -189,10 +199,10 @@
    <item>
     <widget class="QDialogButtonBox" name="buttonBox">
      <property name="orientation">
-      <enum>Qt::Horizontal</enum>
+      <enum>Qt::Orientation::Horizontal</enum>
      </property>
      <property name="standardButtons">
-      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+      <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
      </property>
     </widget>
    </item>
@@ -206,6 +216,7 @@
   <tabstop>cookiesCheckBox</tabstop>
   <tabstop>cacheCheckBox</tabstop>
   <tabstop>iconsCheckBox</tabstop>
+  <tabstop>permissionsCheckBox</tabstop>
   <tabstop>passwordsCheckBox</tabstop>
   <tabstop>zoomCheckBox</tabstop>
   <tabstop>sslExceptionsCheckBox</tabstop>

eric ide

mercurial