eric4.Helpviewer.CookieJar.CookieDetailsDialog

Module implementing a dialog showing the cookie data.

Global Attributes

None

Classes

CookieDetailsDialog Class implementing a dialog showing the cookie data.

Functions

None


CookieDetailsDialog

Class implementing a dialog showing the cookie data.

Derived from

QDialog, Ui_CookieDetailsDialog

Class Attributes

None

Class Methods

None

Methods

CookieDetailsDialog Constructor
setData Public method to set the data to be shown.

Static Methods

None

CookieDetailsDialog (Constructor)

CookieDetailsDialog(parent = None)

Constructor

parent
reference to the parent object (QWidget)

CookieDetailsDialog.setData

setData(domain, name, path, secure, expires, value)

Public method to set the data to be shown.

domain
domain of the cookie (QString)
name
name of the cookie (QString)
path
path of the cookie (QString)
secure
flag indicating a secure cookie (boolean)
expires
expiration time of the cookie (QString)
value
value of the cookie (QString)
Up