eric6.Helpviewer.CookieJar.CookieDetailsDialog
Module implementing a dialog showing the cookie data.
Global Attributes
Classes
Functions
CookieDetailsDialog
    Class implementing a dialog showing the cookie data.
Derived from
QDialog, Ui_CookieDetailsDialog
Class Attributes
Class Methods
Methods
Static Methods
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 (string)
- name
- 
name of the cookie (string)
- path
- 
path of the cookie (string)
- secure
- 
flag indicating a secure cookie (boolean)
- expires
- 
expiration time of the cookie (string)
- value
- 
value of the cookie (string)