--- 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>&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>&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 &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>&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 &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 &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 &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>&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>