42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="SqlConnectionWidget" ID="SqlConnectionWidget"></a> |
43 <a NAME="SqlConnectionWidget" ID="SqlConnectionWidget"></a> |
44 <h2>SqlConnectionWidget</h2> |
44 <h2>SqlConnectionWidget</h2> |
45 <p> |
45 <p> |
46 Class implementing a widget showing the SQL connections. |
46 Class implementing a widget showing the SQL connections. |
47 </p><h4>Signals</h4> |
47 </p><h3>Signals</h3> |
48 <dl> |
48 <dl> |
49 <dt>cleared()</dt> |
49 <dt>cleared()</dt> |
50 <dd> |
50 <dd> |
51 emitted after the connection tree has been cleared |
51 emitted after the connection tree has been cleared |
52 </dd><dt>schemaRequested(str)</dt> |
52 </dd><dt>schemaRequested(str)</dt> |
61 QWidget |
61 QWidget |
62 <h3>Class Attributes</h3> |
62 <h3>Class Attributes</h3> |
63 <table> |
63 <table> |
64 <tr><td>None</td></tr> |
64 <tr><td>None</td></tr> |
65 </table> |
65 </table> |
|
66 <h3>Class Methods</h3> |
|
67 <table> |
|
68 <tr><td>None</td></tr> |
|
69 </table> |
66 <h3>Methods</h3> |
70 <h3>Methods</h3> |
67 <table> |
71 <table> |
68 <tr> |
72 <tr> |
69 <td><a href="#SqlConnectionWidget.__init__">SqlConnectionWidget</a></td> |
|
70 <td>Constructor</td> |
|
71 </tr><tr> |
|
72 <td><a href="#SqlConnectionWidget.__currentItemChanged">__currentItemChanged</a></td> |
73 <td><a href="#SqlConnectionWidget.__currentItemChanged">__currentItemChanged</a></td> |
73 <td>Private slot handling a change of the current item.</td> |
74 <td>Private slot handling a change of the current item.</td> |
74 </tr><tr> |
75 </tr><tr> |
75 <td><a href="#SqlConnectionWidget.__dbCaption">__dbCaption</a></td> |
76 <td><a href="#SqlConnectionWidget.__dbCaption">__dbCaption</a></td> |
76 <td>Private method to assemble a string for the caption.</td> |
77 <td>Private method to assemble a string for the caption.</td> |
91 <td>Public slot to refresh the connection tree.</td> |
92 <td>Public slot to refresh the connection tree.</td> |
92 </tr><tr> |
93 </tr><tr> |
93 <td><a href="#SqlConnectionWidget.showSchema">showSchema</a></td> |
94 <td><a href="#SqlConnectionWidget.showSchema">showSchema</a></td> |
94 <td>Public slot to show schema data of a database.</td> |
95 <td>Public slot to show schema data of a database.</td> |
95 </tr> |
96 </tr> |
|
97 </table> |
|
98 <h3>Static Methods</h3> |
|
99 <table> |
|
100 <tr><td>None</td></tr> |
96 </table> |
101 </table> |
97 <a NAME="SqlConnectionWidget.__init__" ID="SqlConnectionWidget.__init__"></a> |
102 <a NAME="SqlConnectionWidget.__init__" ID="SqlConnectionWidget.__init__"></a> |
98 <h4>SqlConnectionWidget (Constructor)</h4> |
103 <h4>SqlConnectionWidget (Constructor)</h4> |
99 <b>SqlConnectionWidget</b>(<i>parent=None</i>) |
104 <b>SqlConnectionWidget</b>(<i>parent=None</i>) |
100 <p> |
105 <p> |