Tue, 24 Oct 2017 19:09:09 +0200
Changed the logic of the two web browsers in order to put new downloads at the top of the list of downloads and add the download date and time to the shown info.
<!DOCTYPE html> <html><head> <title>eric6.Helpviewer.CookieJar.CookieDetailsDialog</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric6.Helpviewer.CookieJar.CookieDetailsDialog</h1> <p> Module implementing a dialog showing the cookie data. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#CookieDetailsDialog">CookieDetailsDialog</a></td> <td>Class implementing a dialog showing the cookie data.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="CookieDetailsDialog" ID="CookieDetailsDialog"></a> <h2>CookieDetailsDialog</h2> <p> Class implementing a dialog showing the cookie data. </p> <h3>Derived from</h3> QDialog, Ui_CookieDetailsDialog <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#CookieDetailsDialog.__init__">CookieDetailsDialog</a></td> <td>Constructor</td> </tr><tr> <td><a href="#CookieDetailsDialog.setData">setData</a></td> <td>Public method to set the data to be shown.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="CookieDetailsDialog.__init__" ID="CookieDetailsDialog.__init__"></a> <h4>CookieDetailsDialog (Constructor)</h4> <b>CookieDetailsDialog</b>(<i>parent=None</i>) <p> Constructor </p><dl> <dt><i>parent</i></dt> <dd> reference to the parent object (QWidget) </dd> </dl><a NAME="CookieDetailsDialog.setData" ID="CookieDetailsDialog.setData"></a> <h4>CookieDetailsDialog.setData</h4> <b>setData</b>(<i>domain, name, path, secure, expires, value</i>) <p> Public method to set the data to be shown. </p><dl> <dt><i>domain</i></dt> <dd> domain of the cookie (string) </dd><dt><i>name</i></dt> <dd> name of the cookie (string) </dd><dt><i>path</i></dt> <dd> path of the cookie (string) </dd><dt><i>secure</i></dt> <dd> flag indicating a secure cookie (boolean) </dd><dt><i>expires</i></dt> <dd> expiration time of the cookie (string) </dd><dt><i>value</i></dt> <dd> value of the cookie (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>