eric6/Documentation/Source/eric6.E5Gui.E5PasswordMeter.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
--- a/eric6/Documentation/Source/eric6.E5Gui.E5PasswordMeter.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.E5Gui.E5PasswordMeter.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,118 +18,158 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.E5Gui.E5PasswordMeter</h1>
+
 <p>
 Module implementing a custom widget indicating the strength of a password.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#E5PasswordMeter">E5PasswordMeter</a></td>
 <td>Class implementing a custom widget indicating the strength of a password.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="E5PasswordMeter" ID="E5PasswordMeter"></a>
 <h2>E5PasswordMeter</h2>
+
 <p>
     Class implementing a custom widget indicating the strength of a password.
 </p>
 <h3>Derived from</h3>
 QProgressBar
 <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="#E5PasswordMeter.__init__">E5PasswordMeter</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5PasswordMeter.checkPasswordStrength">checkPasswordStrength</a></td>
 <td>Public slot to check the password strength and update the progress bar accordingly.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5PasswordMeter.setMaximum">setMaximum</a></td>
 <td>Public method to set the maximum value.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5PasswordMeter.setMinimum">setMinimum</a></td>
 <td>Public method to set the minimal value.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5PasswordMeter.setValue">setValue</a></td>
 <td>Public method to set the value.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="E5PasswordMeter.__init__" ID="E5PasswordMeter.__init__"></a>
 <h4>E5PasswordMeter (Constructor)</h4>
 <b>E5PasswordMeter</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="E5PasswordMeter.checkPasswordStrength" ID="E5PasswordMeter.checkPasswordStrength"></a>
+</dl>
+<a NAME="E5PasswordMeter.checkPasswordStrength" ID="E5PasswordMeter.checkPasswordStrength"></a>
 <h4>E5PasswordMeter.checkPasswordStrength</h4>
 <b>checkPasswordStrength</b>(<i>password</i>)
+
 <p>
         Public slot to check the password strength and update the
         progress bar accordingly.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>password</i></dt>
 <dd>
 password to be checked (string)
 </dd>
-</dl><a NAME="E5PasswordMeter.setMaximum" ID="E5PasswordMeter.setMaximum"></a>
+</dl>
+<a NAME="E5PasswordMeter.setMaximum" ID="E5PasswordMeter.setMaximum"></a>
 <h4>E5PasswordMeter.setMaximum</h4>
 <b>setMaximum</b>(<i>value</i>)
+
 <p>
         Public method to set the maximum value.
-</p><p>
+</p>
+<p>
         Overwritten to do nothing.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>value</i></dt>
 <dd>
 maximum value (integer)
 </dd>
-</dl><a NAME="E5PasswordMeter.setMinimum" ID="E5PasswordMeter.setMinimum"></a>
+</dl>
+<a NAME="E5PasswordMeter.setMinimum" ID="E5PasswordMeter.setMinimum"></a>
 <h4>E5PasswordMeter.setMinimum</h4>
 <b>setMinimum</b>(<i>value</i>)
+
 <p>
         Public method to set the minimal value.
-</p><p>
+</p>
+<p>
         Overwritten to do nothing.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>value</i></dt>
 <dd>
 minimum value (integer)
 </dd>
-</dl><a NAME="E5PasswordMeter.setValue" ID="E5PasswordMeter.setValue"></a>
+</dl>
+<a NAME="E5PasswordMeter.setValue" ID="E5PasswordMeter.setValue"></a>
 <h4>E5PasswordMeter.setValue</h4>
 <b>setValue</b>(<i>value</i>)
+
 <p>
         Public method to set the value.
-</p><p>
+</p>
+<p>
         Overwritten to do nothing.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>value</i></dt>
 <dd>
 value (integer)

eric ide

mercurial