eric6/Documentation/Source/eric6.eric6_tray.html

changeset 7273
391d6b7b1eff
parent 7204
cbf6d88004ce
child 7960
e8fc383322f7
--- a/eric6/Documentation/Source/eric6.eric6_tray.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.eric6_tray.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_tray</h1>
+
 <p>
 Eric6 Tray.
-</p><p>
+</p>
+<p>
 This is the main Python script that performs the necessary initialization
 of the system-tray application. This acts as a quickstarter by providing a
 context menu to start the eric6 IDE and the eric6 tools.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>SettingsDir</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>

eric ide

mercurial