Documentation/Source/eric5.eric5-sqlbrowser.html

changeset 896
f855351d5e98
parent 894
eab7b8d39807
child 897
3dcaa3195a64
equal deleted inserted replaced
894:eab7b8d39807 896:f855351d5e98
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
4 <html><head>
5 <title>eric5.eric5-sqlbrowser</title>
6 <style>
7 body {
8 background: #EDECE6;
9 margin: 0em 1em 10em 1em;
10 color: black;
11 }
12
13 h1 { color: white; background: #85774A; }
14 h2 { color: white; background: #85774A; }
15 h3 { color: white; background: #9D936E; }
16 h4 { color: white; background: #9D936E; }
17
18 a { color: #BA6D36; }
19
20 </style>
21 </head>
22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.eric5-sqlbrowser</h1>
24 <p>
25 Eric5 SQL Browser
26 </p><p>
27 This is the main Python script that performs the necessary initialization
28 of the SQL browser and starts the Qt event loop.
29 </p>
30 <h3>Global Attributes</h3>
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <h3>Classes</h3>
35 <table>
36 <tr><td>None</td></tr>
37 </table>
38 <h3>Functions</h3>
39 <table>
40 <tr>
41 <td><a href="#createMainWidget">createMainWidget</a></td>
42 <td>Function to create the main widget.</td>
43 </tr><tr>
44 <td><a href="#main">main</a></td>
45 <td>Main entry point into the application.</td>
46 </tr>
47 </table>
48 <hr /><hr />
49 <a NAME="createMainWidget" ID="createMainWidget"></a>
50 <h2>createMainWidget</h2>
51 <b>createMainWidget</b>(<i>argv</i>)
52 <p>
53 Function to create the main widget.
54 </p><dl>
55 <dt><i>argv</i></dt>
56 <dd>
57 list of commandline parameters (list of strings)
58 </dd>
59 </dl><dl>
60 <dt>Returns:</dt>
61 <dd>
62 reference to the main widget (QWidget)
63 </dd>
64 </dl>
65 <div align="right"><a href="#top">Up</a></div>
66 <hr /><hr />
67 <a NAME="main" ID="main"></a>
68 <h2>main</h2>
69 <b>main</b>(<i></i>)
70 <p>
71 Main entry point into the application.
72 </p>
73 <div align="right"><a href="#top">Up</a></div>
74 <hr />
75 </body></html>

eric ide

mercurial