LineEditUrlDropEventFilter Class Reference
from PyKDE5.kwidgetsaddons import *
Inherits: QObject
Detailed Description
This class provides an event filter that can be installed on a QLineEdit or a subclass of it (KLineEdit) to make it handle url drop events so when a url is droped it replaces the existing content.
Methods | |
__init__ (self, QObject parent=0) | |
bool | eventFilter (self, QObject obj, QEvent ev) |
Method Documentation
__init__ | ( | self, | ||
QObject | parent=0 | |||
) |
bool eventFilter | ( | self, | ||
QObject | obj, | |||
QEvent | ev | |||
) |