eric6/Documentation/Source/eric6.SqlBrowser.SqlBrowser.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
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.SqlBrowser.SqlBrowser</h1> 23 <h1>eric6.SqlBrowser.SqlBrowser</h1>
24
23 <p> 25 <p>
24 Module implementing the SQL Browser main window. 26 Module implementing the SQL Browser main window.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#SqlBrowser">SqlBrowser</a></td> 38 <td><a href="#SqlBrowser">SqlBrowser</a></td>
34 <td>Class implementing the SQL Browser main window.</td> 39 <td>Class implementing the SQL Browser main window.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="SqlBrowser" ID="SqlBrowser"></a> 49 <a NAME="SqlBrowser" ID="SqlBrowser"></a>
43 <h2>SqlBrowser</h2> 50 <h2>SqlBrowser</h2>
51
44 <p> 52 <p>
45 Class implementing the SQL Browser main window. 53 Class implementing the SQL Browser main window.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 E5MainWindow 56 E5MainWindow
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
68
58 <table> 69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#SqlBrowser.__init__">SqlBrowser</a></td> 72 <td><a href="#SqlBrowser.__init__">SqlBrowser</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#SqlBrowser.__about">__about</a></td> 76 <td><a href="#SqlBrowser.__about">__about</a></td>
64 <td>Private slot to show the about information.</td> 77 <td>Private slot to show the about information.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#SqlBrowser.__aboutQt">__aboutQt</a></td> 80 <td><a href="#SqlBrowser.__aboutQt">__aboutQt</a></td>
67 <td>Private slot to show info about Qt.</td> 81 <td>Private slot to show info about Qt.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#SqlBrowser.__initActions">__initActions</a></td> 84 <td><a href="#SqlBrowser.__initActions">__initActions</a></td>
70 <td>Private method to define the user interface actions.</td> 85 <td>Private method to define the user interface actions.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#SqlBrowser.__initMenus">__initMenus</a></td> 88 <td><a href="#SqlBrowser.__initMenus">__initMenus</a></td>
73 <td>Private method to create the menus.</td> 89 <td>Private method to create the menus.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#SqlBrowser.__initToolbars">__initToolbars</a></td> 92 <td><a href="#SqlBrowser.__initToolbars">__initToolbars</a></td>
76 <td>Private method to create the toolbars.</td> 93 <td>Private method to create the toolbars.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#SqlBrowser.__uiStartUp">__uiStartUp</a></td> 96 <td><a href="#SqlBrowser.__uiStartUp">__uiStartUp</a></td>
79 <td>Private slot to do some actions after the UI has started and the main loop is up.</td> 97 <td>Private slot to do some actions after the UI has started and the main loop is up.</td>
80 </tr> 98 </tr>
81 </table> 99 </table>
82 <h3>Static Methods</h3> 100 <h3>Static Methods</h3>
101
83 <table> 102 <table>
84 <tr><td>None</td></tr> 103 <tr><td>None</td></tr>
85 </table> 104 </table>
105
86 <a NAME="SqlBrowser.__init__" ID="SqlBrowser.__init__"></a> 106 <a NAME="SqlBrowser.__init__" ID="SqlBrowser.__init__"></a>
87 <h4>SqlBrowser (Constructor)</h4> 107 <h4>SqlBrowser (Constructor)</h4>
88 <b>SqlBrowser</b>(<i>connections=None, parent=None</i>) 108 <b>SqlBrowser</b>(<i>connections=None, parent=None</i>)
109
89 <p> 110 <p>
90 Constructor 111 Constructor
91 </p><dl> 112 </p>
113 <dl>
114
92 <dt><i>connections</i></dt> 115 <dt><i>connections</i></dt>
93 <dd> 116 <dd>
94 list of database connections to add 117 list of database connections to add
95 (list of strings) 118 (list of strings)
96 </dd><dt><i>parent</i></dt> 119 </dd>
120 <dt><i>parent</i></dt>
97 <dd> 121 <dd>
98 reference to the parent widget (QWidget) 122 reference to the parent widget (QWidget)
99 </dd> 123 </dd>
100 </dl><a NAME="SqlBrowser.__about" ID="SqlBrowser.__about"></a> 124 </dl>
125 <a NAME="SqlBrowser.__about" ID="SqlBrowser.__about"></a>
101 <h4>SqlBrowser.__about</h4> 126 <h4>SqlBrowser.__about</h4>
102 <b>__about</b>(<i></i>) 127 <b>__about</b>(<i></i>)
128
103 <p> 129 <p>
104 Private slot to show the about information. 130 Private slot to show the about information.
105 </p><a NAME="SqlBrowser.__aboutQt" ID="SqlBrowser.__aboutQt"></a> 131 </p>
132 <a NAME="SqlBrowser.__aboutQt" ID="SqlBrowser.__aboutQt"></a>
106 <h4>SqlBrowser.__aboutQt</h4> 133 <h4>SqlBrowser.__aboutQt</h4>
107 <b>__aboutQt</b>(<i></i>) 134 <b>__aboutQt</b>(<i></i>)
135
108 <p> 136 <p>
109 Private slot to show info about Qt. 137 Private slot to show info about Qt.
110 </p><a NAME="SqlBrowser.__initActions" ID="SqlBrowser.__initActions"></a> 138 </p>
139 <a NAME="SqlBrowser.__initActions" ID="SqlBrowser.__initActions"></a>
111 <h4>SqlBrowser.__initActions</h4> 140 <h4>SqlBrowser.__initActions</h4>
112 <b>__initActions</b>(<i></i>) 141 <b>__initActions</b>(<i></i>)
142
113 <p> 143 <p>
114 Private method to define the user interface actions. 144 Private method to define the user interface actions.
115 </p><a NAME="SqlBrowser.__initMenus" ID="SqlBrowser.__initMenus"></a> 145 </p>
146 <a NAME="SqlBrowser.__initMenus" ID="SqlBrowser.__initMenus"></a>
116 <h4>SqlBrowser.__initMenus</h4> 147 <h4>SqlBrowser.__initMenus</h4>
117 <b>__initMenus</b>(<i></i>) 148 <b>__initMenus</b>(<i></i>)
149
118 <p> 150 <p>
119 Private method to create the menus. 151 Private method to create the menus.
120 </p><a NAME="SqlBrowser.__initToolbars" ID="SqlBrowser.__initToolbars"></a> 152 </p>
153 <a NAME="SqlBrowser.__initToolbars" ID="SqlBrowser.__initToolbars"></a>
121 <h4>SqlBrowser.__initToolbars</h4> 154 <h4>SqlBrowser.__initToolbars</h4>
122 <b>__initToolbars</b>(<i></i>) 155 <b>__initToolbars</b>(<i></i>)
156
123 <p> 157 <p>
124 Private method to create the toolbars. 158 Private method to create the toolbars.
125 </p><a NAME="SqlBrowser.__uiStartUp" ID="SqlBrowser.__uiStartUp"></a> 159 </p>
160 <a NAME="SqlBrowser.__uiStartUp" ID="SqlBrowser.__uiStartUp"></a>
126 <h4>SqlBrowser.__uiStartUp</h4> 161 <h4>SqlBrowser.__uiStartUp</h4>
127 <b>__uiStartUp</b>(<i></i>) 162 <b>__uiStartUp</b>(<i></i>)
163
128 <p> 164 <p>
129 Private slot to do some actions after the UI has started and the main 165 Private slot to do some actions after the UI has started and the main
130 loop is up. 166 loop is up.
131 </p> 167 </p>
132 <div align="right"><a href="#top">Up</a></div> 168 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial