--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordModel.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordModel.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.WebBrowser.Passwords.PasswordModel</h1> - <p> Module implementing a model for password management. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#PasswordModel">PasswordModel</a></td> <td>Class implementing a model for password management.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="PasswordModel" ID="PasswordModel"></a> <h2>PasswordModel</h2> - <p> Class implementing a model for password management. </p> + <h3>Derived from</h3> QAbstractTableModel <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="#PasswordModel.__init__">PasswordModel</a></td> <td>Constructor</td> @@ -91,19 +88,20 @@ <td>Public method to indicate, if passwords shall be shown.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="PasswordModel.__init__" ID="PasswordModel.__init__"></a> <h4>PasswordModel (Constructor)</h4> <b>PasswordModel</b>(<i>manager, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>manager</i> (PasswordManager)</dt> @@ -118,17 +116,17 @@ <a NAME="PasswordModel.__passwordsChanged" ID="PasswordModel.__passwordsChanged"></a> <h4>PasswordModel.__passwordsChanged</h4> <b>__passwordsChanged</b>(<i></i>) - <p> Private slot handling a change of the registered passwords. </p> + <a NAME="PasswordModel.columnCount" ID="PasswordModel.columnCount"></a> <h4>PasswordModel.columnCount</h4> <b>columnCount</b>(<i>parent=None</i>) - <p> Public method to get the number of columns of the model. </p> + <dl> <dt><i>parent</i> (QModelIndex)</dt> @@ -151,10 +149,10 @@ <a NAME="PasswordModel.data" ID="PasswordModel.data"></a> <h4>PasswordModel.data</h4> <b>data</b>(<i>index, role</i>) - <p> Public method to get data from the model. </p> + <dl> <dt><i>index</i> (QModelIndex)</dt> @@ -181,10 +179,10 @@ <a NAME="PasswordModel.headerData" ID="PasswordModel.headerData"></a> <h4>PasswordModel.headerData</h4> <b>headerData</b>(<i>section, orientation, role=Qt.ItemDataRole.DisplayRole</i>) - <p> Public method to get the header data. </p> + <dl> <dt><i>section</i> (int)</dt> @@ -215,10 +213,10 @@ <a NAME="PasswordModel.removeRows" ID="PasswordModel.removeRows"></a> <h4>PasswordModel.removeRows</h4> <b>removeRows</b>(<i>row, count, parent=None</i>) - <p> Public method to remove entries from the model. </p> + <dl> <dt><i>row</i> (int)</dt> @@ -249,10 +247,10 @@ <a NAME="PasswordModel.rowCount" ID="PasswordModel.rowCount"></a> <h4>PasswordModel.rowCount</h4> <b>rowCount</b>(<i>parent=None</i>) - <p> Public method to get the number of rows of the model. </p> + <dl> <dt><i>parent</i> (QModelIndex)</dt> @@ -275,10 +273,10 @@ <a NAME="PasswordModel.setShowPasswords" ID="PasswordModel.setShowPasswords"></a> <h4>PasswordModel.setShowPasswords</h4> <b>setShowPasswords</b>(<i>on</i>) - <p> Public methods to show passwords. </p> + <dl> <dt><i>on</i> (bool)</dt> @@ -289,10 +287,10 @@ <a NAME="PasswordModel.showPasswords" ID="PasswordModel.showPasswords"></a> <h4>PasswordModel.showPasswords</h4> <b>showPasswords</b>(<i></i>) - <p> Public method to indicate, if passwords shall be shown. </p> + <dl> <dt>Return:</dt> <dd> @@ -307,4 +305,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>