eric7.WebBrowser.WebBrowserClearPrivateDataDialog

Module implementing a dialog to select which private data to clear.

Global Attributes

None

Classes

WebBrowserClearPrivateDataDialog Class implementing a dialog to select which private data to clear.

Functions

None


WebBrowserClearPrivateDataDialog

Class implementing a dialog to select which private data to clear.

Derived from

QDialog, Ui_WebBrowserClearPrivateDataDialog

Class Attributes

None

Class Methods

None

Methods

WebBrowserClearPrivateDataDialog Constructor
getData Public method to get the data from the dialog.

Static Methods

None

WebBrowserClearPrivateDataDialog (Constructor)

WebBrowserClearPrivateDataDialog(parent=None)

Constructor

parent (QWidget)
reference to the parent widget

WebBrowserClearPrivateDataDialog.getData

getData()

Public method to get the data from the dialog.

Return:
tuple with flags indicating which data to clear (browsing history, search history, favicons, disk cache, cookies, passwords, downloads, zoom values, SSL certificate error exceptions) and the selected history period in milliseconds
Return Type:
tuple of (bool, bool, bool, bool, bool, bool, bool, bool, bool, int)
Up