KPassivePopupMessageHandler Class Reference
from PyKDE4.kdeui import *
Inherits: QObject,KMessageHandler
Detailed Description
This is a convenience KMessageHandler that uses KPassivePopup.
Methods | |
__init__ (self, QWidget parent=0) | |
message (self, KMessage.MessageType messageType, QString text, QString caption) |
Method Documentation
__init__ | ( | self, | ||
QWidget | parent=0 | |||
) |
Create a new KPassivePopupMessageHandler
- Parameters:
-
parent Parent widget to use for the KPassivePopup.