--- a/Documentation/Source/eric5.eric5-sqlbrowser.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.eric5-sqlbrowser.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,10 +22,10 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.eric5-sqlbrowser</h1> <p> -Eric5 SQL Browser +Eric5 SQL Browser </p><p> -This is the main Python script that performs the necessary initialization -of the SQL browser and starts the Qt event loop. +This is the main Python script that performs the necessary initialization +of the SQL browser and starts the Qt event loop. </p> <h3>Global Attributes</h3> <table> @@ -39,10 +39,10 @@ <table> <tr> <td><a href="#createMainWidget">createMainWidget</a></td> -<td>Function to create the main widget.</td> +<td>Function to create the main widget.</td> </tr><tr> <td><a href="#main">main</a></td> -<td>Main entry point into the application.</td> +<td>Main entry point into the application.</td> </tr> </table> <hr /><hr /> @@ -50,16 +50,16 @@ <h2>createMainWidget</h2> <b>createMainWidget</b>(<i>argv</i>) <p> - Function to create the main widget. + Function to create the main widget. </p><dl> <dt><i>argv</i></dt> <dd> -list of commandline parameters (list of strings) +list of commandline parameters (list of strings) </dd> </dl><dl> <dt>Returns:</dt> <dd> -reference to the main widget (QWidget) +reference to the main widget (QWidget) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -68,7 +68,7 @@ <h2>main</h2> <b>main</b>(<i></i>) <p> - Main entry point into the application. + Main entry point into the application. </p> <div align="right"><a href="#top">Up</a></div> <hr />