eric7/Documentation/Source/eric7.eric7_sqlbrowser.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.eric7_sqlbrowser</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.eric7_sqlbrowser</h1>
24
25 <p>
26 eric SQL Browser.
27 </p>
28 <p>
29 This is the main Python script that performs the necessary initialization
30 of the SQL browser and starts the Qt event loop.
31 </p>
32 <h3>Global Attributes</h3>
33
34 <table>
35 <tr><td>None</td></tr>
36 </table>
37 <h3>Classes</h3>
38
39 <table>
40 <tr><td>None</td></tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45
46 <tr>
47 <td><a href="#createMainWidget">createMainWidget</a></td>
48 <td>Function to create the main widget.</td>
49 </tr>
50 <tr>
51 <td><a href="#main">main</a></td>
52 <td>Main entry point into the application.</td>
53 </tr>
54 </table>
55 <hr />
56 <hr />
57 <a NAME="createMainWidget" ID="createMainWidget"></a>
58 <h2>createMainWidget</h2>
59 <b>createMainWidget</b>(<i>argv</i>)
60
61 <p>
62 Function to create the main widget.
63 </p>
64 <dl>
65
66 <dt><i>argv</i></dt>
67 <dd>
68 list of commandline parameters (list of strings)
69 </dd>
70 </dl>
71 <dl>
72 <dt>Return:</dt>
73 <dd>
74 reference to the main widget (QWidget)
75 </dd>
76 </dl>
77 <div align="right"><a href="#top">Up</a></div>
78 <hr />
79 <hr />
80 <a NAME="main" ID="main"></a>
81 <h2>main</h2>
82 <b>main</b>(<i></i>)
83
84 <p>
85 Main entry point into the application.
86 </p>
87 <div align="right"><a href="#top">Up</a></div>
88 <hr />
89 </body></html>

eric ide

mercurial