src/eric7/Documentation/Source/eric7.WebBrowser.Sync.SyncEncryptionPage.html

Sat, 26 Apr 2025 12:34:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Apr 2025 12:34:32 +0200
branch
eric7
changeset 11240
c48c615c04a3
parent 10692
9becf9ca115c
permissions
-rw-r--r--

MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.

<!DOCTYPE html>
<html><head>
<title>eric7.WebBrowser.Sync.SyncEncryptionPage</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</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> (QWidget)</dt>
<dd>
reference to the parent widget
</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
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
bool
</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
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
int
</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> (bool)</dt>
<dd>
state of the group box (unused)
</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> (str)</dt>
<dd>
content of the edit widget
</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> (str)</dt>
<dd>
content of the edit widget
</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> (bool)</dt>
<dd>
state of the check box (unused)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial