--- a/Documentation/Source/eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html Fri Mar 11 16:51:57 2011 +0100 @@ -84,7 +84,7 @@ </table> <a NAME="OpenSearchEngineModel.__init__" ID="OpenSearchEngineModel.__init__"></a> <h4>OpenSearchEngineModel (Constructor)</h4> -<b>OpenSearchEngineModel</b>(<i>manager, parent = None</i>) +<b>OpenSearchEngineModel</b>(<i>manager, parent=None</i>) <p> Constructor </p><dl> @@ -102,7 +102,7 @@ Private slot handling a change of the registered engines. </p><a NAME="OpenSearchEngineModel.columnCount" ID="OpenSearchEngineModel.columnCount"></a> <h4>OpenSearchEngineModel.columnCount</h4> -<b>columnCount</b>(<i>parent = QModelIndex()</i>) +<b>columnCount</b>(<i>parent=QModelIndex()</i>) <p> Public method to get the number of columns of the model. </p><dl> @@ -150,7 +150,7 @@ </dd> </dl><a NAME="OpenSearchEngineModel.headerData" ID="OpenSearchEngineModel.headerData"></a> <h4>OpenSearchEngineModel.headerData</h4> -<b>headerData</b>(<i>section, orientation, role = Qt.DisplayRole</i>) +<b>headerData</b>(<i>section, orientation, role=Qt.DisplayRole</i>) <p> Public method to get the header data. </p><dl> @@ -171,7 +171,7 @@ </dd> </dl><a NAME="OpenSearchEngineModel.removeRows" ID="OpenSearchEngineModel.removeRows"></a> <h4>OpenSearchEngineModel.removeRows</h4> -<b>removeRows</b>(<i>row, count, parent = QModelIndex()</i>) +<b>removeRows</b>(<i>row, count, parent=QModelIndex()</i>) <p> Public method to remove entries from the model. </p><dl> @@ -192,7 +192,7 @@ </dd> </dl><a NAME="OpenSearchEngineModel.rowCount" ID="OpenSearchEngineModel.rowCount"></a> <h4>OpenSearchEngineModel.rowCount</h4> -<b>rowCount</b>(<i>parent = QModelIndex()</i>) +<b>rowCount</b>(<i>parent=QModelIndex()</i>) <p> Public method to get the number of rows of the model. </p><dl> @@ -207,7 +207,7 @@ </dd> </dl><a NAME="OpenSearchEngineModel.setData" ID="OpenSearchEngineModel.setData"></a> <h4>OpenSearchEngineModel.setData</h4> -<b>setData</b>(<i>index, value, role = Qt.EditRole</i>) +<b>setData</b>(<i>index, value, role=Qt.EditRole</i>) <p> Public method to set the data of a model cell. </p><dl>