--- a/Documentation/Source/eric6.UI.BrowserModel.html Thu Mar 23 18:58:56 2017 +0100 +++ b/Documentation/Source/eric6.UI.BrowserModel.html Thu Mar 23 19:06:13 2017 +0100 @@ -1783,7 +1783,7 @@ </dd> </dl><a NAME="BrowserModel.addItem" ID="BrowserModel.addItem"></a> <h4>BrowserModel.addItem</h4> -<b>addItem</b>(<i>itm, parent=QModelIndex()</i>) +<b>addItem</b>(<i>itm, parent=None</i>) <p> Public slot to add an item. </p><dl> @@ -1811,7 +1811,7 @@ Public method to clear the model. </p><a NAME="BrowserModel.columnCount" ID="BrowserModel.columnCount"></a> <h4>BrowserModel.columnCount</h4> -<b>columnCount</b>(<i>parent=QModelIndex()</i>) +<b>columnCount</b>(<i>parent=None</i>) <p> Public method to get the number of columns. </p><dl> @@ -1869,7 +1869,7 @@ </dd> </dl><a NAME="BrowserModel.hasChildren" ID="BrowserModel.hasChildren"></a> <h4>BrowserModel.hasChildren</h4> -<b>hasChildren</b>(<i>parent=QModelIndex()</i>) +<b>hasChildren</b>(<i>parent=None</i>) <p> Public method to check for the presence of child items. </p><p> @@ -1908,7 +1908,7 @@ </dd> </dl><a NAME="BrowserModel.index" ID="BrowserModel.index"></a> <h4>BrowserModel.index</h4> -<b>index</b>(<i>row, column, parent=QModelIndex()</i>) +<b>index</b>(<i>row, column, parent=None</i>) <p> Public method to create an index. </p><dl> @@ -2083,7 +2083,7 @@ </dd> </dl><a NAME="BrowserModel.rowCount" ID="BrowserModel.rowCount"></a> <h4>BrowserModel.rowCount</h4> -<b>rowCount</b>(<i>parent=QModelIndex()</i>) +<b>rowCount</b>(<i>parent=None</i>) <p> Public method to get the number of rows. </p><dl>