--- a/Documentation/Source/eric5.Helpviewer.CookieJar.CookieDetailsDialog.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Helpviewer.CookieJar.CookieDetailsDialog.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Helpviewer.CookieJar.CookieDetailsDialog</h1> <p> -Module implementing a dialog showing the cookie data. +Module implementing a dialog showing the cookie data. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#CookieDetailsDialog">CookieDetailsDialog</a></td> -<td>Class implementing a dialog showing the cookie data.</td> +<td>Class implementing a dialog showing the cookie data.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="CookieDetailsDialog" ID="CookieDetailsDialog"></a> <h2>CookieDetailsDialog</h2> <p> - Class implementing a dialog showing the cookie data. + Class implementing a dialog showing the cookie data. </p> <h3>Derived from</h3> QDialog, Ui_CookieDetailsDialog @@ -55,46 +55,46 @@ <table> <tr> <td><a href="#CookieDetailsDialog.__init__">CookieDetailsDialog</a></td> -<td>Constructor</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> +<td>Public method to set the data to be shown.</td> </tr> </table> <a NAME="CookieDetailsDialog.__init__" ID="CookieDetailsDialog.__init__"></a> <h4>CookieDetailsDialog (Constructor)</h4> <b>CookieDetailsDialog</b>(<i>parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>parent</i></dt> <dd> -reference to the parent object (QWidget) +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. + Public method to set the data to be shown. </p><dl> <dt><i>domain</i></dt> <dd> -domain of the cookie (string) +domain of the cookie (string) </dd><dt><i>name</i></dt> <dd> -name of the cookie (string) +name of the cookie (string) </dd><dt><i>path</i></dt> <dd> -path of the cookie (string) +path of the cookie (string) </dd><dt><i>secure</i></dt> <dd> -flag indicating a secure cookie (boolean) +flag indicating a secure cookie (boolean) </dd><dt><i>expires</i></dt> <dd> -expiration time of the cookie (string) +expiration time of the cookie (string) </dd><dt><i>value</i></dt> <dd> -value of the cookie (string) +value of the cookie (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>