--- a/eric6/Documentation/Source/eric6.E5Gui.E5ClickableLabel.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ClickableLabel.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,38 +18,49 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.E5Gui.E5ClickableLabel</h1> + <p> Module implementing a clickable label. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#E5ClickableLabel">E5ClickableLabel</a></td> <td>Class implementing a clickable label.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="E5ClickableLabel" ID="E5ClickableLabel"></a> <h2>E5ClickableLabel</h2> + <p> Class implementing a clickable label. -</p><h3>Signals</h3> +</p> +<h3>Signals</h3> <dl> + <dt>clicked(QPoint)</dt> <dd> emitted upon a click on the label with the left button -</dd><dt>middleClicked(QPoint)</dt> +</dd> +<dt>middleClicked(QPoint)</dt> <dd> emitted upon a click on the label with the middle button or CTRL and left button @@ -58,43 +69,57 @@ <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="#E5ClickableLabel.__init__">E5ClickableLabel</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#E5ClickableLabel.mouseReleaseEvent">mouseReleaseEvent</a></td> <td>Protected method handling mouse release events.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="E5ClickableLabel.__init__" ID="E5ClickableLabel.__init__"></a> <h4>E5ClickableLabel (Constructor)</h4> <b>E5ClickableLabel</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="E5ClickableLabel.mouseReleaseEvent" ID="E5ClickableLabel.mouseReleaseEvent"></a> +</dl> +<a NAME="E5ClickableLabel.mouseReleaseEvent" ID="E5ClickableLabel.mouseReleaseEvent"></a> <h4>E5ClickableLabel.mouseReleaseEvent</h4> <b>mouseReleaseEvent</b>(<i>evt</i>) + <p> Protected method handling mouse release events. -</p><dl> +</p> +<dl> + <dt><i>evt</i></dt> <dd> mouse event (QMouseEvent)