eric6/Documentation/Source/eric6.eric6_sqlbrowser.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7960
e8fc383322f7
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.eric6_sqlbrowser</h1> 23 <h1>eric6.eric6_sqlbrowser</h1>
24
23 <p> 25 <p>
24 Eric6 SQL Browser. 26 Eric6 SQL Browser.
25 </p><p> 27 </p>
28 <p>
26 This is the main Python script that performs the necessary initialization 29 This is the main Python script that performs the necessary initialization
27 of the SQL browser and starts the Qt event loop. 30 of the SQL browser and starts the Qt event loop.
28 </p> 31 </p>
29 <h3>Global Attributes</h3> 32 <h3>Global Attributes</h3>
33
30 <table> 34 <table>
31 <tr><td>None</td></tr> 35 <tr><td>None</td></tr>
32 </table> 36 </table>
33 <h3>Classes</h3> 37 <h3>Classes</h3>
38
34 <table> 39 <table>
35 <tr><td>None</td></tr> 40 <tr><td>None</td></tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
45
39 <tr> 46 <tr>
40 <td><a href="#createMainWidget">createMainWidget</a></td> 47 <td><a href="#createMainWidget">createMainWidget</a></td>
41 <td>Function to create the main widget.</td> 48 <td>Function to create the main widget.</td>
42 </tr><tr> 49 </tr>
50 <tr>
43 <td><a href="#main">main</a></td> 51 <td><a href="#main">main</a></td>
44 <td>Main entry point into the application.</td> 52 <td>Main entry point into the application.</td>
45 </tr> 53 </tr>
46 </table> 54 </table>
47 <hr /><hr /> 55 <hr />
56 <hr />
48 <a NAME="createMainWidget" ID="createMainWidget"></a> 57 <a NAME="createMainWidget" ID="createMainWidget"></a>
49 <h2>createMainWidget</h2> 58 <h2>createMainWidget</h2>
50 <b>createMainWidget</b>(<i>argv</i>) 59 <b>createMainWidget</b>(<i>argv</i>)
60
51 <p> 61 <p>
52 Function to create the main widget. 62 Function to create the main widget.
53 </p><dl> 63 </p>
64 <dl>
65
54 <dt><i>argv</i></dt> 66 <dt><i>argv</i></dt>
55 <dd> 67 <dd>
56 list of commandline parameters (list of strings) 68 list of commandline parameters (list of strings)
57 </dd> 69 </dd>
58 </dl><dl> 70 </dl>
71 <dl>
59 <dt>Returns:</dt> 72 <dt>Returns:</dt>
60 <dd> 73 <dd>
61 reference to the main widget (QWidget) 74 reference to the main widget (QWidget)
62 </dd> 75 </dd>
63 </dl> 76 </dl>
64 <div align="right"><a href="#top">Up</a></div> 77 <div align="right"><a href="#top">Up</a></div>
65 <hr /><hr /> 78 <hr />
79 <hr />
66 <a NAME="main" ID="main"></a> 80 <a NAME="main" ID="main"></a>
67 <h2>main</h2> 81 <h2>main</h2>
68 <b>main</b>(<i></i>) 82 <b>main</b>(<i></i>)
83
69 <p> 84 <p>
70 Main entry point into the application. 85 Main entry point into the application.
71 </p> 86 </p>
72 <div align="right"><a href="#top">Up</a></div> 87 <div align="right"><a href="#top">Up</a></div>
73 <hr /> 88 <hr />

eric ide

mercurial