Documentation/Source/eric5.SqlBrowser.SqlBrowserWidget.html

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="SqlBrowserWidget" ID="SqlBrowserWidget"></a> 43 <a NAME="SqlBrowserWidget" ID="SqlBrowserWidget"></a>
44 <h2>SqlBrowserWidget</h2> 44 <h2>SqlBrowserWidget</h2>
45 <p> 45 <p>
46 Class implementing the SQL Browser widget. 46 Class implementing the SQL Browser widget.
47 </p><h4>Signals</h4> 47 </p><h3>Signals</h3>
48 <dl> 48 <dl>
49 <dt>statusMessage(str)</dt> 49 <dt>statusMessage(str)</dt>
50 <dd> 50 <dd>
51 emitted to show a status message 51 emitted to show a status message
52 </dd> 52 </dd>
55 QWidget, Ui_SqlBrowserWidget 55 QWidget, Ui_SqlBrowserWidget
56 <h3>Class Attributes</h3> 56 <h3>Class Attributes</h3>
57 <table> 57 <table>
58 <tr><td>cCount</td></tr> 58 <tr><td>cCount</td></tr>
59 </table> 59 </table>
60 <h3>Class Methods</h3>
61 <table>
62 <tr><td>None</td></tr>
63 </table>
60 <h3>Methods</h3> 64 <h3>Methods</h3>
61 <table> 65 <table>
62 <tr> 66 <tr>
63 <td><a href="#SqlBrowserWidget.__init__">SqlBrowserWidget</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#SqlBrowserWidget.__deleteRow">__deleteRow</a></td> 67 <td><a href="#SqlBrowserWidget.__deleteRow">__deleteRow</a></td>
67 <td>Privat slot to delete a row from the database table.</td> 68 <td>Privat slot to delete a row from the database table.</td>
68 </tr><tr> 69 </tr><tr>
69 <td><a href="#SqlBrowserWidget.__insertRow">__insertRow</a></td> 70 <td><a href="#SqlBrowserWidget.__insertRow">__insertRow</a></td>
70 <td>Privat slot to insert a row into the database table.</td> 71 <td>Privat slot to insert a row into the database table.</td>
106 <td>Public slot to show the contents of a table.</td> 107 <td>Public slot to show the contents of a table.</td>
107 </tr><tr> 108 </tr><tr>
108 <td><a href="#SqlBrowserWidget.updateActions">updateActions</a></td> 109 <td><a href="#SqlBrowserWidget.updateActions">updateActions</a></td>
109 <td>Public slot to update the actions.</td> 110 <td>Public slot to update the actions.</td>
110 </tr> 111 </tr>
112 </table>
113 <h3>Static Methods</h3>
114 <table>
115 <tr><td>None</td></tr>
111 </table> 116 </table>
112 <a NAME="SqlBrowserWidget.__init__" ID="SqlBrowserWidget.__init__"></a> 117 <a NAME="SqlBrowserWidget.__init__" ID="SqlBrowserWidget.__init__"></a>
113 <h4>SqlBrowserWidget (Constructor)</h4> 118 <h4>SqlBrowserWidget (Constructor)</h4>
114 <b>SqlBrowserWidget</b>(<i>parent=None</i>) 119 <b>SqlBrowserWidget</b>(<i>parent=None</i>)
115 <p> 120 <p>

eric ide

mercurial