--- a/eric6/Documentation/Source/eric6.E5Gui.E5PassivePopup.html Thu Apr 29 17:39:17 2021 +0200 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5PassivePopup.html Fri Apr 30 19:54:20 2021 +0200 @@ -29,7 +29,7 @@ <h3>Global Attributes</h3> <table> -<tr><td>DEFAULT_POPUP_TIME</td></tr><tr><td>DEFAULT_POPUP_TYPE</td></tr><tr><td>POPUP_FLAGS</td></tr> +<tr><td>None</td></tr> </table> <h3>Classes</h3> @@ -39,6 +39,10 @@ <td><a href="#E5PassivePopup">E5PassivePopup</a></td> <td>Class implementing dialog-like popup that displays messages without interrupting the user.</td> </tr> +<tr> +<td><a href="#E5PassivePopupStyle">E5PassivePopupStyle</a></td> +<td>Class defining the popup styles.</td> +</tr> </table> <h3>Functions</h3> @@ -67,7 +71,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>Boxed</td></tr><tr><td>Custom</td></tr> +<tr><td>DefaultPopupTime</td></tr> </table> <h3>Class Methods</h3> @@ -147,16 +151,20 @@ <a NAME="E5PassivePopup.__init__" ID="E5PassivePopup.__init__"></a> <h4>E5PassivePopup (Constructor)</h4> -<b>E5PassivePopup</b>(<i>parent=None</i>) +<b>E5PassivePopup</b>(<i>style=E5PassivePopupStyle.BOXED, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>parent</i></dt> +<dt><i>style</i> (E5PassivePopupStyle)</dt> <dd> -reference to the parent widget (QWidget) +style of the popup +</dd> +<dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget </dd> </dl> <a NAME="E5PassivePopup.__calculateNearbyPoint" ID="E5PassivePopup.__calculateNearbyPoint"></a> @@ -379,4 +387,36 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="E5PassivePopupStyle" ID="E5PassivePopupStyle"></a> +<h2>E5PassivePopupStyle</h2> + +<p> + Class defining the popup styles. +</p> +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> + +<table> +<tr><td>BOXED</td></tr><tr><td>CUSTOM</td></tr><tr><td>STYLED</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html> \ No newline at end of file