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

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.SqlBrowser.SqlBrowser.html
--- a/eric6/Documentation/Source/eric6.SqlBrowser.SqlBrowser.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.SqlBrowser.SqlBrowser.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,113 +18,149 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.SqlBrowser.SqlBrowser</h1>
+
 <p>
 Module implementing the SQL Browser main window.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#SqlBrowser">SqlBrowser</a></td>
 <td>Class implementing the SQL Browser main window.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="SqlBrowser" ID="SqlBrowser"></a>
 <h2>SqlBrowser</h2>
+
 <p>
     Class implementing the SQL Browser main window.
 </p>
 <h3>Derived from</h3>
 E5MainWindow
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#SqlBrowser.__init__">SqlBrowser</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SqlBrowser.__about">__about</a></td>
 <td>Private slot to show the about information.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SqlBrowser.__aboutQt">__aboutQt</a></td>
 <td>Private slot to show info about Qt.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SqlBrowser.__initActions">__initActions</a></td>
 <td>Private method to define the user interface actions.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SqlBrowser.__initMenus">__initMenus</a></td>
 <td>Private method to create the menus.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SqlBrowser.__initToolbars">__initToolbars</a></td>
 <td>Private method to create the toolbars.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SqlBrowser.__uiStartUp">__uiStartUp</a></td>
 <td>Private slot to do some actions after the UI has started and the main loop is up.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="SqlBrowser.__init__" ID="SqlBrowser.__init__"></a>
 <h4>SqlBrowser (Constructor)</h4>
 <b>SqlBrowser</b>(<i>connections=None, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>connections</i></dt>
 <dd>
 list of database connections to add
             (list of strings)
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 reference to the parent widget (QWidget)
 </dd>
-</dl><a NAME="SqlBrowser.__about" ID="SqlBrowser.__about"></a>
+</dl>
+<a NAME="SqlBrowser.__about" ID="SqlBrowser.__about"></a>
 <h4>SqlBrowser.__about</h4>
 <b>__about</b>(<i></i>)
+
 <p>
         Private slot to show the about information.
-</p><a NAME="SqlBrowser.__aboutQt" ID="SqlBrowser.__aboutQt"></a>
+</p>
+<a NAME="SqlBrowser.__aboutQt" ID="SqlBrowser.__aboutQt"></a>
 <h4>SqlBrowser.__aboutQt</h4>
 <b>__aboutQt</b>(<i></i>)
+
 <p>
         Private slot to show info about Qt.
-</p><a NAME="SqlBrowser.__initActions" ID="SqlBrowser.__initActions"></a>
+</p>
+<a NAME="SqlBrowser.__initActions" ID="SqlBrowser.__initActions"></a>
 <h4>SqlBrowser.__initActions</h4>
 <b>__initActions</b>(<i></i>)
+
 <p>
         Private method to define the user interface actions.
-</p><a NAME="SqlBrowser.__initMenus" ID="SqlBrowser.__initMenus"></a>
+</p>
+<a NAME="SqlBrowser.__initMenus" ID="SqlBrowser.__initMenus"></a>
 <h4>SqlBrowser.__initMenus</h4>
 <b>__initMenus</b>(<i></i>)
+
 <p>
         Private method to create the menus.
-</p><a NAME="SqlBrowser.__initToolbars" ID="SqlBrowser.__initToolbars"></a>
+</p>
+<a NAME="SqlBrowser.__initToolbars" ID="SqlBrowser.__initToolbars"></a>
 <h4>SqlBrowser.__initToolbars</h4>
 <b>__initToolbars</b>(<i></i>)
+
 <p>
         Private method to create the toolbars.
-</p><a NAME="SqlBrowser.__uiStartUp" ID="SqlBrowser.__uiStartUp"></a>
+</p>
+<a NAME="SqlBrowser.__uiStartUp" ID="SqlBrowser.__uiStartUp"></a>
 <h4>SqlBrowser.__uiStartUp</h4>
 <b>__uiStartUp</b>(<i></i>)
+
 <p>
         Private slot to do some actions after the UI has started and the main
         loop is up.

eric ide

mercurial