diff -r c3abc7895a01 -r 5c615a85241a Documentation/Source/eric5.UI.UserInterface.html --- a/Documentation/Source/eric5.UI.UserInterface.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.UI.UserInterface.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,10 +49,10 @@ Helper class used to redirect stdout and stderr to the log window </p><h4>Signals</h4> <dl> -<dt>appendStderr(string)</dt> +<dt>appendStderr(str)</dt> <dd> emitted to write data to stderr logger -</dd><dt>appendStdout(string)</dt> +</dd><dt>appendStdout(str)</dt> <dd> emitted to write data to stdout logger </dd> @@ -61,7 +61,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>appendStderr</td></tr><tr><td>appendStdout</td></tr> </table> <h3>Methods</h3> <table> @@ -136,10 +136,10 @@ Class implementing the main user interface. </p><h4>Signals</h4> <dl> -<dt>appendStderr(QString)</dt> +<dt>appendStderr(str)</dt> <dd> emitted to write data to stderr logger -</dd><dt>appendStdout(QString)</dt> +</dd><dt>appendStdout(str)</dt> <dd> emitted to write data to stdout logger </dd><dt>preferencesChanged()</dt> @@ -148,7 +148,7 @@ </dd><dt>reloadAPIs()</dt> <dd> emitted to reload the api information -</dd><dt>showMenu(string, QMenu)</dt> +</dd><dt>showMenu(str, QMenu)</dt> <dd> emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. @@ -158,7 +158,7 @@ QMainWindow <h3>Class Attributes</h3> <table> -<tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>maxSbFilePathLen</td></tr> +<tr><td>appendStderr</td></tr><tr><td>appendStdout</td></tr><tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>maxSbFilePathLen</td></tr><tr><td>preferencesChanged</td></tr><tr><td>reloadAPIs</td></tr><tr><td>showMenu</td></tr> </table> <h3>Methods</h3> <table>