eric6/Documentation/Source/eric6.Snapshot.SnapshotPreview.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
--- a/eric6/Documentation/Source/eric6.Snapshot.SnapshotPreview.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Snapshot.SnapshotPreview.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,33 +18,43 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Snapshot.SnapshotPreview</h1>
+
 <p>
 Module implementing the snapshot preview label.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#SnapshotPreview">SnapshotPreview</a></td>
 <td>Class implementing the snapshot preview label.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="SnapshotPreview" ID="SnapshotPreview"></a>
 <h2>SnapshotPreview</h2>
+
 <p>
     Class implementing the snapshot preview label.
-</p><h3>Signals</h3>
+</p>
+<h3>Signals</h3>
 <dl>
+
 <dt>startDrag()</dt>
 <dd>
 emitted to indicate the start of a drag operation
@@ -53,82 +63,111 @@
 <h3>Derived from</h3>
 QLabel
 <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="#SnapshotPreview.__init__">SnapshotPreview</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SnapshotPreview.mouseMoveEvent">mouseMoveEvent</a></td>
 <td>Protected method to handle mouse moves.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SnapshotPreview.mousePressEvent">mousePressEvent</a></td>
 <td>Protected method to handle mouse button presses.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SnapshotPreview.mouseReleaseEvent">mouseReleaseEvent</a></td>
 <td>Protected method to handle mouse button releases.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SnapshotPreview.setPreview">setPreview</a></td>
 <td>Public slot to set the preview picture.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="SnapshotPreview.__init__" ID="SnapshotPreview.__init__"></a>
 <h4>SnapshotPreview (Constructor)</h4>
 <b>SnapshotPreview</b>(<i>parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>parent</i></dt>
 <dd>
 reference to the parent widget (QWidget)
 </dd>
-</dl><a NAME="SnapshotPreview.mouseMoveEvent" ID="SnapshotPreview.mouseMoveEvent"></a>
+</dl>
+<a NAME="SnapshotPreview.mouseMoveEvent" ID="SnapshotPreview.mouseMoveEvent"></a>
 <h4>SnapshotPreview.mouseMoveEvent</h4>
 <b>mouseMoveEvent</b>(<i>evt</i>)
+
 <p>
         Protected method to handle mouse moves.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>evt</i></dt>
 <dd>
 mouse move event (QMouseEvent)
 </dd>
-</dl><a NAME="SnapshotPreview.mousePressEvent" ID="SnapshotPreview.mousePressEvent"></a>
+</dl>
+<a NAME="SnapshotPreview.mousePressEvent" ID="SnapshotPreview.mousePressEvent"></a>
 <h4>SnapshotPreview.mousePressEvent</h4>
 <b>mousePressEvent</b>(<i>evt</i>)
+
 <p>
         Protected method to handle mouse button presses.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>evt</i></dt>
 <dd>
 mouse button press event (QMouseEvent)
 </dd>
-</dl><a NAME="SnapshotPreview.mouseReleaseEvent" ID="SnapshotPreview.mouseReleaseEvent"></a>
+</dl>
+<a NAME="SnapshotPreview.mouseReleaseEvent" ID="SnapshotPreview.mouseReleaseEvent"></a>
 <h4>SnapshotPreview.mouseReleaseEvent</h4>
 <b>mouseReleaseEvent</b>(<i>evt</i>)
+
 <p>
         Protected method to handle mouse button releases.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>evt</i></dt>
 <dd>
 mouse button release event (QMouseEvent)
 </dd>
-</dl><a NAME="SnapshotPreview.setPreview" ID="SnapshotPreview.setPreview"></a>
+</dl>
+<a NAME="SnapshotPreview.setPreview" ID="SnapshotPreview.setPreview"></a>
 <h4>SnapshotPreview.setPreview</h4>
 <b>setPreview</b>(<i>preview</i>)
+
 <p>
         Public slot to set the preview picture.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>preview</i></dt>
 <dd>
 preview picture to be shown (QPixmap)

eric ide

mercurial