src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordModel.html

branch
eric7
changeset 10436
f6881d10e995
parent 10259
b51dfacef37f
child 10479
856476537696
diff -r c712d09cc839 -r f6881d10e995 src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordModel.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordModel.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordModel.html	Fri Dec 22 17:24:07 2023 +0100
@@ -106,13 +106,13 @@
 </p>
 <dl>
 
-<dt><i>manager</i></dt>
+<dt><i>manager</i> (PasswordManager)</dt>
 <dd>
-reference to the password manager (PasswordManager)
+reference to the password manager
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
-reference to the parent object (QObject)
+reference to the parent object
 </dd>
 </dl>
 <a NAME="PasswordModel.__passwordsChanged" ID="PasswordModel.__passwordsChanged"></a>
@@ -131,15 +131,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-parent index (QModelIndex) (Unused)
+parent index (Unused)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-number of columns (integer)
+number of columns
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="PasswordModel.data" ID="PasswordModel.data"></a>
@@ -151,13 +157,13 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index to get data for (QModelIndex)
+index to get data for
 </dd>
-<dt><i>role</i></dt>
+<dt><i>role</i> (int)</dt>
 <dd>
-role of the data to retrieve (integer)
+role of the data to retrieve
 </dd>
 </dl>
 <dl>
@@ -166,6 +172,12 @@
 requested data
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Any
+</dd>
+</dl>
 <a NAME="PasswordModel.headerData" ID="PasswordModel.headerData"></a>
 <h4>PasswordModel.headerData</h4>
 <b>headerData</b>(<i>section, orientation, role=Qt.ItemDataRole.DisplayRole</i>)
@@ -175,17 +187,17 @@
 </p>
 <dl>
 
-<dt><i>section</i></dt>
+<dt><i>section</i> (int)</dt>
 <dd>
-section number (integer)
+section number
 </dd>
-<dt><i>orientation</i></dt>
+<dt><i>orientation</i> (Qt.Orientation)</dt>
 <dd>
-header orientation (Qt.Orientation)
+header orientation
 </dd>
-<dt><i>role</i></dt>
+<dt><i>role</i> (Qt.ItemDataRole)</dt>
 <dd>
-data role (Qt.ItemDataRole)
+data role
 </dd>
 </dl>
 <dl>
@@ -194,6 +206,12 @@
 header data
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Any
+</dd>
+</dl>
 <a NAME="PasswordModel.removeRows" ID="PasswordModel.removeRows"></a>
 <h4>PasswordModel.removeRows</h4>
 <b>removeRows</b>(<i>row, count, parent=None</i>)
@@ -203,23 +221,29 @@
 </p>
 <dl>
 
-<dt><i>row</i></dt>
+<dt><i>row</i> (int)</dt>
 <dd>
-start row (integer)
+start row
 </dd>
-<dt><i>count</i></dt>
+<dt><i>count</i> (int)</dt>
 <dd>
-number of rows to remove (integer)
+number of rows to remove
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-parent index (QModelIndex)
+parent index
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="PasswordModel.rowCount" ID="PasswordModel.rowCount"></a>
@@ -231,15 +255,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-parent index (QModelIndex)
+parent index
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-number of rows (integer)
+number of rows
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="PasswordModel.setShowPasswords" ID="PasswordModel.setShowPasswords"></a>
@@ -251,9 +281,9 @@
 </p>
 <dl>
 
-<dt><i>on</i></dt>
+<dt><i>on</i> (bool)</dt>
 <dd>
-flag indicating if passwords shall be shown (boolean)
+flag indicating if passwords shall be shown
 </dd>
 </dl>
 <a NAME="PasswordModel.showPasswords" ID="PasswordModel.showPasswords"></a>
@@ -266,7 +296,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating if passwords shall be shown (boolean)
+flag indicating if passwords shall be shown
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial