KColorPatch Class Reference
from PyKDE4.kdeui import *
Inherits: QFrame → QWidget → QObject
Detailed Description
Signals | |
colorChanged (QColor a0) | |
Methods | |
__init__ (self, QWidget parent) | |
__init__ (self, KColorPatch a0) | |
colorChanged (self, QColor a0) | |
dragEnterEvent (self, QDragEnterEvent a0) | |
dropEvent (self, QDropEvent a0) | |
mouseMoveEvent (self, QMouseEvent a0) | |
paintEvent (self, QPaintEvent pe) | |
setColor (self, QColor col) |
Method Documentation
__init__ | ( | self, | ||
QWidget | parent | |||
) |
__init__ | ( | self, | ||
KColorPatch | a0 | |||
) |
colorChanged | ( | self, | ||
QColor | a0 | |||
) |
- Signal syntax:
QObject.connect(source, SIGNAL("colorChanged(const QColor&)"), target_slot)
dragEnterEvent | ( | self, | ||
QDragEnterEvent | a0 | |||
) |
dropEvent | ( | self, | ||
QDropEvent | a0 | |||
) |
mouseMoveEvent | ( | self, | ||
QMouseEvent | a0 | |||
) |
paintEvent | ( | self, | ||
QPaintEvent | pe | |||
) |
setColor | ( | self, | ||
QColor | col | |||
) |