Documentation/Source/eric6.Helpviewer.Sync.SyncEncryptionPage.html

changeset 3673
e26d7d0c1088
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Helpviewer.Sync.SyncEncryptionPage</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Helpviewer.Sync.SyncEncryptionPage</h1>
23 <p>
24 Module implementing encryption settings wizard page.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#SyncEncryptionPage">SyncEncryptionPage</a></td>
34 <td>Class implementing encryption settings wizard page.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="SyncEncryptionPage" ID="SyncEncryptionPage"></a>
43 <h2>SyncEncryptionPage</h2>
44 <p>
45 Class implementing encryption settings wizard page.
46 </p>
47 <h3>Derived from</h3>
48 QWizardPage, Ui_SyncEncryptionPage
49 <h3>Class Attributes</h3>
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58 <table>
59 <tr>
60 <td><a href="#SyncEncryptionPage.__init__">SyncEncryptionPage</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#SyncEncryptionPage.__updateUI">__updateUI</a></td>
64 <td>Private slot to update the variable parts of the UI.</td>
65 </tr><tr>
66 <td><a href="#SyncEncryptionPage.isComplete">isComplete</a></td>
67 <td>Public method to check the completeness of the page.</td>
68 </tr><tr>
69 <td><a href="#SyncEncryptionPage.nextId">nextId</a></td>
70 <td>Public method returning the ID of the next wizard page.</td>
71 </tr><tr>
72 <td><a href="#SyncEncryptionPage.on_encryptionGroupBox_toggled">on_encryptionGroupBox_toggled</a></td>
73 <td>Private slot to handle changes of the encryption selection.</td>
74 </tr><tr>
75 <td><a href="#SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged">on_encryptionKeyAgainEdit_textChanged</a></td>
76 <td>Private slot to handle changes of the encryption key repetition.</td>
77 </tr><tr>
78 <td><a href="#SyncEncryptionPage.on_encryptionKeyEdit_textChanged">on_encryptionKeyEdit_textChanged</a></td>
79 <td>Private slot to handle changes of the encryption key.</td>
80 </tr><tr>
81 <td><a href="#SyncEncryptionPage.on_reencryptCheckBox_toggled">on_reencryptCheckBox_toggled</a></td>
82 <td>Private slot to handle changes of the re-encryption selection.</td>
83 </tr>
84 </table>
85 <h3>Static Methods</h3>
86 <table>
87 <tr><td>None</td></tr>
88 </table>
89 <a NAME="SyncEncryptionPage.__init__" ID="SyncEncryptionPage.__init__"></a>
90 <h4>SyncEncryptionPage (Constructor)</h4>
91 <b>SyncEncryptionPage</b>(<i>parent=None</i>)
92 <p>
93 Constructor
94 </p><dl>
95 <dt><i>parent</i></dt>
96 <dd>
97 reference to the parent widget (QWidget)
98 </dd>
99 </dl><a NAME="SyncEncryptionPage.__updateUI" ID="SyncEncryptionPage.__updateUI"></a>
100 <h4>SyncEncryptionPage.__updateUI</h4>
101 <b>__updateUI</b>(<i></i>)
102 <p>
103 Private slot to update the variable parts of the UI.
104 </p><a NAME="SyncEncryptionPage.isComplete" ID="SyncEncryptionPage.isComplete"></a>
105 <h4>SyncEncryptionPage.isComplete</h4>
106 <b>isComplete</b>(<i></i>)
107 <p>
108 Public method to check the completeness of the page.
109 </p><dl>
110 <dt>Returns:</dt>
111 <dd>
112 flag indicating completeness (boolean)
113 </dd>
114 </dl><a NAME="SyncEncryptionPage.nextId" ID="SyncEncryptionPage.nextId"></a>
115 <h4>SyncEncryptionPage.nextId</h4>
116 <b>nextId</b>(<i></i>)
117 <p>
118 Public method returning the ID of the next wizard page.
119 </p><dl>
120 <dt>Returns:</dt>
121 <dd>
122 next wizard page ID (integer)
123 </dd>
124 </dl><a NAME="SyncEncryptionPage.on_encryptionGroupBox_toggled" ID="SyncEncryptionPage.on_encryptionGroupBox_toggled"></a>
125 <h4>SyncEncryptionPage.on_encryptionGroupBox_toggled</h4>
126 <b>on_encryptionGroupBox_toggled</b>(<i>on</i>)
127 <p>
128 Private slot to handle changes of the encryption selection.
129 </p><dl>
130 <dt><i>on</i></dt>
131 <dd>
132 state of the group box (boolean)
133 </dd>
134 </dl><a NAME="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged"></a>
135 <h4>SyncEncryptionPage.on_encryptionKeyAgainEdit_textChanged</h4>
136 <b>on_encryptionKeyAgainEdit_textChanged</b>(<i>txt</i>)
137 <p>
138 Private slot to handle changes of the encryption key repetition.
139 </p><dl>
140 <dt><i>txt</i></dt>
141 <dd>
142 content of the edit widget (string)
143 </dd>
144 </dl><a NAME="SyncEncryptionPage.on_encryptionKeyEdit_textChanged" ID="SyncEncryptionPage.on_encryptionKeyEdit_textChanged"></a>
145 <h4>SyncEncryptionPage.on_encryptionKeyEdit_textChanged</h4>
146 <b>on_encryptionKeyEdit_textChanged</b>(<i>txt</i>)
147 <p>
148 Private slot to handle changes of the encryption key.
149 </p><dl>
150 <dt><i>txt</i></dt>
151 <dd>
152 content of the edit widget (string)
153 </dd>
154 </dl><a NAME="SyncEncryptionPage.on_reencryptCheckBox_toggled" ID="SyncEncryptionPage.on_reencryptCheckBox_toggled"></a>
155 <h4>SyncEncryptionPage.on_reencryptCheckBox_toggled</h4>
156 <b>on_reencryptCheckBox_toggled</b>(<i>on</i>)
157 <p>
158 Private slot to handle changes of the re-encryption selection.
159 </p><dl>
160 <dt><i>on</i></dt>
161 <dd>
162 state of the check box (boolean)
163 </dd>
164 </dl>
165 <div align="right"><a href="#top">Up</a></div>
166 <hr />
167 </body></html>

eric ide

mercurial