eric6/Documentation/Source/eric6.UI.NotificationWidget.html

changeset 8266
560547c2b6ec
parent 7989
a21d673a8f99
equal deleted inserted replaced
8265:0090cfa83159 8266:560547c2b6ec
147 str 147 str
148 </dd> 148 </dd>
149 </dl> 149 </dl>
150 <a NAME="NotificationFrame.__init__" ID="NotificationFrame.__init__"></a> 150 <a NAME="NotificationFrame.__init__" ID="NotificationFrame.__init__"></a>
151 <h4>NotificationFrame (Constructor)</h4> 151 <h4>NotificationFrame (Constructor)</h4>
152 <b>NotificationFrame</b>(<i>icon, heading, text, kind=NotificationTypes.Information, parent=None</i>) 152 <b>NotificationFrame</b>(<i>icon, heading, text, kind=NotificationTypes.INFORMATION, parent=None</i>)
153 153
154 <p> 154 <p>
155 Constructor 155 Constructor
156 </p> 156 </p>
157 <dl> 157 <dl>
185 185
186 <p> 186 <p>
187 Class implementing the notification types. 187 Class implementing the notification types.
188 </p> 188 </p>
189 <h3>Derived from</h3> 189 <h3>Derived from</h3>
190 Enum 190 enum.Enum
191 <h3>Class Attributes</h3> 191 <h3>Class Attributes</h3>
192 192
193 <table> 193 <table>
194 <tr><td>Critical</td></tr><tr><td>Information</td></tr><tr><td>Other</td></tr><tr><td>Warning</td></tr> 194 <tr><td>CRITICAL</td></tr><tr><td>INFORMATION</td></tr><tr><td>OTHER</td></tr><tr><td>WARNING</td></tr>
195 </table> 195 </table>
196 <h3>Class Methods</h3> 196 <h3>Class Methods</h3>
197 197
198 <table> 198 <table>
199 <tr><td>None</td></tr> 199 <tr><td>None</td></tr>
351 reference to the mouse event (QMouseEvent) 351 reference to the mouse event (QMouseEvent)
352 </dd> 352 </dd>
353 </dl> 353 </dl>
354 <a NAME="NotificationWidget.showNotification" ID="NotificationWidget.showNotification"></a> 354 <a NAME="NotificationWidget.showNotification" ID="NotificationWidget.showNotification"></a>
355 <h4>NotificationWidget.showNotification</h4> 355 <h4>NotificationWidget.showNotification</h4>
356 <b>showNotification</b>(<i>icon, heading, text, kind=NotificationTypes.Information, timeout=0</i>) 356 <b>showNotification</b>(<i>icon, heading, text, kind=NotificationTypes.INFORMATION, timeout=0</i>)
357 357
358 <p> 358 <p>
359 Public method to show a notification. 359 Public method to show a notification.
360 </p> 360 </p>
361 <dl> 361 <dl>

eric ide

mercurial