--- a/Documentation/Source/eric6.Globals.__init__.html Fri Mar 11 19:36:55 2016 +0100 +++ b/Documentation/Source/eric6.Globals.__init__.html Fri Mar 11 19:43:23 2016 +0100 @@ -78,6 +78,9 @@ </tr><tr> <td><a href="#toList">toList</a></td> <td>Module function to convert a value to a list.</td> +</tr><tr> +<td><a href="#translate">translate</a></td> +<td>Module function to handle different PyQt 4/5 QCoreApplication.translate parameter.</td> </tr> </table> <hr /><hr /> @@ -317,5 +320,24 @@ </dd> </dl> <div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="translate" ID="translate"></a> +<h2>translate</h2> +<b>translate</b>(<i>*args</i>) +<p> + Module function to handle different PyQt 4/5 QCoreApplication.translate + parameter. +</p><dl> +<dt><i>args</i></dt> +<dd> +tuple of arguments from QCoreApplication.translate (tuple) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +translated string (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file