--- a/eric6/Documentation/Source/eric6.eric6_trpreviewer.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.eric6_trpreviewer.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,55 +18,70 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.eric6_trpreviewer</h1> + <p> Eric6 TR Previewer. -</p><p> +</p> +<p> This is the main Python script that performs the necessary initialization of the tr previewer and starts the Qt event loop. This is a standalone version of the integrated tr previewer. </p> <h3>Global Attributes</h3> + <table> <tr><td>app</td></tr> </table> <h3>Classes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Functions</h3> + <table> + <tr> <td><a href="#createMainWidget">createMainWidget</a></td> <td>Function to create the main widget.</td> -</tr><tr> +</tr> +<tr> <td><a href="#main">main</a></td> <td>Main entry point into the application.</td> </tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> <b>createMainWidget</b>(<i>argv</i>) + <p> Function to create the main widget. -</p><dl> +</p> +<dl> + <dt><i>argv</i></dt> <dd> list of commandline parameters (list of strings) </dd> -</dl><dl> +</dl> +<dl> <dt>Returns:</dt> <dd> reference to the main widget (QWidget) </dd> </dl> <div align="right"><a href="#top">Up</a></div> -<hr /><hr /> +<hr /> +<hr /> <a NAME="main" ID="main"></a> <h2>main</h2> <b>main</b>(<i></i>) + <p> Main entry point into the application. </p>