diff -r ffe7432f716b -r d833c6a8c41f src/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html --- a/src/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html Thu Aug 03 17:33:07 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html Fri Aug 04 15:40:49 2023 +0200 @@ -103,6 +103,14 @@ <td>Private slot to display the spelling properties dialog.</td> </tr> <tr> +<td><a href="#PropertiesDialog.on_srcDirPicker_aboutToShowPathPickerDialog">on_srcDirPicker_aboutToShowPathPickerDialog</a></td> +<td>Private slot to perform actions before the sources sub-directory selection dialog is shown.</td> +</tr> +<tr> +<td><a href="#PropertiesDialog.on_srcDirPicker_pathSelected">on_srcDirPicker_pathSelected</a></td> +<td>Private slot to check the selected sources sub-directory name.</td> +</tr> +<tr> <td><a href="#PropertiesDialog.on_transPropertiesButton_clicked">on_transPropertiesButton_clicked</a></td> <td>Private slot to display the translations properties dialog.</td> </tr> @@ -260,6 +268,28 @@ <p> Private slot to display the spelling properties dialog. </p> +<a NAME="PropertiesDialog.on_srcDirPicker_aboutToShowPathPickerDialog" ID="PropertiesDialog.on_srcDirPicker_aboutToShowPathPickerDialog"></a> +<h4>PropertiesDialog.on_srcDirPicker_aboutToShowPathPickerDialog</h4> +<b>on_srcDirPicker_aboutToShowPathPickerDialog</b>(<i></i>) + +<p> + Private slot to perform actions before the sources sub-directory selection + dialog is shown. +</p> +<a NAME="PropertiesDialog.on_srcDirPicker_pathSelected" ID="PropertiesDialog.on_srcDirPicker_pathSelected"></a> +<h4>PropertiesDialog.on_srcDirPicker_pathSelected</h4> +<b>on_srcDirPicker_pathSelected</b>(<i>srcDir</i>) + +<p> + Private slot to check the selected sources sub-directory name. +</p> +<dl> + +<dt><i>srcDir</i> (str)</dt> +<dd> +name of the sources directory name +</dd> +</dl> <a NAME="PropertiesDialog.on_transPropertiesButton_clicked" ID="PropertiesDialog.on_transPropertiesButton_clicked"></a> <h4>PropertiesDialog.on_transPropertiesButton_clicked</h4> <b>on_transPropertiesButton_clicked</b>(<i></i>)