src/eric7/Documentation/Source/eric7.SqlBrowser.SqlBrowser.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10431
64157aeb0312
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.SqlBrowser.SqlBrowser</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.SqlBrowser.SqlBrowser</h1>
10
11 <p>
12 Module implementing the SQL Browser main window.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22
23 <tr>
24 <td><a href="#SqlBrowser">SqlBrowser</a></td>
25 <td>Class implementing the SQL Browser main window.</td>
26 </tr>
27 </table>
28 <h3>Functions</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <hr />
34 <hr />
35 <a NAME="SqlBrowser" ID="SqlBrowser"></a>
36 <h2>SqlBrowser</h2>
37
38 <p>
39 Class implementing the SQL Browser main window.
40 </p>
41 <h3>Derived from</h3>
42 EricMainWindow
43 <h3>Class Attributes</h3>
44
45 <table>
46 <tr><td>None</td></tr>
47 </table>
48 <h3>Class Methods</h3>
49
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Methods</h3>
54
55 <table>
56
57 <tr>
58 <td><a href="#SqlBrowser.__init__">SqlBrowser</a></td>
59 <td>Constructor</td>
60 </tr>
61 <tr>
62 <td><a href="#SqlBrowser.__about">__about</a></td>
63 <td>Private slot to show the about information.</td>
64 </tr>
65 <tr>
66 <td><a href="#SqlBrowser.__aboutQt">__aboutQt</a></td>
67 <td>Private slot to show info about Qt.</td>
68 </tr>
69 <tr>
70 <td><a href="#SqlBrowser.__initActions">__initActions</a></td>
71 <td>Private method to define the user interface actions.</td>
72 </tr>
73 <tr>
74 <td><a href="#SqlBrowser.__initMenus">__initMenus</a></td>
75 <td>Private method to create the menus.</td>
76 </tr>
77 <tr>
78 <td><a href="#SqlBrowser.__initToolbars">__initToolbars</a></td>
79 <td>Private method to create the toolbars.</td>
80 </tr>
81 <tr>
82 <td><a href="#SqlBrowser.__uiStartUp">__uiStartUp</a></td>
83 <td>Private slot to do some actions after the UI has started and the main loop is up.</td>
84 </tr>
85 </table>
86 <h3>Static Methods</h3>
87
88 <table>
89 <tr><td>None</td></tr>
90 </table>
91
92 <a NAME="SqlBrowser.__init__" ID="SqlBrowser.__init__"></a>
93 <h4>SqlBrowser (Constructor)</h4>
94 <b>SqlBrowser</b>(<i>connections=None, parent=None</i>)
95
96 <p>
97 Constructor
98 </p>
99 <dl>
100
101 <dt><i>connections</i></dt>
102 <dd>
103 list of database connections to add
104 (list of strings)
105 </dd>
106 <dt><i>parent</i></dt>
107 <dd>
108 reference to the parent widget (QWidget)
109 </dd>
110 </dl>
111 <a NAME="SqlBrowser.__about" ID="SqlBrowser.__about"></a>
112 <h4>SqlBrowser.__about</h4>
113 <b>__about</b>(<i></i>)
114
115 <p>
116 Private slot to show the about information.
117 </p>
118 <a NAME="SqlBrowser.__aboutQt" ID="SqlBrowser.__aboutQt"></a>
119 <h4>SqlBrowser.__aboutQt</h4>
120 <b>__aboutQt</b>(<i></i>)
121
122 <p>
123 Private slot to show info about Qt.
124 </p>
125 <a NAME="SqlBrowser.__initActions" ID="SqlBrowser.__initActions"></a>
126 <h4>SqlBrowser.__initActions</h4>
127 <b>__initActions</b>(<i></i>)
128
129 <p>
130 Private method to define the user interface actions.
131 </p>
132 <a NAME="SqlBrowser.__initMenus" ID="SqlBrowser.__initMenus"></a>
133 <h4>SqlBrowser.__initMenus</h4>
134 <b>__initMenus</b>(<i></i>)
135
136 <p>
137 Private method to create the menus.
138 </p>
139 <a NAME="SqlBrowser.__initToolbars" ID="SqlBrowser.__initToolbars"></a>
140 <h4>SqlBrowser.__initToolbars</h4>
141 <b>__initToolbars</b>(<i></i>)
142
143 <p>
144 Private method to create the toolbars.
145 </p>
146 <a NAME="SqlBrowser.__uiStartUp" ID="SqlBrowser.__uiStartUp"></a>
147 <h4>SqlBrowser.__uiStartUp</h4>
148 <b>__uiStartUp</b>(<i></i>)
149
150 <p>
151 Private slot to do some actions after the UI has started and the main
152 loop is up.
153 </p>
154 <div align="right"><a href="#top">Up</a></div>
155 <hr />
156 </body></html>

eric ide

mercurial