diff -r c38750e1bafd -r b4bf79b956bc RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.SearchDialog.html --- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.SearchDialog.html Fri Sep 29 10:23:35 2017 +0200 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.SearchDialog.html Fri Sep 29 10:32:30 2017 +0200 @@ -92,15 +92,15 @@ <p> Constructor </p><dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget of this dialog (QWidget) -</dd><dt><i>name</i></dt> +parent widget of this dialog +</dd><dt><i>name</i> (str)</dt> <dd> -object name of the dialog (string) -</dd><dt><i>fl</i></dt> +object name of the dialog +</dd><dt><i>fl</i> (Qt.WindowFlags)</dt> <dd> -window flags (Qt.WindowFlags) +window flags </dd> </dl><a NAME="SearchDialog.__findNextPrev" ID="SearchDialog.__findNextPrev"></a> <h4>SearchDialog.__findNextPrev</h4> @@ -108,9 +108,9 @@ <p> Private slot to find the next occurrence of text. </p><dl> -<dt><i>backwards</i></dt> +<dt><i>backwards</i> (bool)</dt> <dd> -flag indicating a backwards search (boolean) +flag indicating a backwards search </dd> </dl><a NAME="SearchDialog.findNext" ID="SearchDialog.findNext"></a> <h4>SearchDialog.findNext</h4> @@ -128,9 +128,9 @@ <p> Private slot called by a button of the button box clicked. </p><dl> -<dt><i>button</i></dt> +<dt><i>button</i> (QAbstractButton)</dt> <dd> -button that was clicked (QAbstractButton) +button that was clicked </dd> </dl><a NAME="SearchDialog.on_findButton_clicked" ID="SearchDialog.on_findButton_clicked"></a> <h4>SearchDialog.on_findButton_clicked</h4> @@ -143,9 +143,9 @@ <p> Private slot to enable/disable the find buttons. </p><dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text of the combo box (string) +text of the combo box </dd> </dl><a NAME="SearchDialog.showFind" ID="SearchDialog.showFind"></a> <h4>SearchDialog.showFind</h4>