src/eric7/Documentation/Source/eric7.CodeFormatting.FormattingDiffWidget.html

branch
eric7
changeset 10479
856476537696
parent 10259
b51dfacef37f
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.CodeFormatting.FormattingDiffWidget.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.CodeFormatting.FormattingDiffWidget.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.CodeFormatting.FormattingDiffWidget</h1>
-
 <p>
 Module implementing a window to show a unified diff..
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#FormattingDiffWidget">FormattingDiffWidget</a></td>
 <td>Class implementing a window to show a unified diff..</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="FormattingDiffWidget" ID="FormattingDiffWidget"></a>
 <h2>FormattingDiffWidget</h2>
-
 <p>
     Class implementing a window to show a unified diff..
 </p>
+
 <h3>Derived from</h3>
 QWidget, Ui_FormattingDiffWidget
 <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="#FormattingDiffWidget.__init__">FormattingDiffWidget</a></td>
 <td>Constructor</td>
@@ -67,19 +64,20 @@
 <td>Public method to show the given diff.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="FormattingDiffWidget.__init__" ID="FormattingDiffWidget.__init__"></a>
 <h4>FormattingDiffWidget (Constructor)</h4>
 <b>FormattingDiffWidget</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget (optional))</dt>
@@ -90,10 +88,10 @@
 <a NAME="FormattingDiffWidget.closeEvent" ID="FormattingDiffWidget.closeEvent"></a>
 <h4>FormattingDiffWidget.closeEvent</h4>
 <b>closeEvent</b>(<i>evt</i>)
-
 <p>
         Protected slot implementing a close event handler.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QCloseEvent)</dt>
@@ -104,10 +102,10 @@
 <a NAME="FormattingDiffWidget.showDiff" ID="FormattingDiffWidget.showDiff"></a>
 <h4>FormattingDiffWidget.showDiff</h4>
 <b>showDiff</b>(<i>diff</i>)
-
 <p>
         Public method to show the given diff.
 </p>
+
 <dl>
 
 <dt><i>diff</i> (str)</dt>
@@ -117,4 +115,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial