107 <b>__passwordsChanged</b>(<i></i>) |
107 <b>__passwordsChanged</b>(<i></i>) |
108 <p> |
108 <p> |
109 Private slot handling a change of the registered passwords. |
109 Private slot handling a change of the registered passwords. |
110 </p><a NAME="PasswordModel.columnCount" ID="PasswordModel.columnCount"></a> |
110 </p><a NAME="PasswordModel.columnCount" ID="PasswordModel.columnCount"></a> |
111 <h4>PasswordModel.columnCount</h4> |
111 <h4>PasswordModel.columnCount</h4> |
112 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
112 <b>columnCount</b>(<i>parent=None</i>) |
113 <p> |
113 <p> |
114 Public method to get the number of columns of the model. |
114 Public method to get the number of columns of the model. |
115 </p><dl> |
115 </p><dl> |
116 <dt><i>parent</i></dt> |
116 <dt><i>parent</i></dt> |
117 <dd> |
117 <dd> |
118 parent index (QModelIndex) |
118 parent index (QModelIndex) (Unused) |
119 </dd> |
119 </dd> |
120 </dl><dl> |
120 </dl><dl> |
121 <dt>Returns:</dt> |
121 <dt>Returns:</dt> |
122 <dd> |
122 <dd> |
123 number of columns (integer) |
123 number of columns (integer) |
161 <dd> |
161 <dd> |
162 header data |
162 header data |
163 </dd> |
163 </dd> |
164 </dl><a NAME="PasswordModel.removeRows" ID="PasswordModel.removeRows"></a> |
164 </dl><a NAME="PasswordModel.removeRows" ID="PasswordModel.removeRows"></a> |
165 <h4>PasswordModel.removeRows</h4> |
165 <h4>PasswordModel.removeRows</h4> |
166 <b>removeRows</b>(<i>row, count, parent=QModelIndex()</i>) |
166 <b>removeRows</b>(<i>row, count, parent=None</i>) |
167 <p> |
167 <p> |
168 Public method to remove entries from the model. |
168 Public method to remove entries from the model. |
169 </p><dl> |
169 </p><dl> |
170 <dt><i>row</i></dt> |
170 <dt><i>row</i></dt> |
171 <dd> |
171 <dd> |
182 <dd> |
182 <dd> |
183 flag indicating success (boolean) |
183 flag indicating success (boolean) |
184 </dd> |
184 </dd> |
185 </dl><a NAME="PasswordModel.rowCount" ID="PasswordModel.rowCount"></a> |
185 </dl><a NAME="PasswordModel.rowCount" ID="PasswordModel.rowCount"></a> |
186 <h4>PasswordModel.rowCount</h4> |
186 <h4>PasswordModel.rowCount</h4> |
187 <b>rowCount</b>(<i>parent=QModelIndex()</i>) |
187 <b>rowCount</b>(<i>parent=None</i>) |
188 <p> |
188 <p> |
189 Public method to get the number of rows of the model. |
189 Public method to get the number of rows of the model. |
190 </p><dl> |
190 </p><dl> |
191 <dt><i>parent</i></dt> |
191 <dt><i>parent</i></dt> |
192 <dd> |
192 <dd> |