diff -r 0017e7cb67ae -r 48cc4820e2c2 Documentation/Source/eric6.Project.TranslationPropertiesDialog.html --- a/Documentation/Source/eric6.Project.TranslationPropertiesDialog.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.Project.TranslationPropertiesDialog.html Sat Dec 05 13:03:19 2015 +0100 @@ -84,13 +84,13 @@ <td><a href="#TranslationPropertiesDialog.on_exceptionsList_currentRowChanged">on_exceptionsList_currentRowChanged</a></td> <td>Private slot to handle the currentRowChanged signal of the exceptions list.</td> </tr><tr> -<td><a href="#TranslationPropertiesDialog.on_transBinPathButton_clicked">on_transBinPathButton_clicked</a></td> -<td>Private slot to display a directory selection dialog.</td> +<td><a href="#TranslationPropertiesDialog.on_transBinPathPicker_pathSelected">on_transBinPathPicker_pathSelected</a></td> +<td>Private slot handling the selection of a binary translations path.</td> </tr><tr> -<td><a href="#TranslationPropertiesDialog.on_transPatternButton_clicked">on_transPatternButton_clicked</a></td> -<td>Private slot to display a file selection dialog.</td> +<td><a href="#TranslationPropertiesDialog.on_transPatternPicker_pathSelected">on_transPatternPicker_pathSelected</a></td> +<td>Private slot handling the selection of a translation path.</td> </tr><tr> -<td><a href="#TranslationPropertiesDialog.on_transPatternEdit_textChanged">on_transPatternEdit_textChanged</a></td> +<td><a href="#TranslationPropertiesDialog.on_transPatternPicker_textChanged">on_transPatternPicker_textChanged</a></td> <td>Private slot to check the translation pattern for correctness.</td> </tr><tr> <td><a href="#TranslationPropertiesDialog.storeData">storeData</a></td> @@ -168,25 +168,35 @@ <dd> the current row (integer) </dd> -</dl><a NAME="TranslationPropertiesDialog.on_transBinPathButton_clicked" ID="TranslationPropertiesDialog.on_transBinPathButton_clicked"></a> -<h4>TranslationPropertiesDialog.on_transBinPathButton_clicked</h4> -<b>on_transBinPathButton_clicked</b>(<i></i>) +</dl><a NAME="TranslationPropertiesDialog.on_transBinPathPicker_pathSelected" ID="TranslationPropertiesDialog.on_transBinPathPicker_pathSelected"></a> +<h4>TranslationPropertiesDialog.on_transBinPathPicker_pathSelected</h4> +<b>on_transBinPathPicker_pathSelected</b>(<i>path</i>) <p> - Private slot to display a directory selection dialog. -</p><a NAME="TranslationPropertiesDialog.on_transPatternButton_clicked" ID="TranslationPropertiesDialog.on_transPatternButton_clicked"></a> -<h4>TranslationPropertiesDialog.on_transPatternButton_clicked</h4> -<b>on_transPatternButton_clicked</b>(<i></i>) + Private slot handling the selection of a binary translations path. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +selected path +</dd> +</dl><a NAME="TranslationPropertiesDialog.on_transPatternPicker_pathSelected" ID="TranslationPropertiesDialog.on_transPatternPicker_pathSelected"></a> +<h4>TranslationPropertiesDialog.on_transPatternPicker_pathSelected</h4> +<b>on_transPatternPicker_pathSelected</b>(<i>path</i>) <p> - Private slot to display a file selection dialog. -</p><a NAME="TranslationPropertiesDialog.on_transPatternEdit_textChanged" ID="TranslationPropertiesDialog.on_transPatternEdit_textChanged"></a> -<h4>TranslationPropertiesDialog.on_transPatternEdit_textChanged</h4> -<b>on_transPatternEdit_textChanged</b>(<i>txt</i>) + Private slot handling the selection of a translation path. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +selected path +</dd> +</dl><a NAME="TranslationPropertiesDialog.on_transPatternPicker_textChanged" ID="TranslationPropertiesDialog.on_transPatternPicker_textChanged"></a> +<h4>TranslationPropertiesDialog.on_transPatternPicker_textChanged</h4> +<b>on_transPatternPicker_textChanged</b>(<i>txt</i>) <p> Private slot to check the translation pattern for correctness. </p><dl> <dt><i>txt</i></dt> <dd> -text of the transPatternEdit lineedit (string) +text of the transPatternPicker line edit (string) </dd> </dl><a NAME="TranslationPropertiesDialog.storeData" ID="TranslationPropertiesDialog.storeData"></a> <h4>TranslationPropertiesDialog.storeData</h4>