diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.eric5-qregexp.html --- a/Documentation/Source/eric5.eric5-qregexp.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.eric5-qregexp.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,11 +22,11 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.eric5-qregexp</h1> <p> -Eric5 QRegExp +Eric5 QRegExp </p><p> -This is the main Python script that performs the necessary initialization -of the QRegExp wizard module and starts the Qt event loop. This is a standalone -version of the integrated QRegExp wizard. +This is the main Python script that performs the necessary initialization +of the QRegExp wizard module and starts the Qt event loop. This is a standalone +version of the integrated QRegExp wizard. </p> <h3>Global Attributes</h3> <table> @@ -40,10 +40,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 /> @@ -51,16 +51,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> @@ -69,7 +69,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 />