|
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.SqlBrowser.SqlBrowser</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.SqlBrowser.SqlBrowser</h1> |
|
12 <p> |
|
13 Module implementing the SQL Browser main window. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#SqlBrowser">SqlBrowser</a></td> |
|
23 <td>Class implementing the SQL Browser main window.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="SqlBrowser" ID="SqlBrowser"></a> |
|
32 <h2>SqlBrowser</h2> |
|
33 <p> |
|
34 Class implementing the SQL Browser main window. |
|
35 </p> |
|
36 <h3>Derived from</h3> |
|
37 QMainWindow |
|
38 <h3>Class Attributes</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <h3>Methods</h3> |
|
43 <table> |
|
44 <tr> |
|
45 <td><a href="#SqlBrowser.__init__">SqlBrowser</a></td> |
|
46 <td>Constructor</td> |
|
47 </tr><tr> |
|
48 <td><a href="#SqlBrowser.__about">__about</a></td> |
|
49 <td>Private slot to show the about information.</td> |
|
50 </tr><tr> |
|
51 <td><a href="#SqlBrowser.__aboutQt">__aboutQt</a></td> |
|
52 <td>Private slot to show info about Qt.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#SqlBrowser.__initActions">__initActions</a></td> |
|
55 <td>Private method to define the user interface actions.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#SqlBrowser.__initMenus">__initMenus</a></td> |
|
58 <td>Private method to create the menus.</td> |
|
59 </tr><tr> |
|
60 <td><a href="#SqlBrowser.__initToolbars">__initToolbars</a></td> |
|
61 <td>Private method to create the toolbars.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#SqlBrowser.__uiStartUp">__uiStartUp</a></td> |
|
64 <td>Private slot to do some actions after the UI has started and the main loop is up.</td> |
|
65 </tr> |
|
66 </table> |
|
67 <a NAME="SqlBrowser.__init__" ID="SqlBrowser.__init__"></a> |
|
68 <h4>SqlBrowser (Constructor)</h4> |
|
69 <b>SqlBrowser</b>(<i>connections = [], parent = None</i>) |
|
70 <p> |
|
71 Constructor |
|
72 </p><dl> |
|
73 <dt><i>connections</i></dt> |
|
74 <dd> |
|
75 list of database connections to add (list of strings) |
|
76 </dd><dt><i>reference</i></dt> |
|
77 <dd> |
|
78 to the parent widget (QWidget) |
|
79 </dd> |
|
80 </dl><a NAME="SqlBrowser.__about" ID="SqlBrowser.__about"></a> |
|
81 <h4>SqlBrowser.__about</h4> |
|
82 <b>__about</b>(<i></i>) |
|
83 <p> |
|
84 Private slot to show the about information. |
|
85 </p><a NAME="SqlBrowser.__aboutQt" ID="SqlBrowser.__aboutQt"></a> |
|
86 <h4>SqlBrowser.__aboutQt</h4> |
|
87 <b>__aboutQt</b>(<i></i>) |
|
88 <p> |
|
89 Private slot to show info about Qt. |
|
90 </p><a NAME="SqlBrowser.__initActions" ID="SqlBrowser.__initActions"></a> |
|
91 <h4>SqlBrowser.__initActions</h4> |
|
92 <b>__initActions</b>(<i></i>) |
|
93 <p> |
|
94 Private method to define the user interface actions. |
|
95 </p><a NAME="SqlBrowser.__initMenus" ID="SqlBrowser.__initMenus"></a> |
|
96 <h4>SqlBrowser.__initMenus</h4> |
|
97 <b>__initMenus</b>(<i></i>) |
|
98 <p> |
|
99 Private method to create the menus. |
|
100 </p><a NAME="SqlBrowser.__initToolbars" ID="SqlBrowser.__initToolbars"></a> |
|
101 <h4>SqlBrowser.__initToolbars</h4> |
|
102 <b>__initToolbars</b>(<i></i>) |
|
103 <p> |
|
104 Private method to create the toolbars. |
|
105 </p><a NAME="SqlBrowser.__uiStartUp" ID="SqlBrowser.__uiStartUp"></a> |
|
106 <h4>SqlBrowser.__uiStartUp</h4> |
|
107 <b>__uiStartUp</b>(<i></i>) |
|
108 <p> |
|
109 Private slot to do some actions after the UI has started and the main loop is up. |
|
110 </p> |
|
111 <div align="right"><a href="#top">Up</a></div> |
|
112 <hr /> |
|
113 </body></html> |