KMessageHandler Class Reference
from PyKDE4.kdecore import *
Detailed Description
- Abstract class:
- This class can be used as a base class for new classes, but can not be instantiated directly.
Methods | |
message (self, KMessage.MessageType type, QString text, QString caption) |
Method Documentation
- Abstract method:
- This method is abstract and can be overridden but not called directly.
Display a long message of a certain type. A long message span on multiple lines and can have a caption.
- Parameters:
-
type Currrent type of message. See MessageType enum. text Long message to be displayed. caption Caption to be used. This is optional.