--- a/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncEncryptionPage.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncEncryptionPage.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,145 +18,193 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.WebBrowser.Sync.SyncEncryptionPage</h1> + <p> Module implementing encryption settings wizard page. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#SyncEncryptionPage">SyncEncryptionPage</a></td> <td>Class implementing encryption settings wizard page.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="SyncEncryptionPage" ID="SyncEncryptionPage"></a> <h2>SyncEncryptionPage</h2> + <p> Class implementing encryption settings wizard page. </p> <h3>Derived from</h3> QWizardPage, Ui_SyncEncryptionPage <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="#SyncEncryptionPage.__init__">SyncEncryptionPage</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#SyncEncryptionPage.__updateUI">__updateUI</a></td> <td>Private slot to update the variable parts of the UI.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SyncEncryptionPage.isComplete">isComplete</a></td> <td>Public method to check the completeness of the page.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SyncEncryptionPage.nextId">nextId</a></td> <td>Public method returning the ID of the next wizard page.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SyncEncryptionPage.on_encryptionGroupBox_toggled">on_encryptionGroupBox_toggled</a></td> <td>Private slot to handle changes of the encryption selection.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged">on_encryptionKeyAgainEdit_textChanged</a></td> <td>Private slot to handle changes of the encryption key repetition.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SyncEncryptionPage.on_encryptionKeyEdit_textChanged">on_encryptionKeyEdit_textChanged</a></td> <td>Private slot to handle changes of the encryption key.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SyncEncryptionPage.on_reencryptCheckBox_toggled">on_reencryptCheckBox_toggled</a></td> <td>Private slot to handle changes of the re-encryption selection.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="SyncEncryptionPage.__init__" ID="SyncEncryptionPage.__init__"></a> <h4>SyncEncryptionPage (Constructor)</h4> <b>SyncEncryptionPage</b>(<i>parent=None</i>) + <p> Constructor -</p><dl> +</p> +<dl> + <dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> -</dl><a NAME="SyncEncryptionPage.__updateUI" ID="SyncEncryptionPage.__updateUI"></a> +</dl> +<a NAME="SyncEncryptionPage.__updateUI" ID="SyncEncryptionPage.__updateUI"></a> <h4>SyncEncryptionPage.__updateUI</h4> <b>__updateUI</b>(<i></i>) + <p> Private slot to update the variable parts of the UI. -</p><a NAME="SyncEncryptionPage.isComplete" ID="SyncEncryptionPage.isComplete"></a> +</p> +<a NAME="SyncEncryptionPage.isComplete" ID="SyncEncryptionPage.isComplete"></a> <h4>SyncEncryptionPage.isComplete</h4> <b>isComplete</b>(<i></i>) + <p> Public method to check the completeness of the page. -</p><dl> +</p> +<dl> <dt>Returns:</dt> <dd> flag indicating completeness (boolean) </dd> -</dl><a NAME="SyncEncryptionPage.nextId" ID="SyncEncryptionPage.nextId"></a> +</dl> +<a NAME="SyncEncryptionPage.nextId" ID="SyncEncryptionPage.nextId"></a> <h4>SyncEncryptionPage.nextId</h4> <b>nextId</b>(<i></i>) + <p> Public method returning the ID of the next wizard page. -</p><dl> +</p> +<dl> <dt>Returns:</dt> <dd> next wizard page ID (integer) </dd> -</dl><a NAME="SyncEncryptionPage.on_encryptionGroupBox_toggled" ID="SyncEncryptionPage.on_encryptionGroupBox_toggled"></a> +</dl> +<a NAME="SyncEncryptionPage.on_encryptionGroupBox_toggled" ID="SyncEncryptionPage.on_encryptionGroupBox_toggled"></a> <h4>SyncEncryptionPage.on_encryptionGroupBox_toggled</h4> <b>on_encryptionGroupBox_toggled</b>(<i>on</i>) + <p> Private slot to handle changes of the encryption selection. -</p><dl> +</p> +<dl> + <dt><i>on</i></dt> <dd> state of the group box (boolean) </dd> -</dl><a NAME="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged"></a> +</dl> +<a NAME="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged"></a> <h4>SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged</h4> <b>on_encryptionKeyAgainEdit_textChanged</b>(<i>txt</i>) + <p> Private slot to handle changes of the encryption key repetition. -</p><dl> +</p> +<dl> + <dt><i>txt</i></dt> <dd> content of the edit widget (string) </dd> -</dl><a NAME="SyncEncryptionPage.on_encryptionKeyEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyEdit_textChanged"></a> +</dl> +<a NAME="SyncEncryptionPage.on_encryptionKeyEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyEdit_textChanged"></a> <h4>SyncEncryptionPage.on_encryptionKeyEdit_textChanged</h4> <b>on_encryptionKeyEdit_textChanged</b>(<i>txt</i>) + <p> Private slot to handle changes of the encryption key. -</p><dl> +</p> +<dl> + <dt><i>txt</i></dt> <dd> content of the edit widget (string) </dd> -</dl><a NAME="SyncEncryptionPage.on_reencryptCheckBox_toggled" ID="SyncEncryptionPage.on_reencryptCheckBox_toggled"></a> +</dl> +<a NAME="SyncEncryptionPage.on_reencryptCheckBox_toggled" ID="SyncEncryptionPage.on_reencryptCheckBox_toggled"></a> <h4>SyncEncryptionPage.on_reencryptCheckBox_toggled</h4> <b>on_reencryptCheckBox_toggled</b>(<i>on</i>) + <p> Private slot to handle changes of the re-encryption selection. -</p><dl> +</p> +<dl> + <dt><i>on</i></dt> <dd> state of the check box (boolean)