eric6/Documentation/Source/eric6.E5Gui.E5TreeView.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.E5Gui.E5TreeView.html
--- a/eric6/Documentation/Source/eric6.E5Gui.E5TreeView.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.E5Gui.E5TreeView.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,77 +18,100 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.E5Gui.E5TreeView</h1>
+
 <p>
 Module implementing specialized tree views.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#E5TreeView">E5TreeView</a></td>
 <td>Class implementing a tree view supporting removal of entries.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="E5TreeView" ID="E5TreeView"></a>
 <h2>E5TreeView</h2>
+
 <p>
     Class implementing a tree view supporting removal of entries.
 </p>
 <h3>Derived from</h3>
 QTreeView
 <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="#E5TreeView.keyPressEvent">keyPressEvent</a></td>
 <td>Protected method implementing special key handling.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5TreeView.removeAll">removeAll</a></td>
 <td>Public method to clear the view.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5TreeView.removeSelected">removeSelected</a></td>
 <td>Public method to remove the selected entries.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="E5TreeView.keyPressEvent" ID="E5TreeView.keyPressEvent"></a>
 <h4>E5TreeView.keyPressEvent</h4>
 <b>keyPressEvent</b>(<i>evt</i>)
+
 <p>
         Protected method implementing special key handling.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>evt</i></dt>
 <dd>
 reference to the event (QKeyEvent)
 </dd>
-</dl><a NAME="E5TreeView.removeAll" ID="E5TreeView.removeAll"></a>
+</dl>
+<a NAME="E5TreeView.removeAll" ID="E5TreeView.removeAll"></a>
 <h4>E5TreeView.removeAll</h4>
 <b>removeAll</b>(<i></i>)
+
 <p>
         Public method to clear the view.
-</p><a NAME="E5TreeView.removeSelected" ID="E5TreeView.removeSelected"></a>
+</p>
+<a NAME="E5TreeView.removeSelected" ID="E5TreeView.removeSelected"></a>
 <h4>E5TreeView.removeSelected</h4>
 <b>removeSelected</b>(<i></i>)
+
 <p>
         Public method to remove the selected entries.
 </p>

eric ide

mercurial