--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric7/Documentation/Source/eric7.WebBrowser.Sync.SyncEncryptionPage.html Mon May 24 11:19:57 2021 +0200 @@ -0,0 +1,215 @@ +<!DOCTYPE html> +<html><head> +<title>eric7.WebBrowser.Sync.SyncEncryptionPage</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>eric7.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 /> +<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> +<td><a href="#SyncEncryptionPage.__updateUI">__updateUI</a></td> +<td>Private slot to update the variable parts of the UI.</td> +</tr> +<tr> +<td><a href="#SyncEncryptionPage.isComplete">isComplete</a></td> +<td>Public method to check the completeness of the page.</td> +</tr> +<tr> +<td><a href="#SyncEncryptionPage.nextId">nextId</a></td> +<td>Public method returning the ID of the next wizard page.</td> +</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> +<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> +<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> +<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> + +<dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</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> +<h4>SyncEncryptionPage.isComplete</h4> +<b>isComplete</b>(<i></i>) + +<p> + Public method to check the completeness of the page. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating completeness (boolean) +</dd> +</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> +<dt>Return:</dt> +<dd> +next wizard page ID (integer) +</dd> +</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> + +<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> +<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> + +<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> +<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> + +<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> +<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> + +<dt><i>on</i></dt> +<dd> +state of the check box (boolean) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file